cancelar
Mostrando los resultados de 
Buscar en lugar de 
Quiere decir: 
cancel
785
Visitas
4
ÚTIL
8
Respuestas

Static routing not working

bautiarcangeli
Level 1
Level 1

 

Hello. I have a issue with the static routing. I dont know why it isnt working.I watched many videos to try to solve the problem, I do exactly what videos and posts say. Here is the network, If i send a message from the PC0 to Router0, it is successful but when i send from the PC0 to Router1, it says "failed". 

bautiarcangeli_1-1695700143468.pngbautiarcangeli_2-1695700198690.png

bautiarcangeli_3-1695700214672.png

 

1 SOLUCIÓN ACEPTADA

Soluciones aceptadas

M02@rt37
VIP
VIP

Hello @bautiarcangeli,

Look the second byte:

M02rt37_0-1695712062833.png

Then modify interface serial 0/0/0 on Router0 like this:

M02rt37_1-1695712122567.png

From Router0, you should ping Router1 interface serial 0/0/0:

M02rt37_2-1695712147090.png

Also, on Router1, modify ip route, instead of

M02rt37_3-1695712215531.png

configure this:

M02rt37_4-1695712251188.png

 

After that, from PC0 you should be able to ping PC1:

M02rt37_5-1695712281425.png

and vice versa.

 

 

 

 

 

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Ver la solución en mensaje original publicado

8 RESPUESTAS 8

ammahend
VIP
VIP

for packet tracer problem, always share file, makes it easier to help.

-hope this helps-

Thank you, i will share the file

bautiarcangeli
Level 1
Level 1

Thats the file in a zip, cant upload it as .pkt. Sorry, this is my first time using community posts

M02@rt37
VIP
VIP

Hello @bautiarcangeli,

Look the second byte:

M02rt37_0-1695712062833.png

Then modify interface serial 0/0/0 on Router0 like this:

M02rt37_1-1695712122567.png

From Router0, you should ping Router1 interface serial 0/0/0:

M02rt37_2-1695712147090.png

Also, on Router1, modify ip route, instead of

M02rt37_3-1695712215531.png

configure this:

M02rt37_4-1695712251188.png

 

After that, from PC0 you should be able to ping PC1:

M02rt37_5-1695712281425.png

and vice versa.

 

 

 

 

 

 

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Thank you so much for answering me. Now, it works fine after the changes you said. I have another question, does changing router0 IP to 192.188.1.1 means that it is on the same network as the router1, that its ip is 192.188.1.2? Wouldnt static routing work to connect routers from differents networks? Thank you!!

You're welcome @bautiarcangeli 

Interco between R0 and R1 have to be in a same subnet. You should use /30 network, it is sufficient.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

Ciro G Mele
Level 1
Level 1

Hi,bautiarcangeli  

Could you tell me what the IP of PC0 is and on PC0 do you have the default gateway configured?

Thanks.

Ciro Gustavo Mele

 

Thank you for the answer. The PC0 default gateway is 192.168.101.1, that it is the gigabitethernet ip from the router0. And the IP of PC0 is 192.168.101.10. Thank you