Hi,
I'm trying to setup management on both networks, one for production and other to monitor PVE. I tried many configs but still can't enable it on a Unifi network.
Also, every time I change something on PVE network settings, I need to go on a VM running on native vlan and edit network interface to be reachable again on the network. And monitor vlan (900) always show as incomplete arp address.
What I'm missing to make this work?
I'm posting my /etc/network/interfaces below:
Thanks
I'm trying to setup management on both networks, one for production and other to monitor PVE. I tried many configs but still can't enable it on a Unifi network.
Also, every time I change something on PVE network settings, I need to go on a VM running on native vlan and edit network interface to be reachable again on the network. And monitor vlan (900) always show as incomplete arp address.
What I'm missing to make this work?
I'm posting my /etc/network/interfaces below:
Bash:
auto lo
iface lo inet loopback
iface enp1s0 inet manual
iface enx00e04c3608f0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.125.254/24
gateway 192.168.125.1
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
bridge-VLAN-aware yes
auto vmbr0.900
iface vmbr0.900 inet static
address 192.168.80.3/27
gateway 192.168.80.1
vlan-raw-device vmbr0
Thanks