Another troubleshooting step would be to double-check the output of the following commands:...
Now to the actual problem: After setting up Yazfi I now should have the same list of networks as above. I made sure to keep as many settings the same as before, to make troubleshooting easier. Unfortunately, it seems that the 2.4GHz home LAN network is not working anymore. I do still see all 3 SSID's, but when connecting to this one it just doesn't connect. Also forgetting the network in my phone and reconneting does not work. I simply get an error stating "Could not connect to this network" after typing in the password.
The firmware used on the RT-AX68U router is Asusmerlin 388.1 and YazFi is version 4.4.3.
Bash:
{
brctl show
grep -E "interface=(br|wl)[0-3].*|dhcp-range=." /tmp/etc/dnsmasq.conf
echo
IFNAMES="$(nvram get wl_ifnames; nvram get wl0_vifnames; nvram get wl1_vifnames; nvram get wl2_vifnames; nvram get wl3_vifnames)"
for IFname in br0 $IFNAMES
do ifconfig $IFname 2>/dev/null ; done
}
The 2.4 GHz non-guest WLAN interface name should be 'eth5' in your RT-AX68U router, if I'm not mistaken.
Last edited: