Q. How can I configure my router to become a DNS Server? The IP address that I will use is 192.168.100.21 and "ciscomaster.com" is my domain name.
A. Here's how to configure your router to become a DNS Server:
Router(config)#ip domain-lookup
ROuter(config)#ip name-server 192.168.100.21
Router(config)#ip domain-name ciscomaster.com
Then, save it.

No comments:
Post a Comment