cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
596
Views
0
Helpful
3
Replies

DHCP on 2960X - DHCP works, PING from switch to PC doesn't work...

Lukasz_O
Level 1
Level 1

Hello!

I have a little problem...
On the CISCO 2960X switch, I configured Server DHCP as below:


ip dhcp excluded-address 192.168.0.1 192.168.0.10
!
ip dhcp pool Vlan1
 network 192.168.0.0 255.255.255.0
 domain-name de.obi.net
 default-router 192.168.0.1
 dns-server 192.168.0.2
 lease 8
!

Vlan1 configuration:

interface Vlan1
 ip address 192.168.0.1 255.255.255.0
 no ip route-cache
!

And default-gateway:

ip default-gateway 192.168.0.1

 

 

All ports are configured as below:

!
interface GigabitEthernet1/0/1
switchport mode access
spanning-tree portfast
spanning-tree bpduguard enable
!

Everything seems to work properly. All PCs connected to the switch receive an IP address from DHCP. All PCs can PING to default gateway 192.168.0.1...

However, I can not PING from switch to any PCs...

PCs can not PING to each other...

 

What am I missing here?

Please help...

1 Accepted Solution

Accepted Solutions

Hello

do you have any softwares Fw on the pc-? if so try disabling it and test again 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

3 Replies 3

Hello

do you have any softwares Fw on the pc-? if so try disabling it and test again 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Hello Paul.
Thanks for the reply, but I have had already try that...
I even run PCs in safe mode with networking to rule out any problems with AV / FW software... Still PCs can ping only the default gateway and nothing else...

Hello again!
Everything is OK now... I'm so ashamed...
It turns out that even running in safe mode it also launches a system firewall in Windows 10. After turning it off I can ping from switch to PCs and from PCs to any other PCs.
Review Cisco Networking for a $25 gift card