ER605 V1 Routing Help
On my network I have two local DNS servers that get assigned via DHCP. The local DNS servers filter known malicious website, adult websites, and illegal downloads. If a DNS request is not for a local resource or does not get caught in the filter, the request gets forwarded to OpenDNS' Family Friendly Public DNS Servers. I have a friend that when they are connected to my network, they manually set there DNS to Google's Public DNS Servers to avoid my DNS filters.
I have a route setup to redirect Google DNS (8.8.8.8) to my local DNS server (192.168.1.53), but it does not seem to work. If the route is active I can't ping 8.8.8.8, but if it is disabled it does respond to pings. Also, to test I setup a route from an unused local IP (192.168.1.183) to a local website (192.168.1.250). If I browse to https://192.168.1.183 the website does not load.
Am I doing this correctly, or is there a different/better way to accomplish this?
Current Custom Routes:
Google DNS 1
Destination IP: 8.8.8.8
Subnet Mask: 255.255.255.255
Next Hop: 192.168.1.53
Interface: Private_LAN
Metric: 0
Status: Enabled
Google DNS 2
Destination IP: 8.8.4.4
Subnet Mask: 255.255.255.255
Next Hop: 192.168.1.54
Interface: Private_LAN
Metric: 0
Status: Enabled
Local Website
Destination IP: 192.168.183
Subnet Mask: 255.255.255.255
Next Hop: 192.168.1.250
Interface: Private_LAN
Metric: 0
Status: Enabled