cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
464
Views
5
Helpful
6
Replies

Not able to ping between networks

Ed Lo
Level 1
Level 1

Hi,

I have 2 SSID with different network ip and dhcp pools. When I try to ping from one device on one to another device on the other it always says that it has timed out and never goes through. They are both broadcasting from the same radio on the router. Is there something I need to do to enable this?

 

thanks

 

(EDIT I've got it to work now not sure what it was but it works)

6 Replies 6

Hello,

I remember you posting earlier with questions about configuring a 1941w...is this problem related ?

Can both clients ping their defauly gateway ?

Post the config of the device you have this configured on...

hello,

Yes, it related to the previous post. I can ping from the console window of the router to the default gateway. I've attached the config for both router# and ap# as it would be too long to post both.

Hi

If you are able to ping both gateways from the router, also you could disable the window firewall. 

 




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Hello,

the VLAN 1 interface on your router and the BVI 1 interface on the AP must be in the same address space, which right now they are not:

interface Vlan1
ip address 10.10.0.30 255.255.255.0

interface BVI1
ip address 192.168.20.1 255.255.255.0
no ip route-cache

Make sure to change one of the addresses so that both are in the same subnet, e.g.:

interface Vlan1
ip address 192.168.20.2 255.255.255.0

interface BVI1
ip address 192.168.20.1 255.255.255.0
no ip route-cache

I did some testing and I can ping to other devices but they can't ping back to the windows machine. I also noticed that windows machines are the ones that cannot be pinged to as the ping will work both ways on a mac and linux machine. Is disabling the firewall a reason that the ping may not go through?

Yes, the firewall and antivirus could block icmp packets. 




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<
Review Cisco Networking for a $25 gift card