Hi all,
i able to mac-telnet the Metal 5SHPn via ethernet but not wlan1...
anyone having same problem and how you solve it???
i have hundred unit on hand and all was same issue...
i reset-configuration with no default...See to rules in Firewall
Ditonet,Is 'wlan1' MAC-Address not visible when you click Winbox's [...] button?
Maybe neighbor discovery is disabled on 'wlan1' inteface?
http://wiki.mikrotik.com/wiki/Manual:IP ... _discovery
Or you are not able to connect even if MAC-Address is typed directly into Winbox?
HTH,
Hi, ditonet,When you are trying to connect to Metal using MAC-Telnet,
is Metal 'wlan1' interface visible on Neighbor list on RouterBoard you connect from?
(Winbox/IP/Neighbor)
Regards,
Hi, that's because of the admin interface MAC address issue...After some reading I think I found my issue with the SXT's so I thought I'd put here in case it helps others.
I use the SXT's primarily as a transparent bridge. Either bridging ether1/wlan1 or ether1/vlanX.
While the mac-server is enable on "*all" interfaces I found that I had to disable the default and add each one individually to make the mac-telnet work properly. Like this:
/tool mac-server
set [ find default=yes ] disabled=yes
add interface=ether1
add interface=bridge1
add interface=wlan1
When I do this I have verified on every machine I've had trouble mac-telnet works now. Why, I don't know.