Chad Roberts wrote
>
> Alright, i've come to an impasse concerning ip chains, and would be
> eternally grateful for any help i can get.  In short, trying to use ip
> chains to set up a transparent proxy.  here is my setup.

If I understand what you're wanting, I think the following should work:

ipchains -P forward DENY
ipchains -A forward -s 192.168.0.0/24 -j MASQ

eth1 will be your default gateway on the Linux machine, and your Windows machines will 
have a gateway of 192.168.0.1 (eth0).  This setup works for me.
--
Steve



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to