Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:network:openwrt_as_routerdevice [2021/10/17 17:16] – [Command-line instructions] reorganize content vgaeteradocs:guide-user:network:openwrt_as_routerdevice [2021/10/17 17:36] – [Command-line instructions] vgaetera
Line 24: Line 24:
  
 ===== Command-line instructions ===== ===== Command-line instructions =====
-Configure a new IP address for the LAN interface.+Configure the LAN interface statically with a new IP address ''192.168.2.1''.
  
 <code bash> <code bash>
-# Configure network 
 uci set network.lan.ipaddr="192.168.2.1" uci set network.lan.ipaddr="192.168.2.1"
 uci commit network uci commit network
Line 33: Line 32:
 </code> </code>
  
-Follow [[docs:guide-user:network:openwrt_as_clientdevice|OpenWrt as client device]] to configure the WAN interface.+Note that changing the IP address causes the SSH session to hang/disconnect. 
 +Follow [[docs:guide-user:network:openwrt_as_clientdevice|OpenWrt as client device]] to configure the WAN interface if necessary.
  
  • Last modified: 2023/10/14 05:58
  • by vgaetera