This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Policy routing

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.