Hi, I have an USFF Dell with a single NIC. DHCP, firewalls etc are via a Unifi UDM Pro. The UDM Pro switch port connected to Proxmox is carrying all Networks. I want to be able to have Proxmox running on the default LAN but then have home assistant running of my IoT LAN (VLAN 30). I'm happily accessing Proxmox remotely. I've tried following various bits of advice but I can't seem to get it quite right and Home Assistant never seems to get an IP. I've tried installing an instance of home assistant on the default network and that gets an IP just fine. I've also tried connecting a laptop to the IoT network and that gets an IP quite happily.
The code I've tried is:
auto lo
iface lo inet loopback
auto enp1s0
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0
iface vmbr0 inet static
address 192.168.10.150/24
gateway 192.168.10.1
Any advice on what I might need to change or any troubleshooting steps I should take please?
The code I've tried is:
auto lo
iface lo inet loopback
auto enp1s0
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0
iface vmbr0 inet static
address 192.168.10.150/24
gateway 192.168.10.1
Any advice on what I might need to change or any troubleshooting steps I should take please?