Longer version:
Say you are renting a holiday home for a week or two and you were promised wifi.
The wifi exists, but only in one room whereas in the rest of the home it is… lacking.
I have had that happen in the past twice with a group of friends and eventually we would set up a router or laptop so it would connect to the guest wifi and bridge it to LAN, then we'd have a very long lan cable to a switch on the table we'd work or game on. In one instance we used a pair of powerline adapters to bridge the gap instead of the ethernet cable.
In all cases it was quite fiddly either requiring some linux command line fu and a spare notebook or hours of frustration dealing with, e.g., dd-wrt on a router.
I bet with a hAP ac 3 or similar and a few lines of routerOS config, this should be quite easy. However, I'm still very new to RouterOS so any help would be very appreciated!
Thanks!
Here's my config so far:
Code: Select all
# model = RBD53iG-5HacD2HnD
/interface bridge
add name=bridge1
/interface bridge port
add bridge=bridge1 interface=all
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip dhcp-client
add disabled=no interface=bridge1
/system identity
set name=hap-bridge
¹ Not necessarily via bridging. I will gladly take anything that gets the job done but I believe "bridging" is what I ultimately want, right?