02-09-2019 04:54 AM
Hello everyone,
I'm doing a little project for my studies all in packet tracer. I've configured all ip addresses in subnets, vlans etc. However I cannot get a succesfull ping from my subnets to any router outside. I've set up frame-relay connection between 3 routers where 2 of them are point-to-point connected to the router named R0. I want those 2 to only connect to R0 router and then to the server that want to set up as HTTP later which is directly connected to R0. Also I want the subnet that uses DSL modem to have the access to the same HTTP server.
Please help me solve my problem, and if you have any useful tips for me about my topology feel free to tell me. Also most of you probably have already seen a similar topoly somewhere as I tried to connect a few ideas that I found in Internet.
02-09-2019 05:31 AM - edited 02-09-2019 05:32 AM
Dear sebel111,
i was checking your configuration and the routers mentioned by you, doesn`t have default route
do you would like work with static routes or dynamic? like eigrp, ospf, rip...
02-09-2019 05:37 AM
Thank you for quick reply,
It is my bad as I wiped out most of the routing configuration I was using since it was not working. It honestly doesn't make much difference which routes to use although I was trying to use Eigrp. But even then there were some issues which I couldn't find solution for. If you could give me any advices on how to make it work I would appreciate it a lot.
02-09-2019 05:41 AM
02-09-2019 05:48 AM - edited 02-09-2019 05:53 AM
ON R2: ip route 0.0.0.0 0.0.0.0 201.160.3.1
ON ISP ip route 210.10.0.0 255.255.255.0 209.160.1.1
ON R0: ip route 10.10.10.0 255.255.255.0 201.160.1.2
ON R0: ip route 172.168.1.0 55.255.255.0 201.160.3.2
just it and all works fine.
02-09-2019 06:18 AM
02-09-2019 02:25 PM
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