Title: RE: ssh quit working

Thanks for the reply.
I have removed ipchains from the server.
When I do a "lsmod" I see, among other entries, iptable_filter and iptables.  Ipchains is not there.

When I do a "dig", it errors-out with nothing to find.  I'm able to ping both of my dns machines though.  However, I cannot ping outside my network whether with IP or FQDN.

Here's another twist:
I have a couple users that connect via ftp to up/down files.  I checked the logs and see that they were able to connect.  I'm not able to connect at all.  Maybe they are using an ftp client that allows a longer timeout?

-Channon

-----Original Message-----
From: Jack Bowling [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 19, 2003 8:06 PM
To: [EMAIL PROTECTED]
Subject: Re: ssh quit working

On Wed, Mar 19, 2003 at 12:14:01PM -0600, Quillen, Channon wrote:
> I am able to ping the server.  I am also able to login at the console and
> ping out, ssh to localhost, and ftp to localhost.  The telnet service is
> disabled.
>
> I thought it might be a problem with iptables becoming corrupt (that has
> happened before on another server), so I tried to flush 'em (#iptables -F)
> and was given the dreaded "...can't initialize iptables table 'filter':
> iptables who? (do you need to insmod?)"  So, I stopped the service (#service
> iptables stop) and then flushed 'em again.  That flush was successful.

This is the standard error one gets when iptables is loaded *after*
ipchains is also loaded. As root, do:

/sbin/service ipchains stop
/sbin/chkconfig --del ipchains
/sbin/modprobe -r ipchains

then try your iptables stuff again. Since you have experience with
iptables on another server, I doubt that you would make this newbie
blunder...but never hurts to be sure.

--
Jack Bowling
mailto: [EMAIL PROTECTED]



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

Reply via email to