In the past, a wrong route was added under the static route, which caused the network failure, which directly led to the loss of connection and inaccessibility of the openwrt soft route. The problem is also well solved,
vi /etc/config/netowork
Just delete the wrong route
Restart network card
service network restart
Network recovery
This work is licensed under the Creative Commons Attribution noncommercial use 4.0 international license agreement
Gcod
If life is just like the first sight, what is the sad autumn wind painting fan
uci set network.your_route='route' uci set network.your_route.interface='lan' uci set network.your_route.target='10.244.96.0' uci set network.your_route.netmask='255.255.255.0' uci set network.your_route.gateway='10.244.100.254' uci commit network