Click to See Complete Forum and Search --> : ftp prob.
littlebig
09-26-2001, 06:11 AM
i have installed redhat 7.1 and wu-ftp2.6.1-16
i can telnet localhost 21 to test the setup but when i ftp from other machine, i got connetion refused.
i have checked with hosts.allow and hosts.deny but without any settings.
when ipchains -L, it does not shown ftp is blocked.
any help for me?
thanks!
So you have configured wu-ftp right and checked tcp-wrappers.
1. Check your xinetd configuration.
2. RH 7.1 can use iptables as well as ipchains. Check them.
littlebig
09-26-2001, 09:48 PM
pleae tell me how to check my tcp-wrappers and xinetd?
i didn't enable iptables and my ipchains only blocks tcp ports on xfs,nfs and X11
thanks! :confused:
slayer17
09-26-2001, 10:08 PM
did you restart xinetd?
littlebig
09-26-2001, 10:50 PM
yes! /etc/rc.d/init.d/xinetd reload
and i have reboot the server too
Tcp-wrappers are the files in:
/etc/hosts.deny
/ect/hosts.allow
But you checked those, right.
Xinetd is in:
/etc/xinetd.conf
There should be some sort of mention to your ftp server in there. Also you should have directory: /etc/xinetd.d/ which may have configuration files for different programs.
More info on xinetd is in
here (http://www.xinetd.org).
littlebig
09-27-2001, 09:44 PM
I have checked that chkconfig --list that wu-ftp is running, and i can
telent to localhost 21.
but when i ftp from other machine i got connection refused.
i didn't set iptables and default ipchains only refuse tcp & udp from
0:1023, nfs,
tcp from X11:6009 and xfs.
any help for me please!
thanks!
:(