Hello
I had a crash on a Proxmox server, I had the VM backups so not too much problem on that side. However, I encounter a problem with the network configuration.
My configuration is as follows:
On Switch2 the port is configured as PVID => VLAN100 and TAG for the other VLANsThe internal proxmox VMs work well together but nothing comes out on the Switch.I can't tell anymore if it's my configuration that's not good or if I forgot a setting in the Proxmox. Need help
Thx
auto lo
iface lo inet loopback
auto enp2s0
iface enp2s0 inet manual
#INTERNET
auto enp3s0
iface enp3s0 inet manual
#INTERFACE LAN
auto vmbr0
iface vmbr0 inet static
address 192.168.1.252/24
gateway 192.168.1.254
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 1,2,3,4,10,100
auto VLAN_CLUSTER
iface VLAN_CLUSTER inet manual
vlan-id 10
vlan-raw-device enp3s0
#VLAN CLUSTER
auto VLAN_LAN
iface VLAN_LAN inet manual
vlan-id 4
vlan-raw-device enp3s0
#VLAN_LAN
auto VLAN_IOT
iface VLAN_IOT inet manual
vlan-id 2
vlan-raw-device enp3s0
#VLAN_IOT
auto VLAN_WORK
iface VLAN_WORK inet manual
vlan-id 3
vlan-raw-device enp3s0
I had a crash on a Proxmox server, I had the VM backups so not too much problem on that side. However, I encounter a problem with the network configuration.
My configuration is as follows:
- 1 enp2s0 network card ==> router
- 1 enp3s0 network card ==> level 2 switch with VLANVLAN2 = IOTVLAN3=LANVLAN4=WORKVLAN10=Future CLusterVLAN100=LAN ROUTER
On Switch2 the port is configured as PVID => VLAN100 and TAG for the other VLANsThe internal proxmox VMs work well together but nothing comes out on the Switch.I can't tell anymore if it's my configuration that's not good or if I forgot a setting in the Proxmox. Need help
Thx
auto lo
iface lo inet loopback
auto enp2s0
iface enp2s0 inet manual
#INTERNET
auto enp3s0
iface enp3s0 inet manual
#INTERFACE LAN
auto vmbr0
iface vmbr0 inet static
address 192.168.1.252/24
gateway 192.168.1.254
bridge-ports enp2s0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 1,2,3,4,10,100
auto VLAN_CLUSTER
iface VLAN_CLUSTER inet manual
vlan-id 10
vlan-raw-device enp3s0
#VLAN CLUSTER
auto VLAN_LAN
iface VLAN_LAN inet manual
vlan-id 4
vlan-raw-device enp3s0
#VLAN_LAN
auto VLAN_IOT
iface VLAN_IOT inet manual
vlan-id 2
vlan-raw-device enp3s0
#VLAN_IOT
auto VLAN_WORK
iface VLAN_WORK inet manual
vlan-id 3
vlan-raw-device enp3s0