idu: interfaces: Add VLAN 1001/1002/1003 for WiFi

This commit is contained in:
Harald Welte 2015-04-25 16:51:43 +02:00
parent 90b40a8448
commit 7c0152141a
1 changed files with 22 additions and 0 deletions

View File

@ -69,8 +69,30 @@ iface br-mgmt:0 inet static
address 172.16.1.1 address 172.16.1.1
netmask 255.255.255.255 netmask 255.255.255.255
# GSM management VLAN
auto br0.7 auto br0.7
iface br0.7 inet static iface br0.7 inet static
address 172.16.7.1 address 172.16.7.1
netmask 255.255.255.0 netmask 255.255.255.0
network 172.16.7.0 network 172.16.7.0
# admin WiFi
auto br0.1001
iface br0.1001 inet static
address 172.16.8.1
netmask 255.255.255.0
network 172.16.8.0
# onboad WiFi
auto br0.1002
iface br0.1002 inet static
address 172.16.128.1
netmask 255.255.252.0
network 172.16.128.0
# remote WiFi
auto br0.1003
iface br0.1003 inet static
address 172.16.132.1
netmask 255.255.252.0
network 172.16.132.0