Re: ipchains question

2002-08-19 Thread Christopher Sawtell
Gerald Young wrote: Hi all, need to do the below and am hoping someone can explain in a line or two. 4 servers nt and linux not networked connected to the internet through a firewall box running redhat7 squid and ipchains. how can i temporarily deactivate access to 1 server say

Re: ipchains question

2002-08-19 Thread Michael
ipchains -A input -j REJECT -s 0.0.0.0 -d $IP.1 (this rejects anything from anywhere (0.0.0.0) to your server's ip address ($IP.1) Just a follow up to Nick's post. This should be applied to the firewall interface that the server is connected to IF you want to block not just traffic FROM

Re: ipchains question

2002-08-18 Thread Nick Rout
Hi all, need to do the below and am hoping someone can explain in a line or two. 4 servers nt and linux not networked not networked??? how else do they connect to the net? connected to the internet through a firewall box running redhat7 squid and ipchains. how can i temporarily