User Tools

Site Tools


guifi.net:openwrt

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
guifi.net:openwrt [2020/05/03 19:58] joseguifi.net:openwrt [2020/05/03 20:03] jose
Line 4: Line 4:
 ====== hotspot ====== ====== hotspot ======
 Cambiaos la IP: Cambiaos la IP:
-  uci set network.lan.ipaddr=192.168.1.11 +<code> 
-  uci commit +uci set network.lan.ifname='eth0' 
-  reload_config +uci delete network.lan.type 
 +uci set network.lan.ipaddr='192.168.1.11
 +uci set network.lan.netmask='255.255.255.0' 
 +uci set network.lan.gateway='192.168.1.1' 
 +uci set network.lan.dns='8.8.8.8' 
 +uci commit 
 +reload_config 
 +</code>
  
  
guifi.net/openwrt.txt · Last modified: 2020/05/06 22:30 by jose