Hi, I'm AndyV.
I recently purchased a HAP AX2 (update to 7.14.3 + qcom done) to combine with my home modem to create a personal LAN / WAN.
I tried both with a "quick set" configuration and with a hand-made configuration, but I encounter the following problem: some devices are unable to reach the speed that they can achieve if connected to the home modem.
The speed between modem and AX2 via ethernet is 1Gbps (as it should be).
The home modem is a "Vodafone WIFI 6 Station" equipped with a 6E wifi card.
The specifications of the HAP AX2 are known.
I tested the following devices and got the following results (download/upload):
iPhone15 -> Modem = about 700/550 Mbps
iPhone15 -> AX2 = about 200/400 Mbps
iPhone15pro -> Modem = about 700/550 Mbps
iPhone15pro -> AX2 = about 700/550 Mbps
pc with RTL8852AE -> Modem = about 700/550 Mbps
pc with RTL8852AE -> AX2 = about 300/400 Mbps
pc with Intel AX200 -> Modem = about 700/550 Mbps
pc with Intel AX200 -> AX2 = about 300/400 Mbps
iPad5gen -> Modem = about 550/400 Mbps
iPad5gen -> AX2 = about 150/300 Mbps
I attach the hand-made configuration currently loaded on the AX2.
Can anyone explain why some devices manage to reach the correct speed, while others fail?
I have also done tests with other devices (not written above) that manage to reach the correct speed.
I don't think it's something related to the devices' wifi cards, because connected to the modem they can perform correctly, while connected to the AX2 they don't.
I've tried to provide as much data as I can.
Any help will be considered invaluable, I'm literally going crazy...
Thank you all!
I recently purchased a HAP AX2 (update to 7.14.3 + qcom done) to combine with my home modem to create a personal LAN / WAN.
I tried both with a "quick set" configuration and with a hand-made configuration, but I encounter the following problem: some devices are unable to reach the speed that they can achieve if connected to the home modem.
The speed between modem and AX2 via ethernet is 1Gbps (as it should be).
The home modem is a "Vodafone WIFI 6 Station" equipped with a 6E wifi card.
The specifications of the HAP AX2 are known.
I tested the following devices and got the following results (download/upload):
iPhone15 -> Modem = about 700/550 Mbps
iPhone15 -> AX2 = about 200/400 Mbps
iPhone15pro -> Modem = about 700/550 Mbps
iPhone15pro -> AX2 = about 700/550 Mbps
pc with RTL8852AE -> Modem = about 700/550 Mbps
pc with RTL8852AE -> AX2 = about 300/400 Mbps
pc with Intel AX200 -> Modem = about 700/550 Mbps
pc with Intel AX200 -> AX2 = about 300/400 Mbps
iPad5gen -> Modem = about 550/400 Mbps
iPad5gen -> AX2 = about 150/300 Mbps
I attach the hand-made configuration currently loaded on the AX2.
Can anyone explain why some devices manage to reach the correct speed, while others fail?
I have also done tests with other devices (not written above) that manage to reach the correct speed.
I don't think it's something related to the devices' wifi cards, because connected to the modem they can perform correctly, while connected to the AX2 they don't.
I've tried to provide as much data as I can.
Any help will be considered invaluable, I'm literally going crazy...
Thank you all!
Code:
/interface bridgeadd name="LAN - Bridge"/interface ethernetset [ find default-name=ether1 ] name="ether1 - WAN"/ip pooladd name=dhcp_pool1 ranges=10.1.1.100-10.1.1.200/ip dhcp-serveradd address-pool=dhcp_pool1 interface="LAN - Bridge" lease-time=1d name="LAN - DHCP"/interface bridge portadd bridge="LAN - Bridge" interface=ether2add bridge="LAN - Bridge" interface=ether3add bridge="LAN - Bridge" interface=ether4add bridge="LAN - Bridge" interface=ether5add bridge="LAN - Bridge" interface=wifi1add bridge="LAN - Bridge" interface=wifi2/interface wifiset [ find default-name=wifi1 ] channel.band=5ghz-ax .skip-dfs-channels=disabled .width=20/40/80mhz configuration.mode=ap .ssid=WIFItest disabled=no security.authentication-types=wpa2-psk,wpa3-psk security.passphrase="A123456a!" .ft=yes .ft-over-ds=yesset [ find default-name=wifi2 ] channel.band=2ghz-ax .skip-dfs-channels=disabled .width=20/40mhz configuration.mode=ap .ssid=WIFItest disabled=no security.authentication-types=wpa2-psk,wpa3-psk security.passphrase="A123456a!" .ft=yes .ft-over-ds=yes/ip neighbor discovery-settingsset discover-interface-list=!dynamic/ip addressadd address=10.1.1.254/24 interface="LAN - Bridge" network=10.1.1.0add address=192.168.1.50/24 interface="ether1 - WAN" network=192.168.1.0/ip dhcp-server networkadd address=10.1.1.0/24 dns-server=8.8.8.8 gateway=10.1.1.254/ip firewall natadd action=masquerade chain=srcnat/ip routeadd disabled=no dst-address=0.0.0.0/0 gateway=192.168.1.1 routing-table=main suppress-hw-offload=no/system clockset time-zone-name=Europe/Rome/system noteset show-at-login=no/system ntp clientset enabled=yes/system ntp client serversadd address=pool.ntp.org# Reboot the router to apply updates/system reboot
Statistics: Posted by AndyV — Tue May 21, 2024 1:23 pm