My isp seems to be using a Transparent DNS proxy and I tested DeleGate on a windows PC and opendns works but I would like to set my router to forward all 53 udp to 5353 udp on to 208.67.222.220 so that opendns can work on ipod,ipad and smartphone etc, I have tried to use the following command to set the router to forward from port 53 to 5353 but no luck:
nat mapadd intf=Internet outside_addr=208.67.222.220 inside_addr=192.168.1.66 protocol=udp outside_port=5353-5353 inside_port=53-53 mode=auto weight=10
Would appreciate any info if this can be achieved on my router and how if so. Thanks
nat mapadd intf=Internet outside_addr=208.67.222.220 inside_addr=192.168.1.66 protocol=udp outside_port=5353-5353 inside_port=53-53 mode=auto weight=10
Would appreciate any info if this can be achieved on my router and how if so. Thanks