cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1195
Views
5
Helpful
2
Replies

Can't send packets from PC to routers

Ivan Tay
Level 1
Level 1

Hi all, I am unable to send packets from a PC to the routers.

I am able to send a packet from the PC to the Su Zhou router but the routers beyond that I am unable to send any packets.

Am I meant to configure a recursive static route/static between the routers? If so, how do I do that?

Thanks!

Here's a screenshot as well as the .pka file.

Untitled.png

1 Accepted Solution

Accepted Solutions

Hello,

 

the problem is a simple typo on GigabitEthernet0/1 of the China_Branch router:

 

interface GigabitEthernet0/1
--> ip address 121.1.8.1 255.255.255.252
ip helper-address 128.1.8.1
duplex auto
speed auto

 

needs to be:

 

interface GigabitEthernet0/1
--> ip address 128.1.8.1 255.255.255.252
ip helper-address 128.1.8.1
duplex auto
speed auto

View solution in original post

2 Replies 2

Hello,

 

the problem is a simple typo on GigabitEthernet0/1 of the China_Branch router:

 

interface GigabitEthernet0/1
--> ip address 121.1.8.1 255.255.255.252
ip helper-address 128.1.8.1
duplex auto
speed auto

 

needs to be:

 

interface GigabitEthernet0/1
--> ip address 128.1.8.1 255.255.255.252
ip helper-address 128.1.8.1
duplex auto
speed auto

Oh my, that's embarrassing.
Thanks for your help!
Review Cisco Networking for a $25 gift card