02-29-2020 03:09 PM - edited 02-29-2020 03:11 PM
(Using Packet Tracer)
So I got 2 pc's on Switch 1 and a laptop and server on Switch2
both switches are connected with Router1
pc1 ip = 10.22.7.1
pc2 ip = 10.22.7.2
Router port 1 ip = 10.22.7.254
Laptop ip = 20.22.7.1
Server ip = 20.22.7.11
Router port 2 ip = 20.22.7.254
So the thing is if I go to ip adress of Server with Laptop then it's fine. (I get the cisco page etc..).
But when I want to go with pc1 or pc2 to the ip adress of Server then I get "Request timeout" and I can't figure out how to make it work.
If I start up the simulation then the envelope will go from pc1 -> Switch1 -> Router -> Switch2 -> Server and back.
But still if I try to connect with server via the webbrowser it still get the timeout.
This is a school project so the ip's aren't logic and I'm very new to all of this!
Anyone who knows what I'm doing wrong of forgot to do?
Thanks in advance!
Solved! Go to Solution.
02-29-2020 05:41 PM - edited 02-29-2020 05:41 PM
Hi @quintenvc ,
Have you configured the GW on your hosts?
For example:
pc1 ip = 10.22.7.1 255.255.255.0 GW 10.22.7.254
pc2 ip = 10.22.7.2 255.255.255.0 GW 10.22.7.254
Laptop ip = 20.22.7.1 255.255.255.0 GW 20.22.7.254
Server ip = 20.22.7.11 255.255.255.0 GW 20.22.7.254
regards
02-29-2020 05:28 PM
02-29-2020 05:41 PM - edited 02-29-2020 05:41 PM
Hi @quintenvc ,
Have you configured the GW on your hosts?
For example:
pc1 ip = 10.22.7.1 255.255.255.0 GW 10.22.7.254
pc2 ip = 10.22.7.2 255.255.255.0 GW 10.22.7.254
Laptop ip = 20.22.7.1 255.255.255.0 GW 20.22.7.254
Server ip = 20.22.7.11 255.255.255.0 GW 20.22.7.254
regards
03-01-2020 01:44 AM
That did the job!
Thank you very much.
I used for PC1 &2 the gateway of the network with the server and forgot to use a GW on my server so now it works!
thanks
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