Hi expert
I want to change google DNS server (8.8.8.8 and 8.8.4.4) to openDNS 208.67.222.222 for all my network. so I made this configuration in my router to forward all google DNS requests to openDNS servers.
# ip route 8.8.8.8 255.255.255.255 208.67.222.222
this configuration is in (show running) but it doesn`t seem in the routing table (show ip route)
how can I fix this?