cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1394
Views
5
Helpful
2
Replies

Problem of pinging server

ljywm19
Level 1
Level 1

I cant ping the server from pc and I have attached my packet tracer below. Really appreciate if someone can help. Thank you.

1 Accepted Solution

Accepted Solutions

Filip Po
Level 1
Level 1

Hello,

you have wrong IPs configured on Server-PT to Router11 link.

On Server side:

C:\>ipconfig

 

FastEthernet0 Connection:(default port)

 

Connection-specific DNS Suffix..:

Link-local IPv6 Address.........: FE80::230:A3FF:FE9C:E567

IPv6 Address....................: 2001:DB8:CAFE:1::10

IPv4 Address....................: 64.100.1.254

Subnet Mask.....................: 255.255.255.0

Default Gateway.................: FE80::1

                                           64.100.1.254

 

On router side this segment has 

!

interface GigabitEthernet0/1

ip address 192.168.0.1 255.255.255.0

duplex auto

speed auto

!

 

So, correct the IPs on that Server-PT to Router11 segment and would be able to ping your server from PC.

And you can't have same IP of gateway and Server-PT (64.100.1.254).

View solution in original post

2 Replies 2

Filip Po
Level 1
Level 1

Hello,

you have wrong IPs configured on Server-PT to Router11 link.

On Server side:

C:\>ipconfig

 

FastEthernet0 Connection:(default port)

 

Connection-specific DNS Suffix..:

Link-local IPv6 Address.........: FE80::230:A3FF:FE9C:E567

IPv6 Address....................: 2001:DB8:CAFE:1::10

IPv4 Address....................: 64.100.1.254

Subnet Mask.....................: 255.255.255.0

Default Gateway.................: FE80::1

                                           64.100.1.254

 

On router side this segment has 

!

interface GigabitEthernet0/1

ip address 192.168.0.1 255.255.255.0

duplex auto

speed auto

!

 

So, correct the IPs on that Server-PT to Router11 segment and would be able to ping your server from PC.

And you can't have same IP of gateway and Server-PT (64.100.1.254).

I see. Thanks for your help.