Compare cert salaries and plan your next career move
Tricon7 wrote: I have a simple configuration between two routers and one host. I can get the routers to communicate with each other after I've configured everything, and the host can talk to its default router, but the host can't talk to the other router connected via serial cable. The host is connected to Remote1 Router, and that router is connected to HQ router via a serial connection. Here is my configuration:HQ (server) (config)#ip route 192.168.9.0 255.255.255.0 192.168.8.2 (config)#int s 0/0 (config-if)#ip address 192.168.8.1 255.255.255.0 (config-if)#clock rate 56000 (config-if)#no shut (config-if)#exit (config)#int s 0 (config-if)#encapsulation ppp (config-if)#ppp encapsulation chap (config-if)#username Remote1 password cisco (config-if)#end (config)#int loopback 7 (config)#ip address 1.1.1.1 255.255.255.255 (config)#no shut (config)#exitRemote1 (config)#ip route 0.0.0.0 0.0.0.0 192.168.8.1 (config)#int s 0/0 (config-if)#ip address 192.168.8.2 255.255.255.0 (config-if)#clock rate 56000 (config-if)#no shut (config-if)#encapsulation ppp (config-if)#ppp authentication chap (config-if)#username HQ password cisco (config-if)#int fa 0/0 (config-ifA)#ip address 192.168.9.1 255.255.255.0 (config-if)#no shut (config-if)#exitPC1 [connected to Remote1 router] Gateway 192.168.9.1 Mask 255.255.255.0 IP address 192.168.9.9
Netstudent wrote: Why do you have clock rate on both serial interfaces? You only need the clock rate on the DCE side of the link. Check your cable label, or issue a show controllers to find the dce. Post a show run.
Noe84 wrote: You type ppp encapsulation chap, I do that sometime but I think on a real router it would of gave you an error. The right way for doing it should look like this HQ (server) (config)#ip route 192.168.9.0 255.255.255.0 192.168.8.2 (config)#username Remote1 password cisco (config)#int s 0/0 (config-if)#ip address 192.168.8.1 255.255.255.0 (config-if)#encapsulation ppp (config-if)#ppp authentication chap (config-if)#no shut (config-if)#exit (config)#int loopback 7 (config)#ip address 1.1.1.1 255.255.255.255 (config)#no shut (config)#exit Remote1 (config)#ip route 0.0.0.0 0.0.0.0 192.168.8.1 (config)#username HQ password cisco (config)#int s 0/0 (config-if)#ip address 192.168.8.2 255.255.255.0 (config-if)#clock rate 56000 (config-if)#encapsulation ppp (config-if)#ppp authentication chap (config-if)#no shut (config-if)#int fa 0/0 (config-if)#ip address 192.168.9.1 255.255.255.0 (config-if)#no shut (config-if)#exit PC1 [connected to Remote1 router] Gateway 192.168.9.1 Mask 255.255.255.0 IP address 192.168.9.9 Yea and check your interface with the show controller int command to locate which side the DCE is on and then apply the clock rate command on it. Use show ip route and show interface command to check your work. Also are you sure the hostname is HQ and not HQ(server)? You have to make sure the hostname for the username is correct in order for chap to work.
Netstudent wrote: when a router can't ping a host, but there is a route to that network that the host is on, it usually means your windows Firewall is blocking ICMP requests.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.