10-16-2020 09:38 PM - edited 10-17-2020 01:15 AM
hello 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.
Solved! Go to Solution.
10-17-2020 02:15 AM
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.
10-16-2020 10:43 PM
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)
10-17-2020 01:21 AM - edited 10-17-2020 01:22 AM
yes i guess? i have attached the pkt file. please can you check it? thanks for the help
10-17-2020 12:25 AM
Hello,
post your zipped Packet Tracer project (.pkt) file.
10-17-2020 01:24 AM
i have attached the pkt file. i'm still new so please understand if something is still wrong. thanks for the help
10-17-2020 02:15 AM
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.
10-17-2020 03:29 AM
i have tried to fix it by search everything in google. i dont know if it just a simply typo. thank you good man.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide