03-18-2024 07:09 PM
Hello, I was trying to construct a simple network and got it up the specifications, however when the last step was to configure ipv4 static routes I couldn't quite get it to connect and ping end to end. I tried multiple things but nothing seemed to work. It should've been a directly connected route for router 1 and a next hop for router 2. But not only can't the right PC's ping the left ones, router 2 can't even ping them
Solved! Go to Solution.
03-18-2024 07:39 PM - edited 03-18-2024 07:53 PM
Hi @mrgubbins596 ,
The issue is not with the states routes, but with the default gateway configured in the DHCP pool in R1.
ip dhcp pool LAN-POOL
default-router 192.168.1.2 (should be 192.168.1.1)
Change the default router and make sure you do a "ipconfig /renew" on both PC0 and PC1 and you should be able to ping the PCs on the right end side.
Regards,
03-18-2024 07:39 PM - edited 03-18-2024 07:53 PM
Hi @mrgubbins596 ,
The issue is not with the states routes, but with the default gateway configured in the DHCP pool in R1.
ip dhcp pool LAN-POOL
default-router 192.168.1.2 (should be 192.168.1.1)
Change the default router and make sure you do a "ipconfig /renew" on both PC0 and PC1 and you should be able to ping the PCs on the right end side.
Regards,
03-18-2024 07:57 PM
That solved it, thank you very much! One typo had dire results.
03-18-2024 08:06 PM
You are very welcome @mrgubbins596 and thanks for the feedback
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