Dont assign IP addresses that can break the setup (quARTier, hackspace)
This commit is contained in:
parent
dba3308d22
commit
fded9f6777
1 changed files with 0 additions and 4 deletions
|
@ -19,7 +19,6 @@ config interface loopback
|
||||||
option ipaddr 127.0.0.1
|
option ipaddr 127.0.0.1
|
||||||
option netmask 255.0.0.0
|
option netmask 255.0.0.0
|
||||||
|
|
||||||
|
|
||||||
#### LAN configuration
|
#### LAN configuration
|
||||||
config interface lan
|
config interface lan
|
||||||
option type bridge
|
option type bridge
|
||||||
|
@ -35,9 +34,6 @@ config interface wan
|
||||||
option proto dhcp
|
option proto dhcp
|
||||||
|
|
||||||
config interface wlan0
|
config interface wlan0
|
||||||
option proto static
|
|
||||||
option ipaddr 192.168.2.1
|
|
||||||
option netmask 255.255.255.0
|
|
||||||
option mtu 1528
|
option mtu 1528
|
||||||
|
|
||||||
config interface mesh
|
config interface mesh
|
||||||
|
|
Loading…
Add table
Reference in a new issue