Hi all,
First of all sorry for my basic question but I´m really a noob when it comes to networking, not limited but also especially with Mikrotiks.
Situation is as follows:
I guess it´s related to VLAN tagging, do I need that if I have different bridges?
Thanks for your patience and diligence.
First of all sorry for my basic question but I´m really a noob when it comes to networking, not limited but also especially with Mikrotiks.
Situation is as follows:
- I have a HAP ax3 acting as my main router. It provides 3 Wifi networks which are isolated from each other (private, guest and IOT).
- It took me hours and reading through a lot of tutorials to get this going and there is for sure room for improvement but it works.
- I bought a HAP ax lite as a wired AP bridge. Using a simple bridge setup I´m able to extend my main Wifi (private) just fine.
- I fail to extend my other 2 Wifi networks as I´m not sure how to get this done. I guess I need additional bridges, similiar to the main router setup and configuration of additional DHCP clients getting IPs from the main router....unfortunately I can´t get this to work at all.
I guess it´s related to VLAN tagging, do I need that if I have different bridges?
Code:
# 2023-12-28 13:15:46 by RouterOS 7.13# software id = 3638-CNQF## model = L41G-2axD# serial number = XXXX/interface bridgeadd name=bridge_Guestadd name=bridge_LAN port-cost-mode=short/interface wifiset [ find default-name=wifi1 ] channel.band=2ghz-ax .skip-dfs-channels=\ 10min-cac .width=20/40mhz configuration.country=Germany .mode=ap .ssid=\ wired disabled=no name=2GHz_wired security.authentication-types=\ wpa2-psk,wpa3-psk .wps=disableadd configuration.mode=ap .ssid=wired_guest disabled=no mac-address=\ 7A:9A:18:15:D3:16 master-interface=2GHz_wired mtu=1500 name=2GHz_guest \ security.authentication-types=wpa2-psk,wpa3-psk/portset 0 name=serial0/interface bridge portadd bridge=bridge_LAN interface=ether1 internal-path-cost=10 path-cost=10add bridge=bridge_LAN interface=ether2 internal-path-cost=10 path-cost=10add bridge=bridge_LAN interface=ether3 internal-path-cost=10 path-cost=10add bridge=bridge_LAN interface=ether4 internal-path-cost=10 path-cost=10add bridge=bridge_LAN interface=2GHz_wiredadd bridge=bridge_LAN interface=2GHz_guest pvid=10/ip neighbor discovery-settingsset discover-interface-list=!dynamic/ip addressadd address=192.168.66.3/24 interface=bridge_LAN network=192.168.66.0add address=192.168.71.99/24 interface=bridge_Guest network=192.168.71.0/ip dhcp-clientadd add-default-route=no interface=bridge_Guestadd add-default-route=no interface=bridge_LAN/ip routeadd disabled=no dst-address=0.0.0.0/0 gateway=192.168.66.1 routing-table=main \ suppress-hw-offload=no/system clockset time-zone-name=Europe/Berlin/system identityset name=wired_AP/system noteset show-at-login=no
Statistics: Posted by deadwalker — Thu Dec 28, 2023 2:18 pm