ipchains -A input -p tcp -s <you local network goes here> -d 0.0.0.0 80 -j
deny
will work.
Regards,
Squid@Visolve.com
> You need to use ipchains.
>
> The rule should look something like this:
>
> ipchains -A input -p tcp -s <you local network goes here> -d 0.0.0.0 80 -j
> DROP
>
> Someone will correct me if I'm wrong. :)
>
> Adam Lang
> Systems Engineer
> Rutgers Casualty Insurance Company
> http://www.rutgersinsurance.com
Received on Fri Apr 06 2001 - 21:40:46 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:11 MST