* Viktor Rosenfeld ([EMAIL PROTECTED]) wrote:
> Rory O'Connor wrote:
> > 

> Because of the DENY I take that you're using a 2.2 kernel with ipchains.
> Try
> 
>       # ipchains -F INPUT
>       # ipchains -P INPUT ACCEPT
> 
> which should disable the firewall and set the default policy to
> accepting any traffic.  If you're using a 2.4 kernel with iptables than
> substitute ipchains with iptables.
> 
> NOTE: This disables your firewall, making your system potentially less
> secure.  If this works you should read up on ipchains/iptables, so you
> know what you're doing.
>
It will take some work, but you can rebuild the firewall first by tying it to 
eth0 only )(i.e. ipchains -A input -s x.x.x.x/x -i eth0 -j DENY).


-- 
Cam Ellison
From Roberts Creek on B.C.'s incomparable Sunshine Coast
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Reply via email to