Hello all,
My PBS needs to have IPs from two vlans. I have the network config setup as follows:
auto lo
iface lo inet loopback
iface enp0s25 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp0s25
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 1,25
auto vmbr0.1
iface vmbr0.1 inet dhcp
auto vmbr0.25
iface vmbr0.25 inet dhcp
Do I have this configured correctly? I cannot get an IP from vlan 25.
Thanks,
Steve
My PBS needs to have IPs from two vlans. I have the network config setup as follows:
auto lo
iface lo inet loopback
iface enp0s25 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp0s25
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 1,25
auto vmbr0.1
iface vmbr0.1 inet dhcp
auto vmbr0.25
iface vmbr0.25 inet dhcp
Do I have this configured correctly? I cannot get an IP from vlan 25.
Thanks,
Steve