If you passthrough how does that affect the use of vnics that sit on those physical NICs for other vms? Do I need to have other NICs for the other vms?
For those of you that have viirtualized OPNsense do you use the vnics or do you passthrough to the physical NICs? If you passthrough how does that affect the use of vnics that sit on those physical NICs for other vms? Do I need to have other NICs for the other vms?
I created a VSS for each vlan
Quote from: spetrillo on January 22, 2022, 01:17:22 amI created a VSS for each vlanOn a stand-alone ESXi host you generally create a virtual switch per physical switch. You define VLAN's across your entire site and trunk the VLAN's that connect to virtual machines to your ESXi.To maximise aggregate throughput and availability, you can have more than one uplink between your vSwitch and your physical switches. A single link is fine for a home system where you'll likely have more single points of failure and won't generate enough traffic to saturate the link.In your case, create one vSwitch and configure your external switch to tag the four VLAN's to the ESXi port (five if your WAN is a VLAN in the trunk). Configure port groups with the same VLAN on the vSwitch and test.Bart...
Since I have 4 physical NICs for the LAN traffic, split by traffic type(Mgmt, WiFi, Streaming, Server) would I create one vswitch and add all the NICs to that vSwitch? Then I would tag all the vms as 0 and let the switch ports determine the vlan?
Quote from: spetrillo on January 22, 2022, 03:15:09 pmSince I have 4 physical NICs for the LAN traffic, split by traffic type(Mgmt, WiFi, Streaming, Server) would I create one vswitch and add all the NICs to that vSwitch? Then I would tag all the vms as 0 and let the switch ports determine the vlan?There are no VLAN tags on the VM's. Their VLAN membership is determined by the port group number of their vNIC. The VM OS has no configuration for VLAN at all. You can set one of its interfaces to another VLAN simply by picking another port group in the vNIC dropdown in VM settings.The physical switch ports or the host physical NIC's do not determine the network. If you have VLAN's, the network is determined by the VLAN number. You can use multiple connections between the vSwitch and the physical switch like described here: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.networking.doc/GUID-D34B1ADD-B8A7-43CD-AA7E-2832A0F7EE76.htmlBart...