Hello,
I have 2 configured as WDS ap ap-bridge connects seamlessly and works fine for a while, the problem is that after a while the link is still active but communication at Layer 3 fails, ie I can not ping each them.
the only message I see in the logs is:
wireless, info wlan1: data from unknown device 00:15:6 D: 84:4 F: E2, sat deauth
refers to the MAC of another AP, AP-2.
message the second ap:
wireless, info, wlan1: data from unknown device 00:15:6 D: 84:4 F: DB, I felt deauth
refers to the MAC of the AP-1.
Firts ap-1 configuration:
name = “wlan1” mtu = 1500 mac-address = 00:15:6 D: 84:4 F: DB
arp = enabled interface-type = Atheros 11N
mode = ap-bridge ssid = “AP-ND” frequency = 2412 band = 2.4ghz-b / g
scan-list = default wds-mode = static wds-default-bridge = none
wds-ignore-ssid = no default-authentication = yes default-forwarding = yes
default-ap-tx-limit = 0 default-client-tx-limit = 0 hide-ssid = no
VOIP security-profile = compression = no
Second ap-2 configuration:
0 R name = “wlan1” mtu = 1500 mac-address = 00:15:6 D: 84:4 F: E2 arp = enabled
interface-type = Atheros 11n mode = ap-bridge ssid = “AP-ND”
frequency = 2412 band = 2.4ghz-b / g scan-list = default wds-mode = static
wds-default-bridge = none wds-ignore-ssid = no default-authentication = yes
default-forwarding = yes default-ap-tx-limit = 0
default-client-tx-limit = 0 hide-ssid = no security-profile = VOIP
compression = no
Thanks you.