Hello,
I am struggling with following setup and need advice how to do it properly or which way I should go ?
Local network (PCs over ethernet connection)
^
| ethernet
v
Hap AX3 (static ip 192.168.88.1,DHCP server - pool 192.168.88.3-254, Wifi AP )
^
| 5Ghz AX wifi bridge
v
Chateau 5G AX (static ip 192.168.88.2, Wifi station bridge )
^
| 5G/LTE
v
5G provider (internet)
Currently I am able to go through Wifi bridge and access from local network to wifi/bridge interface in Chateau, but I cannot make connection between bridge interface and lte interface there to access internet.
Current setting: (changed macs, ssids, apns,removed default ip firewall settings, in testing mode-doing minimal setup so far)
OS: Router OS 7.12rc5
Hap Ax3:
# model = C53UiG+5HPaxD2HPaxD
/interface bridge
add admin-mac=xxx auto-mac=no name=bridge
/interface wifiwave2
set [ find default-name=wifi1 ] channel.band=5ghz-ax .frequency=5620-7300 .secondary-frequency=disabled .skip-dfs-channels=10min-cac .width=20/40/80mhz configuration.antenna-gain=0 .mode=ap .ssid=CNET1 disabled=no mtu=1500 name=wifi1-5g security.authentication-types=wpa2-psk,wpa3-psk
set [ find default-name=wifi2 ] channel.band=2ghz-ax .skip-dfs-channels=10min-cac .width=20/40mhz configuration.mode=ap .ssid=2GSSID disabled=no security.authentication-types=wpa2-psk,wpa3-psk
/interface list
add name=WAN
add name=LAN
/ip pool
add name=default-dhcp ranges=192.168.88.3-192.168.88.254
/ip dhcp-server
add address-pool=default-dhcp interface=bridge lease-time=10m name=defconf
/queue type
set 7 kind=codel
/interface bridge port
add bridge=bridge interface=ether2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
add bridge=bridge interface=ether1
add bridge=bridge interface=wifi2
add bridge=bridge interface=wifi1-5g
/interface list member
add interface=bridge list=LAN
/ip address
add address=192.168.88.1/24 interface=bridge network=192.168.88.0
/ip dhcp-client
add comment=defconf disabled=yes interface=bridge
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router.lan
/ip firewall nat
add action=masquerade chain=srcnat ipsec-policy=out,none out-interface-list=WAN
Chateau 5G:
# model = S53UG+M-5HaxD2HaxD
/interface bridge
add admin-mac=xxx auto-mac=no name=bridge
/interface ethernet
set [ find default-name=ether5 ] name=ether5-2.5g
/interface wifiwave2
set [ find default-name=wifi1 ] channel.band=5ghz-ax .frequency=5620-7300 .secondary-frequency=5785 .skip-dfs-channels=10min-cac .width=20/40/80mhz configuration.mode=station-bridge .ssid=CNET1 disabled=no mtu=1500 name=wifi1-5g security.authentication-types=wpa2-psk,wpa3-psk
set [ find default-name=wifi2 ] channel.band=2ghz-ax .skip-dfs-channels=10min-cac .width=20/40mhz configuration.mode=ap .ssid=2GSSID2 disabled=no mtu=1500 security.authentication-types=wpa2-psk,wpa3-psk
/interface lte
set [ find default-name=lte1 ] allow-roaming=no band="" nr-band=""
/interface list
add name=WAN
add name=LAN
/interface lte apn
set [ find default=yes ] name=xxx use-network-apn=no
/queue type
set 7 kind=codel
/interface bridge port
add bridge=bridge interface=ether2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5-2.5g
add bridge=bridge interface=wifi1-5g
add bridge=bridge interface=wifi2
add bridge=bridge interface=ether1
add bridge=bridge interface=WAN
/interface list member
add interface=bridge list=LAN
add interface=lte1 list=WAN
/interface wifiwave2 access-list
add action=accept comment=ax3 disabled=no mac-address=xxx vlan-id=1
/ip address
add address=192.168.88.2/24 interface=bridge network=192.168.88.0
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.88.1 name=router.lan
/ip firewall nat
add action=masquerade chain=srcnat ipsec-policy=out,none out-interface-list=WAN src-address=192.168.88.0/24