cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
419
Views
0
Helpful
3
Replies

Can't ping pc from router

nickgvm2087472
Level 1
Level 1

Hey, I tried to ping pc from routers but always failed. Is it cause my network configuration cause I use 1 switch and router and trunk mode. please answer cause it's for my exam tomorrow

 

i also attached my project. 

Screenshot 2021-03-25 184833.pngScreenshot 2021-03-25 184758.png

 
3 Replies 3

Martin L
VIP
VIP

Not sure if we should help with homework or how mych... here are my tips:

Router does not have any configs.  you are building so called Router-on-a -stick, ROAS.  you can find samples of config in the book, here, or online, and modify it to fit your case.  Switch looks OK, PCs can ping inside of its own vlans. For PC to ping others in different vlan, you will need ROAS router.

 

Regards, ML
**Please Rate All Helpful Responses **

I already googling it and still doesn't solve the problem could you please
explain me how's exactly until i can ping the pc from router?

 

ROAS using sub-interfaces to connect to switch; the sample config looks like :

 

interface FastEthernet0/0

no ip address

no shutdown

!

interface FastEthernet0/0.10

encapsulation dot1Q 10

ip address xyz

!

interface FastEthernet0/0.20

encapsulation dot1Q 20

ip address x y z

 

Regards, ML
**Please Rate All Helpful Responses **