On Fri, 2002-11-22 at 10:23, Mikes work account wrote:
> I have the same problems and have done the same things. Still I cannot
> login or ftp to the box. I also get the firewall setting set to high
> even after I set it to none. I am using RH 7.2, what are you using.
Run 'netstat -ln | more' to see if your box is actually listening on
ports 21 or 23 (ftp and telnet respectively). You'll see something like
the following:
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
To disable the firewall with iptables:
$ iptables -F
$ iptables -X
Check your xinetd configs for ftp and telnet and make sure they are
enabled.
--Matt Miller Systems Administrator MP TotalCare gpg public key id: 08BC7B06
-- An improperly trained Samurai dies quickly.
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:06:13 EDT