Hi All
Was hoping for some input on a WDS bridge I am having a minor issue with. The wds is working fine and passing traffic but I cant access the mikrotiks with their management IP.
Farside of the link 10.10.11.3
/interface bridge
add arp=proxy-arp l2mtu=1526 name=backhaul
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=24 band=5ghz-onlyn channel-width=20/40mhz-ht-below disabled=no ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=station-wds \
ssid=Latteraghbh wds-default-bridge=backhaul wds-mode=dynamic wireless-protocol=nv2
/interface wireless nstreme
set wlan1 enable-nstreme=yes
/ip neighbor discovery
set wlan1 discover=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/interface bridge port
add bridge=backhaul interface=ether1
add bridge=backhaul interface=wlan1
/ip address
add address=10.10.11.3/24 interface=backhaul network=10.10.11.0
/ip firewall connection tracking
set enabled=no
/ip service
set api disabled=yes
/system identity
set name="Backhaul Slave"
Master Side of the link
/interface bridge
add arp=proxy-arp l2mtu=1526 name=echo
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=24 band=5ghz-onlyn basic-rates-a/g="" channel-width=20/40mhz-ht-above country=ireland dfs-mode=no-radar-detect disabled=no \
frequency=5620 ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=ap-bridge nv2-qos=frame-priority ssid=Latteraghbh wds-default-bridge=echo wds-mode=dynamic \
wireless-protocol=nv2
/interface wireless manual-tx-power-table
set wlan1 manual-tx-powers="1Mbps:17,2Mbps:17,5.5Mbps:17,11Mbps:17,6Mbps:17,9Mbps:17,12Mbps:17,18Mbps:17,24Mbps:17,36Mbps:17,48Mbps:17,54Mbps:17,HT20-0:25,HT20-1:25,HT20-2\
:25,HT20-3:24,HT20-4:23,HT20-5:22,HT20-6:21,HT20-7:19,HT40-0:25,HT40-1:24,HT40-2:23,HT40-3:22,HT40-4:21,HT40-5:17,HT40-6:17,HT40-7:17"
/interface wireless nstreme
set wlan1 enable-nstreme=yes
/ip neighbor discovery
set wlan1 discover=no
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/interface bridge port
add bridge=echo interface=wlan1
add bridge=echo interface=ether1
/ip address
add address=10.10.11.2/24 interface=echo network=10.10.11.0
/ip firewall connection tracking
set enabled=no
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip service
set api disabled=yes
/system identity
set name="Backhaul Master"
This was working fine with the nano's any ideas people.