After 2 days of trying, reading, digging and scratching my head i still have a strange problem.
I want to setup a MT (RB751U) at station mode, connected to upper floor AP (some other brand), to do some file excanging with some PC's there.
My wlan interface gets Ip, get multicast traffic from various devices on the Wifi network, but i cannot ping it from the Wifi.
The MT can ping/access all devices on the Wifi network.
Have you came across to anything like this?
Here is my config:
Code: Select all
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-eC \
disabled=no frequency=2432 ssid="Somewifi"
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" \
group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik \
unicast-ciphers=tkip,aes-ccm
/interface bridge port
add bridge=bridge1 interface=ether2
/ip dhcp-client
add disabled=no interface=bridge1
add disabled=no interface=wlan1