08-16-2018 08:57 AM
Router#ping www.google.com % Unrecognized host or address, or protocol not running.
When i ping google IP it works :
Router#ping 216.58.198.206 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 216.58.198.206, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 19/19/19 ms
My network architetcure :
Modem (DNS-server) <------------- Cisco Router <------------- Siwtch <----------- LAN
192.168.1.1
My configuration :
ip name-server 192.168.1.1 ip domain name momohib.com ip domain lookup ip dns server
Can you please help me to figure out this issue . Thank you
08-16-2018 09:40 AM
Can you ping your DNS server from the router
08-17-2018 12:14 AM
08-16-2018 10:02 AM
Hello,
remove:
ip dns server
from your configuration, as your DNS server is not the router but an external device.
08-17-2018 12:21 AM
Hi ,
I deleted ip dns server from the configuration, but i still have the same problem :(
Router#ping www.google.fr % Unrecognized host or address, or protocol not running.
08-17-2018 12:28 AM
08-17-2018 12:30 AM
The syntax:
ip domain lookup
looks wrong, it should be:
ip domain-lookup
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide