I have a 192.168.0.0/24 LAN wich connects to my proxy server on interface eth0 - 192.168.0.1
as a default route i have now ppp0 217.x.y.z wich goes to my ISP.For masqerading i use ipchains (ipchains -A forward -s 192.168.0.0/24 -d 0/0 -j MASQ) but soon i'm going to have one more route eth1(wich will be connected to a cable modem)
the IPs in the LAN are from 192.168.0.101 to 110
Now i want to have half of the network going out through ppp0 and half through eth1 but what other rule then MASQ can i apply? ...how can i make a diff between the routes?

10x

--==| CtrlAltDel |==--