Displaying 1 result from an estimated 1 matches for "sdsl_ip".
Did you mean:
dsl_ip
2005 Jun 20
0
Split access to 2 internet links
...squid proxy set up as transparent. would this be a problem
when the groups will be splitted in accessing the internet?
here is my config:
ip rule add prio 50 table main
ip route del default table main
ip rule add prio 201 from $SDSL1_NET table 201
ip route add default via $SDSL1_GW dev eth1 src $SDSL_IP proto static
table 201
ip route append prohibit default table 201 metric 1 proto static
ip rule add prio 202 from $SDSL2_NET table 202
ip route add default via $SDSL2_GW dev eth2 src $SDSL_IP proto static
table 202
ip route append prohibit default table 202 metric 1 proto static
ip rule add prio...