I just got a new RB5009 and have setup a Capsman server config on there for 2 Hap AX2s. The config finds the caps devices successfully and assigns IP addresses but for some reason in a different subnet which then causes the devices not to be able to connect to the internet. my default on the DHCP server on the RB5009 is 192.168.88.0/24 but it is assigning 192.168.87.0 addresses via the Haps (which both have .88 addresses. I cant figure out why. Any ideas?
Can you post your configuration ?
Hi hope this is the relevant config (from the Capsman server RB5009) Please note if I set a manual static IP in the correct range on the device that is connecting (a tv) then the internet works. but DHCP always assigns to the .78 subnet for some devices (not all). When moving to the RB5009 from a different router (hap ac3) I did import some config so do wonder if there is something happening with some mac addresses but I have no Vlan or mac address filtering on
/interface bridge
add mtu=1500 name=bridge
interface list
add name=WAN
add name=LAN
/interface wifiwave2 channel
add frequency=5300 name=channel1
add band=5ghz-ac disabled=no name=5ghz width=20/40/80mhz
add band=2ghz-n disabled=no name=2ghz width=20mhz
add band=2ghz-ax disabled=no name=2ghzax width=20/40mhz
add band=5ghz-ax disabled=no name=5ghzax width=20/40/80mhz
/interface wifiwave2 datapath
add bridge=bridge disabled=no name=datapath1
/interface wifiwave2 security
add authentication-types=wpa2-psk,wpa3-psk disabled=no encryption="" name=\
sec1 wps=push-button
/interface wifiwave2 configuration
add channel=2ghz channel.band=2ghz-n .width=20mhz country=Australia \
datapath.bridge=bridge disabled=no mode=ap name=cfg1 security=sec1 \
security.authentication-types=wpa2-psk,wpa3-psk .disable-pmkid=yes .ft=\
yes .ft-over-ds=yes .wps=disable ssid=Wifi6
add channel=5ghz channel.band=5ghz-ac .width=20/40/80mhz country=Australia \
datapath.bridge=bridge disabled=no mode=ap name=cfg2 security=sec1 \
security.authentication-types=wpa2-psk,wpa3-psk .disable-pmkid=yes .ft=\
yes .ft-over-ds=yes .wps=disable ssid=Wifi65g
add channel.band=2ghz-ax .width=20/40mhz disabled=no mode=ap name=cfg3 \
security=sec1 security.ft=yes .ft-over-ds=yes ssid=wifi6ax
add channel=5ghzax channel.band=5ghz-ax .width=20/40/80mhz country=Australia \
datapath.bridge=bridge disabled=no mode=ap name=cfg4 security=sec1 \
security.ft=yes .ft-over-ds=yes ssid=wifi65ghzax
/interface wifiwave2
add channel.band=2ghz-ax .width=20mhz configuration=cfg3 configuration.mode=\
ap disabled=no name=wifi21 radio-mac=48:A9:8A:E7:EC:xx
add channel.band=5ghz-ax configuration=cfg4 configuration.mode=ap disabled=no \
name=wifi22 radio-mac=48:A9:8A:E7:EC:xx
add configuration=cfg1 disabled=no name=wifi23 radio-mac=C4:AD:34:2D:E2:xx
add configuration=cfg2 disabled=no name=wifi24 radio-mac=C4:AD:34:2D:E2:xx
add configuration=cfg2 disabled=no name=wifi25 radio-mac=C4:AD:34:2D:E2:xx
add configuration=cfg1 configuration.mode=ap disabled=no mac-address=\
4A:A9:8A:E7:EC:xx master-interface=wifi21 name=wifi1
add configuration=cfg2 configuration.mode=ap disabled=no mac-address=\
4A:A9:8A:E7:EC:xx master-interface=wifi22 name=wifi2
/ip pool
add name=dhcp ranges=192.168.0.10-192.168.88.254
/ip dhcp-server
add address-pool=dhcp disabled=yes interface=ether2 name=dhcp1
add address-pool=dhcp interface=bridge name=defconf
/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=ether6
add bridge=bridge interface=ether7
add bridge=bridge interface=ether8
add bridge=bridge interface=*C
add bridge=bridge interface=*10
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add interface=pppoe-out1 list=WAN
add interface=ether2 list=LAN
add interface=ether3 list=LAN
add interface=ether4 list=LAN
add interface=ether5 list=LAN
add interface=ether6 list=LAN
add interface=ether7 list=LAN
add interface=ether8 list=LAN
add interface=sfp-sfpplus1 list=LAN
add interface=bridge list=LAN
/interface wifiwave2 cap
set discovery-interfaces=bridge
/interface wifiwave2 capsman
set ca-certificate=auto certificate=auto enabled=yes package-path="" \
require-peer-certificate=no upgrade-policy=none
/interface wifiwave2 provisioning
add action=create-enabled disabled=no master-configuration=cfg1 name-format=\
"" supported-bands=2ghz-n
add action=create-enabled disabled=no master-configuration=cfg2 name-format=\
"" supported-bands=5ghz-ac
add action=create-enabled disabled=no master-configuration=cfg3 name-format=\
"" supported-bands=2ghz-ax
add action=create-enabled disabled=no master-configuration=cfg4 name-format=\
"" supported-bands=5ghz-ax
/ip address
add address=192.168.88.1/24 interface=bridge network=192.168.88.0
Quick question:
what’s this ?
/ip pool
add name=dhcp ranges=192.168.0.10-192.168.88.254
That’s quite a BIG range for a DHCP pool … and possibly the cause of your problem.
Well I definitely missed that mistake!! was supposed to start at 192.168.88.10 not sure how that 0 got in their! Thanks