Hey Ben,

> please look at these two rules...
> ipchains -A forward -s 192.168.1.0/24 -i eth0 -j good-dmz

ipchains is forwarding to the chain good-dmz anything with source address
192.168.1.x which arrives via the eth0 interface.

> ipchains -A forward -s 192.168.1.0/24 -i ppp0 -j good-bad

ipchains is forwarding to the chain good-bad anything with source address
192.168.1.x which arrives via the ppp0 interface.


Gavin Sherry
http://LinuxWorld.com.au

--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to