Dont assign IP addresses that can break the setup (quARTier, hackspace)

This commit is contained in:
floh1111 2011-11-18 20:17:24 +00:00
parent dba3308d22
commit fded9f6777

View file

@ -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