08-31-2017 07:08 PM - edited 03-05-2019 09:04 AM
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)
09-01-2017 12:14 AM
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...
09-01-2017 07:25 AM
09-01-2017 01:11 PM
Hi
If you are able to ping both gateways from the router, also you could disable the window firewall.
09-01-2017 01:48 PM
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
09-05-2017 09:47 AM
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?
09-05-2017 09:50 AM - edited 09-05-2017 09:55 AM
Yes, the firewall and antivirus could block icmp packets.
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