mirror of https://github.com/dirtbags/moth.git
28 lines
605 B
Plaintext
28 lines
605 B
Plaintext
|
#### Switch configuration
|
||
|
config switch eth0
|
||
|
option enable 1
|
||
|
option enable_vlan 0
|
||
|
|
||
|
#### Loopback configuration
|
||
|
config interface loopback
|
||
|
option ifname "lo"
|
||
|
option proto static
|
||
|
option ipaddr 127.0.0.1
|
||
|
option netmask 255.0.0.0
|
||
|
|
||
|
#### Administrative network
|
||
|
config interface admin
|
||
|
option ifname "eth0"
|
||
|
option proto static
|
||
|
option ipaddr 10.0.0.1
|
||
|
option netmask 255.255.0.0
|
||
|
|
||
|
#### Wireless
|
||
|
config interface wifi
|
||
|
option proto static
|
||
|
option ipaddr 10.254.0.1
|
||
|
option netmask 255.255.0.0
|
||
|
|
||
|
# OpenWRT's "ifup/ifdown" are horribly slow, so the 48
|
||
|
# vlans are set up in an init script :)
|