cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3266
Views
10
Helpful
6
Replies

request time out and destination host unreachable cisco packet tracer

hucha
Level 1
Level 1

image.pnghello everyone i need help. I'm still new to this.

i am trying to make network as shown above. i use static routing and i'm not setting VLAN .

i can ping from PC 0 router 0 to PC router 1 and 2. but i cant ping PC 0 to router 3 and vice versa. i have attached the pkt file. 

is there something i need to fix? Thanks in advance.

1 Accepted Solution

Accepted Solutions

Hello,

 

the problem was a simple typo in the IP address of interfast FastEthernet0/0 on Router 3.

 

interface FastEthernet0/0
--> ip address 172.168.3.1 255.255.255.0
duplex auto
speed auto

 

I changed that to:

 

interface FastEthernet0/0
--> ip address 172.16.3.1 255.255.255.0
duplex auto
speed auto

 

and everything is working. Revised file attached.

View solution in original post

6 Replies 6

pmckenzie
Level 3
Level 3

have you told pings how to get back to where they were send from?

eg on Router (orange)

ip route 192.168.1.0 255.255.255.0 fa0/1  (gets back to purple)

ip route 200.200.1.0 255.255.255.0 fa0/1  (gets back to green)

There are worlds out there where the sky is burning, where the sea's asleep and the rivers dream, people made of smoke and cities made of song. Somewhere there's danger, somewhere there's injustice and somewhere else the tea is getting cold" Dr Who

yes i guess? i have attached the pkt file. please can you check it? thanks for the help

Hello,

 

post your zipped Packet Tracer project (.pkt) file.

i have attached the pkt file. i'm still new so please understand if something is still wrong. thanks for the help

Hello,

 

the problem was a simple typo in the IP address of interfast FastEthernet0/0 on Router 3.

 

interface FastEthernet0/0
--> ip address 172.168.3.1 255.255.255.0
duplex auto
speed auto

 

I changed that to:

 

interface FastEthernet0/0
--> ip address 172.16.3.1 255.255.255.0
duplex auto
speed auto

 

and everything is working. Revised file attached.

i have tried to fix it by search everything in google. i dont know if it just a simply typo. thank you good man.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card