I have tryed example #1 in "docs.astaro.org/.../policy_routing.txt" and cannot get it to work. Does i have to restart anything before i works
My rules:
-----
ip rule del from 192.168.1.100/32 table 200
ip route del default via 80.80.18.1 dev eth5 table 200
ip rule add from 192.168.1.100/32 table 200
ip route add default via 80.80.18.1 dev eth5 table 200
ip route flush cache
-----
This thread was automatically locked due to age.