Re: Preventing access to local network ?
"Scott Tully" <[email protected]>
| Newsgroups | gmane.network.nocat |
|---|---|
| Message-ID | <[email protected]> |
iptables -t nat -A NoCat_Capture -i eth1 -d 192.168.1.0/24 -j DROP Should do it... Scott ----- Original Message ----- From: "Theo Platt" <[email protected]> To: <[email protected]> Sent: Tuesday, January 25, 2005 4:16 AM Subject: [NoCat] Preventing access to local network ? > > Hi there, > > We have a nocat gateway plugged into an ADSL router. If there are other > machines also plugged into the router they can all be 'seen' by an > authenticated user of the gateway. Is there any way in the config to prevent > this ? By adding in some iptables rules to stop access to 192.168.1.x (the > local router network) for example ? > > Cheers > > Theo > > _______________________________________________ > NoCat mailing list > [email protected] > http://lists.nocat.net/mailman/listinfo/nocat > >