Im a newbie to proxmox and Linux but not to networking - just a little out of practice. This is probably a simple solution but non of the examples I find online or in the forums seem to work for me.
Setup:
1) Latest Unifi network running 3 VLANs - Native VLAN 1 (192.168.150.0/24), VM VLAN (192.168.100.0/24) and client VLAN (192.168.101.0/24).
2) all proxmox devices connected to a flex mini switch on a single NIC for each of my two proxmox hosts (second NIC is available but I planned to use it for ISCSI)
3) switch port set to Native VLAN as a default and "allow all" so it goes into trunk mode
4) Proxmox host 1 is on 192.168.100.62 and host 2 is on 192.168.100.61. My test VM is static assigned 192.168.100.11
I have tried Linux VLANs, SD WAN VLANs - nothing seems to get me anywhere. The nearest I can get is to get a response from host IP with the following config but the VM will not respond to a ping
And this is the setup in my /etc/sysctl.conf - some of these options were added because DHCP and DHCPv6 isnt working either. My DHCP server is external to proxmox running on the router at 192.168.100.1
and this is the latest attempt at my VM network config. Its a windows 2022 server.
Setup:
1) Latest Unifi network running 3 VLANs - Native VLAN 1 (192.168.150.0/24), VM VLAN (192.168.100.0/24) and client VLAN (192.168.101.0/24).
2) all proxmox devices connected to a flex mini switch on a single NIC for each of my two proxmox hosts (second NIC is available but I planned to use it for ISCSI)
3) switch port set to Native VLAN as a default and "allow all" so it goes into trunk mode
4) Proxmox host 1 is on 192.168.100.62 and host 2 is on 192.168.100.61. My test VM is static assigned 192.168.100.11
I have tried Linux VLANs, SD WAN VLANs - nothing seems to get me anywhere. The nearest I can get is to get a response from host IP with the following config but the VM will not respond to a ping
Code:
/etc/network/interfaces
auto lo
iface lo inet loopback
iface enp0s31f6 inet manual
iface enx00e06c390cfe inet manual
auto vmbr1
iface vmbr1 inet manual
bridge-ports enp0s31f6
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0
iface vmbr0 inet static
address 192.168.100.62/24
gateway 192.168.100.1
bridge-ports enp0s31f6.100
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
And this is the setup in my /etc/sysctl.conf - some of these options were added because DHCP and DHCPv6 isnt working either. My DHCP server is external to proxmox running on the router at 192.168.100.1
and this is the latest attempt at my VM network config. Its a windows 2022 server.
Last edited: