Sorry for a noob question, I read relevant wiki articles, tried numerous configurations, search the forum a bit, but to no avail … I’m still stuck
.
Due to poor network planning, we’re stuck with this configuration:
(why it doesn’t want to display is beyond me … please click the link, it will open in a new window … sorry!)
Everything works fine, except the WDS link (marked red in the pic) between DWL and MT - DWL is running in AP mode, configured with MAC of the MTs wlan1 card. WPA with PSK is used for authentication.
MT’s wlan1 card config is below. When the card is in station mode, it connects to the DWL OK (but WDS doesn’t work in station mode
).
When the MT’s wlan1 card is in ‘ap-bridge’ or ‘bridge’ mode (which it should be according to the info I read on WDS), it just cries out in the log:
timestamp [MAC of the DWL]@wlan1:connected, is AP, wants WDS
timestamp+3s [MAC of the DWL]@wlan1:disconnected, decided to deauth: 4-way handshake timeout(15)
And so on …
Any suggestions are greatly appreciated! Thanks!
Relevant config info:
WDS interface:
/ interface wireless wds
add name=“wds1” mtu=1500 arp=enabled disable-running-check=no
master-interface=wlan1 wds-address=[DWL_MAC] comment=“” disabled=no
WLAN1 interface:
set wlan1 name=“wlan1” mtu=1500 mac-address=[MAC] arp=enabled
disable-running-check=no radio-name=“MAC” mode=ap-bridge
ssid=“SomeNet” area=“” frequency-mode=superchannel
country=croatia antenna-gain=0 frequency=2472 band=2.4ghz-onlyg
scan-list=default rate-set=default
supported-rates-b=1Mbps,2Mbps,5.5Mbps,11Mbps
supported-rates-a/g=6Mbps,9Mbps,12Mbps,18Mbps,24Mbps,36Mbps,48Mbps,54Mbps
basic-rates-b=1Mbps basic-rates-a/g=6Mbps max-station-count=2007
ack-timeout=dynamic tx-power-mode=default noise-floor-threshold=default
periodic-calibration=default periodic-calibration-interval=60
burst-time=disabled dfs-mode=none antenna-mode=ant-a wds-mode=static
wds-default-bridge=wds_bridge wds-default-cost=100 wds-cost-range=50-150
wds-ignore-ssid=yes update-stats-interval=disabled
default-authentication=yes default-forwarding=yes default-ap-tx-limit=0
default-client-tx-limit=0 proprietary-extensions=post-2.9.25 hide-ssid=no
security-profile=default disconnect-timeout=3s on-fail-retry-time=100ms
preamble-mode=both compression=no allow-sharedkey=no comment=“” disabled=no
Bridge interface:
add name=“wds_bridge” mtu=1500 arp=enabled stp=yes priority=32768
ageing-time=5m forward-delay=15s garbage-collection-interval=5s
hello-time=2s max-message-age=20s comment=“” disabled=no
/ interface bridge port
add interface=wlan2 bridge=wds_bridge priority=128 path-cost=10 comment=“”
disabled=no
add interface=wds1 bridge=wds_bridge priority=128 path-cost=10 comment=“”
disabled=no
add interface=wlan1 bridge=wds_bridge priority=128 path-cost=10 comment=“”
disabled=no
–
Bye,
chense