snowwolf13
Junior Member
- Joined
- Oct 23, 2005
- Messages
- 80
- Reaction score
- 1
For those who configured AX3600 as AP and lost Mi Wifi app connectivity. It is because AX3600 has lost internet connectivity (unable to call home?).
If you have SSH access.
1. Make sure Mi Wifi has been configured with your AX3600 previously (before setting up as AP).
2. Configure the IP Address for AX3600 to be within the network. E.g. if your router is 192.168.1.1/24, assign 192.168.1.2 (any available IP address) to AX3600. Skip this step if it is already on the network.
3. Reboot and make sure you are able to ping AX3600 on the IP address assigned to AX3600.
4. SSH into AX3600 and add the gateway and DNS to the lan section of /etc/config/network.
5. Reboot and Mi Wifi should be able to access the router.
/etc/config/network
If you have SSH access.
1. Make sure Mi Wifi has been configured with your AX3600 previously (before setting up as AP).
2. Configure the IP Address for AX3600 to be within the network. E.g. if your router is 192.168.1.1/24, assign 192.168.1.2 (any available IP address) to AX3600. Skip this step if it is already on the network.
3. Reboot and make sure you are able to ping AX3600 on the IP address assigned to AX3600.
4. SSH into AX3600 and add the gateway and DNS to the lan section of /etc/config/network.
5. Reboot and Mi Wifi should be able to access the router.
/etc/config/network
config interface 'lan'
option ifname 'eth2 eth3 eth4'
--- cut ---
option ipaddr '192.168.1.2'
option gateway '192.168.1.1'
list dns '192.168.1.1'
Last edited: