hi,
I just installed proxmox V6.2 on PE Prolian D380 Gen 10. Setup run without problems.
We ave 4 physical NIC, each one are connected on a Netgear GS724T, each one on a port in a different vlan. On the switch te port configuration is U (untaged, and PVID of te desired vlan)
The first NIC is on vlan 1 and VM connected to this vmbr in this default vlan can reach all te network
NIC one is eno5 and on proxmox I have the default config
For te others NIC eno6,7,8 I have used this config
ping from proxmox to a another physical machine connected to te switch in a port in te same vlan doesn't reach the destination
what's wrong in this configuration ? may I use bridge-pvid parameter in the vmbr config ?
the bridge vlan show command return :
It seam's that the egress packet kepp te PVID 1 ....
Thxs
FR
I just installed proxmox V6.2 on PE Prolian D380 Gen 10. Setup run without problems.
We ave 4 physical NIC, each one are connected on a Netgear GS724T, each one on a port in a different vlan. On the switch te port configuration is U (untaged, and PVID of te desired vlan)
The first NIC is on vlan 1 and VM connected to this vmbr in this default vlan can reach all te network
NIC one is eno5 and on proxmox I have the default config
auto lo
iface lo inet loopback
iface eno5 inet manual
iface eno6 inet manual
iface eno7 inet manual
iface eno8 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.2.210/24
gateway 192.168.2.254
bridge-ports eno5
bridge-stp off
bridge-fd 0
For te others NIC eno6,7,8 I have used this config
auto vmbr2
iface vmbr2 inet static
address 192.168.50.210/24
bridge-ports eno7
bridge-stp off
bridge-fd 0
auto vmbr3
iface vmbr3 inet static
address 192.168.60.210/24
bridge-ports eno8
bridge-stp off
bridge-fd 0
ping from proxmox to a another physical machine connected to te switch in a port in te same vlan doesn't reach the destination
what's wrong in this configuration ? may I use bridge-pvid parameter in the vmbr config ?
the bridge vlan show command return :
root@prox10:~# bridge -c vlan show | more
port vlan ids
eno5 1 PVID Egress Untagged
eno7 1 PVID Egress Untagged
eno8 1 PVID Egress Untagged
vmbr0 1 PVID Egress Untagged
vmbr2 1 PVID Egress Untagged
vmbr3 1 PVID Egress Untagged
It seam's that the egress packet kepp te PVID 1 ....
Thxs
FR
Last edited: