Kong Mod and Policy Based Routing

1 post / 0 new
Ziggy1941
Ziggy1941's picture
Kong Mod and Policy Based Routing

Hi All!

Someone tried to use Policy Based Routing with DD-WRT Kong Mod?

 

Something like this:

ip rule add from 192.168.1.0/24 table 100

ip rule add from 192.168.2.0/24 table 200

ip route add default via 10.0.0.1 dev ppp0 table 100

ip route add default via 10.0.1.1 dev vlan3 table 200

 

I try to execute this commads. But I do not see any changes in routing tables.

 

"ip route list tabel table 100" and "ip rule list" show nothing...