update
This commit is contained in:
@ -51,6 +51,28 @@ network_interfaces:
|
||||
method: static
|
||||
address: 192.168.81.254
|
||||
netmask: 24
|
||||
post-up:
|
||||
# VLAN 321 - for Ubiquiti UniFi Accesspoints Guest NET
|
||||
- /sbin/ip link add link eno5 name eno5.21 type vlan id 21
|
||||
# VLAN 331 - for Ubiquiti UniFi Accesspoints private NET
|
||||
- /sbin/ip link add link eno5 name eno5.31 type vlan id 31
|
||||
|
||||
|
||||
- device: eno5.21
|
||||
headline: eno5 - VLAN 321 (Ubiquiti UniFi Accesspoints Guest NET)
|
||||
auto: true
|
||||
family: inet
|
||||
method: static
|
||||
address: 10.21.15.254
|
||||
netmask: 20
|
||||
|
||||
- device: eno5.31
|
||||
headline: eno5 - VLAN 331 (Ubiquiti UniFi Accesspoints private NET)
|
||||
auto: true
|
||||
family: inet
|
||||
method: static
|
||||
address: 10.31.15.254
|
||||
netmask: 20
|
||||
|
||||
|
||||
- device: eno5:ns
|
||||
|
Reference in New Issue
Block a user