Dear all.
I've been trying to implement the policy routing as explain in the docs. Basically I've got one office network eth0/24 and a DMZ eth4/24, I've got two means to go on the internet (eth6 ADSL 512k and eth2 E1 2M). I want the DMZ to go via eth2 (2M) and the office traffic to go via eth6 (ADSL). I've done the following:
ip rule add from 192.168.3.0/24 table 200
ip route add default via XX.YY.WW.ZZ dev eth2 table 200
My Default gateway order is eth6 first and then eth2.
I've also added a MASQ rule so that eth0 and eth4 are both masquerading behind eth2 and eth6.
Now I've then restarted the routing table, but I cannot ping the DMZ from the office network anymore and I'm not sure the DMZ network can go anywhere now.
What am I doing wrong here?
This thread was automatically locked due to age.