search for: ipaddressofeh1

Displaying 1 result from an estimated 1 matches for "ipaddressofeh1".

Did you mean: ipaddressofeth1
2006 Oct 05
0
Re: LARTC Digest, Vol 20, Issue 4
...le link1 ip route add ipaddressoftheohtergateway dev eth1 table link2 ip route add default via ipaddressoftheohtergateway dev eth1 table link2 iptables -t mangle -A OUTPUT -p tcp --dport 80 -j MARK --set-mark 1 ip rule add fwmark 1 pri 100 table link2 iptables -t nat -o eth1 -j SNAT --to-source ipaddressofeh1 echo 0 > /proc/sys/net/ipv4/conf/eth1/rp_filter ip rule add from ipaddressofeth0 pri 200 table link1 ip rule add from ipaddressofeth1 pri 300 table link2 that''s it. and also , you can reffer to this URL http://www.debian-administration.org/articles/379 On 10/4/06, lartc-request@...