02-19-2019 06:47 AM
Hello everyone.
I've made this project in packet tracer, but i cant ping the 2 servers and i cant find out what's wrong. Can you help me? Here is a screenshot of the project and the steps i've done:
“Router0”:
g0/0 10.10.10.1/24
g0/1 10.10.11.1/24
s0/3/0200.1.1.1/30
“Router ISP”:
g0/08.0.0.1/8
g0/1 11.0.0.1/8
s0/3/0200.1.1.2/30
- PC0 10.10.11.10/24
- PC1 10.10.11.20/24
- PC2 10.10.11.30/24
- PC3 10.10.10.10/24
- PC4 10.10.10.20/24
- Server “google” 8.8.8.8/8
- Server “facebook”11.11.11.11/8
“Router0”:
Router; enable
Router# conf t
Router(config)# hostname Router0
Router0(config)# interface g0/0
Router0(config-if)# ip address 10.10.10.1 255.255.255.0
Router0(config-if)# no shut
Router0(config-if)# interface g0/1
Router0(config-if)# ip address 10.10.11.1 255.255.255.0
Router0(config-if)# no shut
Router0(config-if)# interface Serial0/3/0
Router0(config-if)# ip address 200.1.1.1 255.255.255.252
Router0(config-if)# no shut
Router0(config-if)#end
“RouterISP”:
Router; enable
Router# conf t
Router(config)# hostname RouterISP
RouterISP(config)# interface g0/0
RouterISP(config-if)# ip address 8.0.0.1 255.0.0.0
RouterISP(config-if)# no shut
RouterISP(config-if)# interface g0/1
RouterISP(config-if)# ip address 11.0.0.1 255.0.0.0
RouterISP(config-if)# no shut
RouterISP(config-if)# interface Serial0/3/0
RouterISP(config-if)# ip address 200.1.1.2 255.255.255.252
RouterISP(config-if)# no shut
RouterISP(config-if)#end
Default route router 0
Router0; enable
Router0# conf t
Router0(config)# ip route 0.0.0.0 0.0.0.0 s0/3/0
Router0(config)# end
RouterISP Static route
RouterISP; enable
RouterISP# conf t
RouterISP(config)# ip route 10.10.10.0 255.255.255.0 s0/3/0
RouterISP(config)# ip route 10.10.11.0 255.255.255.0 s0/3/0
RouterISP(config)# end
Solved! Go to Solution.
02-19-2019 07:31 AM - edited 02-19-2019 07:32 AM
The gateway in your end devices must be the ip address of the router.
g0/0 10.10.10.1/24
g0/1 10.10.11.1/24
Your actual configuration: The gateway for 10.10.10.0 is 10.10.10.25, gateway for 10.10.11.0 is 10.10.11.25
Change for: The gateway for 10.10.10.0 is 10.10.10.1, gateway for 10.10.11.0 is 10.10.11.1
02-19-2019 07:14 AM
02-19-2019 07:25 AM
02-19-2019 07:28 AM
Hello,
post the Packet Tracer project (.pkt) file, ZIP it first otherwise you cannot upload...
02-19-2019 07:35 AM
02-19-2019 07:38 AM
02-19-2019 07:48 AM
02-19-2019 07:31 AM - edited 02-19-2019 07:32 AM
The gateway in your end devices must be the ip address of the router.
g0/0 10.10.10.1/24
g0/1 10.10.11.1/24
Your actual configuration: The gateway for 10.10.10.0 is 10.10.10.25, gateway for 10.10.11.0 is 10.10.11.25
Change for: The gateway for 10.10.10.0 is 10.10.10.1, gateway for 10.10.11.0 is 10.10.11.1
02-19-2019 07:41 AM
02-19-2019 07:43 AM
02-19-2019 07:28 AM
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