Cisco DNS Server
For this example our network digram is as follows. On R1 we need to set up and IP address on the interface and set up a LoopBack interface. R1> enable R1# configure terminal R1(config)# interface fastethernet 0/0 R1(config-if)# ip address 192.168.1.1 255.255.255.0 R1(config-if)# no shutdown R1(config-if)# exit R1(config)# interface loopback 1 R1(config-if)# ip address 192.168.10.1… Read More »