Upgrade from 6.40 to 6.42.6: wAP ac not found in neighbor list in winbox

Hi,

I am running an wAP ac in a capsman setup. It was running perfect with router os 6.40, I was able to see the device in the winbox search list and could connect to it. Some days ago I did an upgrade to router os version 6.42.6. Afterwards everything was working except the neighbour discovery. When I start winbox all my devices are visible except the one I just upgraded to 6.42.6. Winbox version is 3.16.

When I do a direct connect by typing the IP in winbox I am able to connect. Below I have exported my config. in my opinion the neighbor discovery settings are all fine… In the “Neighbor List” menu when I am connected to the wAP ac all devices are visible. On the local pc winbox does not show the wAP ac… Any idea what is wrong here?


/interface bridge
add fast-forward=no name=cap_bridge protocol-mode=none
/interface wireless
# managed by CAPsMAN
# channel: 2432/20-eC/gn(30dBm), SSID: , CAPsMAN forwarding
set [ find default-name=wlan1 ] ssid=MikroTik
# managed by CAPsMAN
# channel: 5200/20-eCee/ac(17dBm), SSID: , CAPsMAN forwarding
set [ find default-name=wlan2 ] ssid=MikroTik
/interface vlan
add interface=cap_bridge loop-protect-disable-time=0s name=\
    "bridge_vlan1__ Heimnetz" vlan-id=1
add interface=cap_bridge loop-protect-disable-time=0s name=\
    "bridge_vlan100_Guest WLAN" vlan-id=100
add interface=cap_bridge loop-protect-disable-time=0s name=\
    "bridge_vlan200__ PV" vlan-id=200
add interface=cap_bridge loop-protect-disable-time=0s name=\
    bridge_vlan300_Test vlan-id=300
add interface=cap_bridge loop-protect-disable-time=0s name=\
    "bridge_vlan400_SmartHome " vlan-id=400
add interface=cap_bridge loop-protect-disable-time=0s name=\
    bridge_vlan500_IPv6 vlan-id=500
/interface list
add exclude=dynamic name=discover
add name=mac-winbox
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0
/interface bridge port
add bridge=cap_bridge hw=no interface=ether1
/ip neighbor discovery-settings
set discover-interface-list=mac-winbox
/interface list member
add interface=wlan1 list=discover
add interface=wlan2 list=discover
add interface="bridge_vlan1__ Heimnetz" list=discover
add interface="bridge_vlan1__ Heimnetz" list=mac-winbox
/interface wireless cap
# 
set bridge=cap_bridge caps-man-addresses=192.168.0.254 certificate=request \
    discovery-interfaces="bridge_vlan1__ Heimnetz" enabled=yes \
    interfaces=wlan1,wlan2 lock-to-caps-man=yes
/ip address
add address=192.168.0.211/24 interface="bridge_vlan1__ Heimnetz" \
    network=192.168.0.0
/ip dns
set servers=192.168.0.254
/ip firewall service-port
set ftp disabled=yes
set tftp disabled=yes
set irc disabled=yes
set h323 disabled=yes
set sip disabled=yes
set pptp disabled=yes
set udplite disabled=yes
set dccp disabled=yes
set sctp disabled=yes
/ip route
add distance=1 gateway=192.168.0.254
add distance=1 dst-address=192.168.0.254/32 gateway=\
    "bridge_vlan1__ Heimnetz"
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www address=192.168.0.0/24
set ssh disabled=yes
set api disabled=yes
set winbox address=192.168.0.0/24
set api-ssl disabled=yes
/ip smb shares
set [ find default=yes ] directory=/pub
/ipv6 nd
set [ find default=yes ] disabled=yes
add hop-limit=64 interface=bridge_vlan500_IPv6
/system clock
set time-zone-autodetect=no time-zone-name=Europe/Berlin
/system identity
set name=MkTkCapBasementAC
/system ntp client
set enabled=yes primary-ntp=192.168.0.254 secondary-ntp=192.168.0.254
/system routerboard settings
set silent-boot=no
/system upgrade upgrade-package-source
add address=192.168.0.254 user=user-auto-upgrade
/tool bandwidth-server
set enabled=no
/tool mac-server
set allowed-interface-list=none
/tool mac-server mac-winbox
set allowed-interface-list=none
/tool mac-server ping
set enabled=no

were there any changes related to this topic in the past firmware releases?

Have you tested a second restart?

Updated:
I remembered that there where issues with neighbor service after a .0 release but did not remember what release it was. Dug around in the change log and it is 6.41 release that had this issue.
A second restart should solve this issue or fixing the interface list.
More to read here:
http://forum.mikrotik.com/t/v6-41-current/114978/1

I have done a second reboot without success.
Even recreation of the interface list does not help :frowning:

It’s just the “/Tools / MAC Server / MAC Winbox Server” which controls the neighbor visibility right?

So meanwhile I did upgrade my second device a RB750GL, situation is the same. Everything is working except the winbox discovery?!
@Mikrotik
Are you aware of some bug in this area?


I don’t want to factory reset all my devices and install from default settings again :open_mouth: