gistfile1.txt
· 89 B · Text
Brut
uci set network.wan.gateway='192.168.1.1'
uci commit network
/etc/init.d/network restart
| 1 | uci set network.wan.gateway='192.168.1.1' |
| 2 | uci commit network |
| 3 | /etc/init.d/network restart |
| 4 |