Well now my policy routing actualy work on outgoing traffic [:)]c ?
have both DNAT & SNAT on and additional ip, and i can't get traffic in [:(]
modules.local:
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
What am i doing wrong ?
This thread was automatically locked due to age.