Wireless clients on an access point cannot see each other

1

I have my main router in the basement and a dlink dap-1360 access point on the second floor connected by ethernet. I've assigned a static ip to the access point. It shares the same SSID as my router, same encryption, same default gateway(192.168.2.1), same netmask (255.255.255.0). Any wired devices on my LAN can be seen regardless whether I'm on the AP or router.

The issue: any wireless clients (Airport Express base stations) that connect wirelessly to the AP cannot be seen if I am connected wirelessly to the router and vice versa. All my air port express stations are Static IP (one connects wirelessly to the router, the other to the Ap). By way of example, when I am in range of the router, I cannot ping the Airport Express wirelessly connected to the AP, and vice versa.

What am I doing wrong? How can I ensure wireless clients speaking with the AP are visible to devices connected to the router, and vice versa.

Mark N

Posted 2014-05-24T22:43:52.153

Reputation: 11

Do the clients have a sharable directory? If not, they may not report their presence to the router. The first thing I would check is the IP table of the router to see what is connected. – LDC3 – 2014-05-24T22:56:28.153

any wireless clients (Airport Express base stations) that connect wirelessly to the AP cannot be seen if I am connected wirelessly to the router - What do you mean they can't be seen? How are you trying to see them? – joeqwerty – 2014-05-24T23:08:05.073

What brand/model is your main router? What is the "wireless mode" setting you configured on the DAP-1360? It sounds like you may have two independent networks that can't see each other. Beyond the AE base stations, can you ping any clients on the "other" network? If you're planning to use the AEs as AirPlay receivers, then another issue is making sure that the mDNS/Bonjour announcements also make it across the bridge so that you can "see" them in iTunes on the other side...which can be wholly dependent on the router/AP firmware. – Scott Dudley – 2014-05-24T23:53:34.793

Check for the “AP Isolation” setting. – Daniel B – 2014-06-04T14:17:59.247

Answers

1

Sounds like you've got your AP set up to do NAT, meaning everything connected to the AP is essentially behind a firewall. Things on wired connections, or through router wireless can't see anything connected to AP, while AP connections can see everything, right?

I imagine both devices are set to use the 192.168.2.x range, and surprisingly, it works.

See if you can set your AP to bridged mode, meaning it'll NOT do NAT. You should be able to set AP to bridged with DHCP enabled, it'll grab an address from the router, just like any other device, then bridge THAT connection to other devices, meaning they'll contact the router to get assigned via DHCP.

As a check, connect to your AP, note your IP address, then query the router to see what it shows for DHCP assignments. I bet it didn't see the request since the AP answered it for NAT purposes.

Just a guess...

lornix

Posted 2014-05-24T22:43:52.153

Reputation: 9 633