Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
linux:routing [2007/11/30 15:12] a |
linux:routing [2009/05/25 00:35] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| tweak linux [[: | tweak linux [[: | ||
| + | |||
| + | |||
| Line 18: | Line 20: | ||
| ip rule add from x.x.x.2 table link1 | ip rule add from x.x.x.2 table link1 | ||
| ip rule add from z.z.z.20 table link2 | ip rule add from z.z.z.20 table link2 | ||
| + | |||
| + | to create rule that covers the whole interface (or even per port) and inbound traffic | ||
| + | |||
| + | <note important> | ||
| + | |||
| + | iptables -t mangle -I PREROUTING -i vlan501 -j MARK --set-mark 0x1 | ||
| + | iptables -t mangle -I PREROUTING -i vla2510 -j MARK --set-mark 0x2 | ||
| + | ip rule add fwmark 0x1 table table link1 | ||
| + | ip rule add fwmark 0x2 table table link2 | ||
| + | |||
| ===== same-alternative method ===== | ===== same-alternative method ===== | ||

