Move managment interface to lan
This commit is contained in:
parent
abef80bd92
commit
2e58a2044e
1 changed files with 1 additions and 5 deletions
|
@ -5,11 +5,7 @@ config interface 'loopback'
|
|||
option ipaddr '127.0.0.1'
|
||||
option netmask '255.0.0.0'
|
||||
|
||||
config interface 'apctl'
|
||||
option ifname 'eth0.2'
|
||||
option proto 'dhcp'
|
||||
|
||||
config interface 'lan'
|
||||
option type 'bridge'
|
||||
option ifname 'eth0'
|
||||
option proto 'static'
|
||||
option proto 'dhcp'
|
||||
|
|
Loading…
Reference in a new issue