08-21-2024 11:05 AM
I need help with Ip routing my instructor told me to use
You need to change the subnet mask to 255.255.255.224. This is the reason devices plugged into Swtich2 aren’t working for DHCP. You have them all plugged into VLAN 10, you should move some of those over to other VLANs (20) on the switch as well.
The reason you aren’t able to ping the Internet server (11.1.1.10) is because you didn’t add the static route that is required on the Internet router (highlighted in yellow in task 1 of the instructions). In your case it’s this:
Router(config)#ip route 172.16.13.0 255.255.255.0 11.0.0.13
Im doing the IP route command but its saying invalid next hop address (its this router)
I need this so I can ping 11.1.1.10 but nothing is working
08-21-2024 11:41 AM
It is easier to help if you add the PKT file here.
But, the message you are receiving is very clear. The router is saying to you that the IP address 11.0.0.13 belongs to him and you can not use it as next hop. You need to use the IP address of the next router.
ip route 172.16.13.0 255.255.255.0 <next router IP address>
08-21-2024 11:56 AM
@Flavio Miranda How can I send the pkt file?
08-21-2024 12:09 PM - edited 08-21-2024 12:09 PM
You need to zip it and then you can attached by draging and drop or browsing the file and attaching
08-21-2024 12:11 PM
@Flavio Miranda Crazy thing is I was just now messing around with stuff and found out by accident but hey thank you for you help I was dong it on the wrong Router
08-21-2024 12:15 PM
This is great @jermworm Nothing better than you find the problem by yourself.
Good luck on your study.
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