I tried flashing many more times.
Now I got worldspot.net window again. after executing
step (1):
lanIfName=$(uci get network.lan.ifname)
wanIfName=$(uci get network.wan.ifname)
echo old config : lan: $lanIfName wan: $wanIfName
echo ---------------
uci show network
if [ "$lanIfName" != "" ] && [ "$wanIfName" != "" ]
then
echo
echo switching interfaces
uci set network.lan.ifname="$wanIfName"
uci set network.wan.ifname="$lanIfName"
echo new config:
echo ---------------
uci show network
echo
echo 'if ok, please send these commands "uci commit network;reboot"'
fi
again after step(1) performing
when I am going to
step(2):
uci commit network
reboot
router restarted automatically. after restarting router, Router shows No Internet Access.
And
Status showing Trying to reach router.
I had performed 3/4 steps also. It gives same error.
step(3): pkill chilli
step(4): pkill logger ; pkill hotplug2; pkill -9 chilli; pkill dropbear;pkill syslogd; pkill ntpd;pkill klogd;pkill hostapd