cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1868
Views
5
Helpful
3
Replies

Mini network doesn't fully work

quintenvc
Level 1
Level 1

 

 

(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!

 

1 Accepted Solution

Accepted Solutions

Marlon AJ
Level 1
Level 1

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

View solution in original post

3 Replies 3

luis_cordova
VIP Alumni
VIP Alumni

Hi @quintenvc 

 

Compress your exercise (winzip) and attach it to check.

 

Regards

Marlon AJ
Level 1
Level 1

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

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