ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Setting up SSH & ftpd-BSD -- Problems
@ 2001-10-18 11:04 Lenya L. Khachaturov
  2001-10-18 11:09 ` Gosha
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Lenya L. Khachaturov @ 2001-10-18 11:04 UTC (permalink / raw)
  To: mandrake-russian

Здравствуйте,

Устанавливаю сервер. Ставил Spring 2001, инсталляция Эксперт-Сервер, уровень
безопасности высокий, потом dist-upgrade до Сизифа от 13.10.2001
Конфиги ftp и openssh брались работающие, проверенные с другой машины, там
стоит такой же Сизиф.

В логах:

[lenya@cerberus lenya]$ ftp
ftp> open cerberus
Connected to cerberus.office.
421 Service not available, remote server has closed connection
ftp> 

На 12 консоли:

Oct 18 10:54:21 cerberus xinetd[1865]: libwrap refused connection to ftp from 192.168.1.1

[lenya@cerberus lenya]$ ssh -l lenya cerberus
ssh_exchange_identification: Connection closed by remote host

На 12 консоли:

Oct 18 10:55:02 cerberus sshd[1873]: refused connect from cerberus.office (192.168.1.1)

Версии ПО:

[lenya@cerberus lenya]$ rpm -qa | grep pam
libpam-0.75-alt11
pam_passwdqc-0.3-ipl1
pam-config-1.0-alt1
pam-0.75-alt11

[lenya@cerberus lenya]$ rpm -qa | grep ftpd-BSD
ftpd-BSD-0.3.3-alt2

[lenya@cerberus lenya]$ rpm -qa | grep openssh
openssh-2.9p2-alt3
openssh-askpass-x11-2.9p2-alt3
openssh-clients-2.9p2-alt3
openssh-server-2.9p2-alt3

Ядро kernel22-up-secure-2.2.19-alt6, конфиги xinetd я проверял!

С уважением,
Хачатуров Леонид
lenya@linux.yaroslavl.ru



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [mdk-re] Setting up SSH & ftpd-BSD -- Problems
  2001-10-18 11:04 [mdk-re] Setting up SSH & ftpd-BSD -- Problems Lenya L. Khachaturov
@ 2001-10-18 11:09 ` Gosha
  2001-10-18 11:15 ` cornet
  2001-10-18 11:23 ` John Profic
  2 siblings, 0 replies; 5+ messages in thread
From: Gosha @ 2001-10-18 11:09 UTC (permalink / raw)
  To: mandrake-russian

Hi!
On Thu, 18 Oct 2001 11:02:55 +0400
"Lenya L. Khachaturov" <lenya@chemsell.yaroslavl.ru> wrote:

LK > Устанавливаю сервер. Ставил Spring 2001, инсталляция
LK > Эксперт-Сервер, уровень
LK > безопасности высокий, потом dist-upgrade до Сизифа от 13.10.2001
LK > Конфиги ftp и openssh брались работающие, проверенные с другой
LK > машины, там стоит такой же Сизиф.

А конфиги xinetd? Может там проблема? Типа disable = yes ?

-- 
Best regards!
Igor Solovyov
Zlatoust, Russia



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [mdk-re] Setting up SSH & ftpd-BSD -- Problems
  2001-10-18 11:04 [mdk-re] Setting up SSH & ftpd-BSD -- Problems Lenya L. Khachaturov
  2001-10-18 11:09 ` Gosha
@ 2001-10-18 11:15 ` cornet
  2001-10-18 11:23 ` John Profic
  2 siblings, 0 replies; 5+ messages in thread
From: cornet @ 2001-10-18 11:15 UTC (permalink / raw)
  To: mandrake-russian

"Lenya L. Khachaturov" wrote:
> 
> Здравствуйте,
> 
> Устанавливаю сервер. Ставил Spring 2001, инсталляция Эксперт-Сервер, уровень
> безопасности высокий, потом dist-upgrade до Сизифа от 13.10.2001
> Конфиги ftp и openssh брались работающие, проверенные с другой машины, там
> стоит такой же Сизиф.
> 
> В логах:
> 
> [lenya@cerberus lenya]$ ftp
> ftp> open cerberus
> Connected to cerberus.office.
> 421 Service not available, remote server has closed connection
> ftp>
> 
> На 12 консоли:
skip.

# cat /etc/hosts.allow
# cat /etc/hosts.deny
# ipchains -L -v
# service xinetd status
# service sshd status
???????

-- 
******** FIRE & STEEL ********



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [mdk-re] Setting up SSH & ftpd-BSD -- Problems
  2001-10-18 11:04 [mdk-re] Setting up SSH & ftpd-BSD -- Problems Lenya L. Khachaturov
  2001-10-18 11:09 ` Gosha
  2001-10-18 11:15 ` cornet
@ 2001-10-18 11:23 ` John Profic
  2001-10-18 13:21   ` Lenya L. Khachaturov
  2 siblings, 1 reply; 5+ messages in thread
From: John Profic @ 2001-10-18 11:23 UTC (permalink / raw)
  To: mandrake-russian

Lenya L. Khachaturov wrote:

> Здравствуйте,

<skip>

> Ядро kernel22-up-secure-2.2.19-alt6, конфиги xinetd я проверял!

Проверьте также /etc/hosts.aloow и /etc/hosts.deny
-- 
Best regards,
  John Profic <profic@lrn.ru>
Written by Mozilla 0.9.5
using SelfMake! Linux v0.9 based on ASPLinux release 1.1
with locale ru_RU.CP1251,
system: kernel 2.4.10-xfs-p1; glibc 2.2.4; gcc 3.0.1; XFree86 4.1.0;





^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [mdk-re] Setting up SSH & ftpd-BSD -- Problems
  2001-10-18 11:23 ` John Profic
@ 2001-10-18 13:21   ` Lenya L. Khachaturov
  0 siblings, 0 replies; 5+ messages in thread
From: Lenya L. Khachaturov @ 2001-10-18 13:21 UTC (permalink / raw)
  To: mandrake-russian

On Thu, 18 Oct 2001 11:32:08 +0400
John Profic <profic@lrn.ru> wrote:

> Lenya L. Khachaturov wrote:
> 
> > Здравствуйте,
> 
> <skip>
> 
> > Ядро kernel22-up-secure-2.2.19-alt6, конфиги xinetd я проверял!
> 
> Проверьте также /etc/hosts.allow и /etc/hosts.deny

Да, там собака и порылась. Теперь все работает!




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-10-18 13:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-18 11:04 [mdk-re] Setting up SSH & ftpd-BSD -- Problems Lenya L. Khachaturov
2001-10-18 11:09 ` Gosha
2001-10-18 11:15 ` cornet
2001-10-18 11:23 ` John Profic
2001-10-18 13:21   ` Lenya L. Khachaturov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git