Hi,
I have a C class network with more vlan.
My proxmox server has got 4 nic. I want to place my virtual server to different vlan.
How can i do it?
Thanks.
Hi,
normaly you create for each vlan an bridge - can be named like the vlan like vmbr50 for vlan50. So you can add a virtual nic to the VM.
The pve-host doesn't need an ip on the bridge.
With your 4 NICs it's on you, to choice the best config:
Each vlan use an own NIC
You use one (or more) NIC for vlan-tagging
You can bond 2 (or more) NICs for better performance
You can also do vlan-tagging on bonds, but someone has reported trouble with this - this depends on the switch which must handle this right.
What's about someting like this:
eth0 - for vmbr0 (cluster-communication).
eth1 - vlan-tagging only, for most networks (eth1.10 -> vmbr10, eth1.20 -> vmbr20, ...)
eth2+3 bond for hi-traffic network.
If you whant to use DRBD for cluster-storage you should also use an dedicated NIC for that (but for DRBD is 10GB much better

)
Udo