Hi,
Sorry if this was already answered from other posts but I can't seem to find any. I have a HP Z420 Desktop installed with Proxmox 4.4-1. It's NIC can support VLAN tagging, however I don't have any idea on how can I tag the host with a specific VLAN ID so that I can still manage to open its web GUI or even SSH. Here is my configuration for my Proxmox:
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.90.3.60
netmask 255.255.255.0
gateway 10.90.3.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
We have ESXi server here in the office and for us to easily use its VLAN support is we'll input the VLAN ID and assign a static IP and it works. However with Proxmox, it is not that straight forward.
Please take note that I have already made the port in trunk mode and made my vmbr0 VLAN aware but still same. Currently I reverted back my changes (made the switch port in access mode again but still VLAN aware)
Hoping for your quick answers
Thank you!
Sorry if this was already answered from other posts but I can't seem to find any. I have a HP Z420 Desktop installed with Proxmox 4.4-1. It's NIC can support VLAN tagging, however I don't have any idea on how can I tag the host with a specific VLAN ID so that I can still manage to open its web GUI or even SSH. Here is my configuration for my Proxmox:
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.90.3.60
netmask 255.255.255.0
gateway 10.90.3.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
We have ESXi server here in the office and for us to easily use its VLAN support is we'll input the VLAN ID and assign a static IP and it works. However with Proxmox, it is not that straight forward.
Please take note that I have already made the port in trunk mode and made my vmbr0 VLAN aware but still same. Currently I reverted back my changes (made the switch port in access mode again but still VLAN aware)
Hoping for your quick answers
Thank you!