If I have the global dns set as the routers ip which is configured for opendns and have certain ip's traffic set to go via openvpn cient on the router as per the selective routing thread using a command such as:
iptables -t mangle -A PREROUTING -i br0 -m iprange --src-range 192.168.0.37 -j MARK --set-mark 10
Does its dns requests still go down the vpn or will the router fetch this over the normal wan link?
iptables -t mangle -A PREROUTING -i br0 -m iprange --src-range 192.168.0.37 -j MARK --set-mark 10
Does its dns requests still go down the vpn or will the router fetch this over the normal wan link?