I’m trying to bring a simple configuration that works in haplite for example to my new hAP ax2. Maybe it is simple. I am getting desperate.
I use my haplite as a WIFI client to connect physical devices to my wifi network. My AccessPoint has a DHCP server and my WifiClient gets assigned an IP and the physical devices I plug in also get an IP address.
But in WifiWave I am trying so many setups. But the DCHP thing does not work.
I have configured the hap ax2 to get an IP address from AccesPoint. But I can’t configure the physical ports to get an IP address from the DHCP server via Wifi.
hAP Lite is quite different from AX2.
Best to export your config as rsc and import again on ax2 via terminal, block by block.
Take into account wifi1 on ax2 is 5Ghz, not 2.4GHz.
If you’re still stuck, export config from ax2 after your attempts and post between code quotes for easier readibiliity.
Leave out serial number and wan ip.
The Wifi is in station mode and become a IP from my Wifi Router. The Bridge with the Ethernet 1-4 is running If I start a DHCP Server in the Bridge, i cane Ping my Router.
But I dont want to start a seperat DHCP Server. DHCP relay is not working.
If you don’t bridge wifi with other ports (ether1-ether4), then both sides can not be in the same IP subnet. Which means your hAP ax2 will have to route between both sides (and depending on the rest of config, your main router will need some config as well). But then I wonder why don’t you want to have DHCP server running on hAP ax2? Your wanted config seems a slight complication to me.