Changes between Version 1 and Version 2 of OpenWrt/network_config
- Timestamp:
- 07/20/2018 11:05:40 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenWrt/network_config
v1 v2 69 69 To change the IP address of the '''lan''' network which is configured as a bridge containing the '''eth0''' interface using UCI: 70 70 {{{ 71 uci set network.lan.ipaddr 71 uci set network.lan.ipaddr=192.168.1.2 72 72 uci commit 73 73 }}}