Displaying 1 result from an estimated 1 matches for "secondlan".
2010 Oct 13
3
Routing local generted packets with fwmark
...all,
I need to route local generated packages depending on which tcp or udp
service I need to use. To accomplish this I have configured two routing
tables:
[root at lothlorien ~]# ip ru ls
0: from all lookup 255
32762: from all fwmark 0x2 lookup FirstLan
32763: from all fwmark 0x1 lookup SecondLan
32764: from 172.25.80.10 lookup SecondLan
32765: from 172.25.70.18 lookup FirstLan
32766: from all lookup main
32767: from all lookup default
My routing tables:
[root at lothlorien net]# ip ro show table FirstLan
172.25.70.16/28 dev eth1 proto kernel scope link src 172.25.70.18
default via...