Enabling DNS on your Cisco Gear
filed in Cisco Networking on Aug.29, 2009
Here is a quick run through of how to enable DNS on your devices in your network for easy hostname reachability.
Enable Router3 (150.3.3.3) to be our DNS server
# ip dns server
Create Host A records on our DNS Server Router3
# ip host 150.1.1.1
# ip host 150.2.2.2
# ip host 150.3.3.3
Enable ip domain-lookup on each Router
# ip domain-lookup
On [...]
