Community discussions

MikroTik App
 
columf
just joined
Topic Author
Posts: 17
Joined: Thu Apr 18, 2013 12:58 pm

Cant Ping Management IPS WDS

Wed Dec 18, 2013 6:18 pm

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.
 
columf
just joined
Topic Author
Posts: 17
Joined: Thu Apr 18, 2013 12:58 pm

Re: Cant Ping Management IPS WDS

Thu Dec 19, 2013 12:08 pm

Update.
In an effort to gain winbox access to these units I created a VLAN interface and I can ping between RB'S but I cant ping from my PC and I cant winbox into anything apart from the router I am connected to.

Core
/interface vlan
add arp=proxy-arp interface=publics l2mtu=1594 name="WDS Bridge" vlan-id=10
Route Dynamically created
32 ADC 192.168.213.0/24 192.168.213.1 WDS Bridge 0

Bridge Master
/interface vlan
add interface=ether1 l2mtu=1522 name=wdsbridge vlan-id=10
route
1 ADC 192.168.213.0/24 192.168.213.2 wdsbridge 0

As I said I can ping between units but not from my pc which is conned to the core router on the office network with 192.168.50.0/24 address
 
User avatar
webequipped
newbie
Posts: 27
Joined: Tue Oct 13, 2009 7:42 pm

Re: Cant Ping Management IPS WDS

Mon Nov 09, 2015 12:01 am

Did you ever get this resolved as I am having the identical issue!

I have wds working very well but I am unable to access the slave wds unless I disable the master radio. Once I disable the master radio I can directly access the slave directly through its Ethernet port. Turning the master radio back one does not kick me from the slave. I need a way to travers through the master to the slave without having to physically connect to the slaves Ethernet port. I am sure I am missing a simple step but I cannot figure it out, help!