Model: ASUS RT-AC88U
Version: 24.10.0
[Edit]
I'm configuring this router as a "dumb" AP.
Issue:
I've configured the settings through the web gui, I'm able to reach the internet through the lan ports as well as 2.4 (radio0) but for whatever reason I can't get radio1 to work. Whenever I connect it to my phone / laptop, it says "Obtaining IP address" which then fails.
/etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdc1:9cd6:75ee::/48'
option packet_steering '1'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan1'
list ports 'lan2'
list ports 'lan3'
list ports 'lan4'
list ports 'extsw'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.72'
option netmask '255.255.255.0'
option ip6assign '60'
option gateway '192.168.1.254'
config interface 'wan'
option device 'wan'
option proto 'dhcp'
config interface 'wan6'
option device 'wan'
option proto 'dhcpv6'
/etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path '18000000.axi/bcma0:7/pci0000:00/0000:00:00.0/0000:01:00.0'
option band '2g'
option channel '1'
option htmode 'HT20'
option cell_density '0'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt24'
option encryption 'psk2'
option key 'mypassword'
config wifi-device 'radio1'
option type 'mac80211'
option path '18000000.axi/bcma0:8/pci0001:00/0001:00:00.0/0001:01:00.0'
option band '5g'
option channel '36'
option htmode 'VHT80'
option cell_density '0'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'OpenWrt5'
option encryption 'psk2'
option key 'mypassword'
/etc/config/dhcp
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option filterwin2k '0'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option nonegcache '0'
option cachesize '1000'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
option nonwildcard '1'
option localservice '1'
option ednspacket_max '1232'
option filter_aaaa '0'
option filter_a '0'
config dhcp 'lan'
option interface 'lan'
option start '100'
option limit '150'
option leasetime '12h'
option dhcpv4 'server'
option ignore '1'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config odhcpd 'odhcpd'
option maindhcp '0'
option leasefile '/tmp/hosts/odhcpd'
option leasetrigger '/usr/sbin/odhcpd-update'
option loglevel '4'
Logs
Mon Feb 3 23:30:15 2025 daemon.info hostapd: phy1-ap0: STA 12:04:4a:f1:d5:15 IEEE 802.11: associated
Mon Feb 3 23:30:15 2025 daemon.notice hostapd: phy1-ap0: AP-STA-CONNECTED 12:04:4a:f1:d5:15 auth_alg=open
Mon Feb 3 23:30:15 2025 daemon.info hostapd: phy1-ap0: STA 12:04:4a:f1:d5:15 WPA: pairwise key handshake completed (RSN)
Mon Feb 3 23:30:15 2025 daemon.notice hostapd: phy1-ap0: EAPOL-4WAY-HS-COMPLETED 12:04:4a:f1:d5:15
Mon Feb 3 23:30:33 2025 daemon.info hostapd: phy1-ap0: STA 12:04:4a:f1:d5:15 IEEE 802.11: disassociated
Mon Feb 3 23:30:33 2025 daemon.notice hostapd: phy1-ap0: AP-STA-DISCONNECTED 12:04:4a:f1:d5:15