cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
317
Views
0
Helpful
5
Replies

so I finished fixing the dhcp problem but now I need help with ip rout

jermworm
Level 1
Level 1

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

 

5 Replies 5

@jermworm 

 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>

jermworm
Level 1
Level 1

@Flavio Miranda How can I send the pkt file? 

You need to zip it and then you can attached  by draging and drop or browsing the file and attaching

jermworm
Level 1
Level 1

@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

 

This is great @jermworm  Nothing better than you find the problem by yourself.

Good luck on your study.

Review Cisco Networking for a $25 gift card