hm,

vsftpd services is on, but I still can't connect

chkconfig vsftpd  --list
vsftpd          on

ftp: connect: Connection refused

Is there a log file for this service ?


Am Donnerstag den, 6. März 2003, um 17:17, schrieb Michael Schwendt:


Von: Michael Schwendt <[EMAIL PROTECTED]>
Datum: Don, 06. Mär. 2003  17:17:44 Europe/Berlin
An: [EMAIL PROTECTED]
Betreff: Re: ftp problem
Antwort an: [EMAIL PROTECTED]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 6 Mar 2003 14:20:08 +0100, Helge Ohl wrote:

[EMAIL PROTECTED] /]# iptables-save
# Generated by iptables-save v1.2.6a on Thu Mar  6 14:24:33 2003
*filter
:INPUT ACCEPT [2259:281341]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [583:112294]
COMMIT
# Completed on Thu Mar  6 14:24:33 2003

Wide-open, accepting everything.


[EMAIL PROTECTED] /]# netstat -tpan
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address
State       PID/Program name
tcp        0      0 0.0.0.0:32768           0.0.0.0:*
LISTEN      585/rpc.statd
tcp        0      0 0.0.0.0:32769           0.0.0.0:*
LISTEN      740/rpc.mountd
tcp        0      0 0.0.0.0:900             0.0.0.0:*
LISTEN      720/rpc.rquotad
tcp        0      0 0.0.0.0:111             0.0.0.0:*
LISTEN      566/portmap
tcp        0      0 0.0.0.0:80              0.0.0.0:*
LISTEN      789/httpd
tcp        0      0 0.0.0.0:22              0.0.0.0:*
LISTEN      688/sshd
tcp        0      0 127.0.0.1:25            0.0.0.0:*
LISTEN      758/sendmail: accep
tcp        0      0 0.0.0.0:443             0.0.0.0:*
LISTEN      789/httpd
tcp        0    240 192.168.99.21:22        192.168.99.3:49181
ESTABLISHED 878/sshd

And what is your conclusion? Do you see an FTP server here? I don't. Either vsftpd is not enabled or xinetd is off. Run

chkconfig vsftpd on

to enable vsftpd. Run

service xinetd status

to see whether xinetd is running. If it is not running, enter

service xinetd start ; chkconfig xinetd on

to start it and enable it for next reboot.

- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Z3So0iMVcrivHFQRAo+IAJ0UoSXsrdO+uJe9iO2+pvtPZeAMswCffcgZ
3Sf60B8uY9dZVJjVbsqGTDc=
=Myqh
-----END PGP SIGNATURE-----



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list





-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to