I’m testing an emergency solution for the case when an ethernet cable gets unusable and part of the lan becomes unavailable.
I plan to use a Mikrotik router (mAp Lite or RB951***, ROS 7.10 or later) as station bridge to connect to the existing wireless network, which presumably is wired to the working part of the lan. The AP could be Mikrotik or Tp-Link, so I was testing mode=station-pseudobridge. In the working part there is is a DHCP server, allways Mikrotik, which can be also the AP but not allways. So far everythings looks fine: I made a separate lan consisting of 3 swithces with webfig function, a pc and the Mikrotik wireless station that connects to the working lan.
There are some comment in the forum regarding this kind of use of station pseudobridge, stating that it won’t work, if there are several clients behind the station they won’t get ip address especially when the AP is the DHCP server itself, or they won’t be accessible from the rest of the lan …
Am I missing something or just misunderstood why pseudobridge is not the way to go?
I’ve read that and then I realized that either it is wrong or I do not understand. The discussion side is empty.
My test environment:
—[AP]-( )-[STA]—[Y]
X : the main network, there is my pc and the DHCP server,
AP: TP-Link access point,
STA: mikrotik mAp Lite, wifi mode=station-pseudobridge,
Y: test network consisting of three switches that have webfig, another mikrotik router (M) and a pc.
And it works!
The manual states that pseudobridge mode “should be avoided when possible” and:
“This mode is limited to complete L2 bridging of data to single device connected to station”: I’ve connected 5 devices,
“bridging of non-IP protocols to more than one device will not work”: each of the 5 devices from Y and the station got ip from the DHCP server, the M router and the STA was reacheable from my pc by mac address with winbox.
“Also MAC address translation limits access to station device from AP side to IPv4 based access”: from my pc the webfig on each of the 3 switches were accessible at the same time, the share on the pc was acessible, the M router and the station were reacheable by ip with winbox.
Interestingly enough station bridge is now working, where earlier it was not until I switched it to station pseudobridge
Now I switched it back and it works fine.
For anyone wondering though, the difference between station bridge and station pseudobridge is: Station Pseudobridge:
Normal AP connections do not use 4-address header information, and therefore source MAC addresses are lost (you need 2 for the radio MACs, and 2 for the src/dest MACs). Therefore pseudobridge does MAC NAT (for lack of better terms). So everything looks like it is coming from one MAC address.
Station Bridge:
This is only compatible with other wifi-qcom devices. It hooks to another device in AP mode and will create a 4-address connection. Therefore MAC NAT is not needed. The documentation is not clear about this at all, that one side needs to be in AP mode and the other side in Station Bridge mode.
From whatI can tell, this is pretty much equivalent to WDS on other wifi brands. Except somehow Mikrotik made it proprietary for wifi-qcom. I don’t know why, but this is what it is.