Having an issue, and I think it's more around Proxmox than anything.
Default Network is 33.0/24
Unifi UDM Pro setup and Vlans working as expected. My 30 Network is giving out DHCP
WDS/MDT is a Domain Controller in Proxmox with a 192.168.30.33 address on vmbr1
I can pxe boot a physical laptop connected to a Tagged port on my (promax 24-poe) and it boots to MDS image no problem there
I cannot however create a virtual machine and have it successfully PXE boot
I feel like i'm missing something obvious here
Interfaces
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
#1GB Nic
iface enp1s0 inet manual
iface enp1s0d1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.33.30/24
gateway 192.168.33.1
bridge-ports enp1s0d1
bridge-stp off
bridge-fd 0
#33 NW Console IP
auto vmbr3
iface vmbr3 inet manual
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
#10GB DAC link
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
#1GB onboard
source /etc/network/interfaces.d/*
]
Default Network is 33.0/24
Unifi UDM Pro setup and Vlans working as expected. My 30 Network is giving out DHCP
WDS/MDT is a Domain Controller in Proxmox with a 192.168.30.33 address on vmbr1
I can pxe boot a physical laptop connected to a Tagged port on my (promax 24-poe) and it boots to MDS image no problem there
I cannot however create a virtual machine and have it successfully PXE boot
I feel like i'm missing something obvious here
Interfaces
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
#1GB Nic
iface enp1s0 inet manual
iface enp1s0d1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.33.30/24
gateway 192.168.33.1
bridge-ports enp1s0d1
bridge-stp off
bridge-fd 0
#33 NW Console IP
auto vmbr3
iface vmbr3 inet manual
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
#10GB DAC link
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
#1GB onboard
source /etc/network/interfaces.d/*
]