I want to prototype something that involves connecting machines together directly without using a switch. Can I do that with the networking in ESXi 5.1?
Haven't got enough NICs to try it with passthrough unfortunately. A private switch between two would work but I wanted to prototype a ring network with 3 hosts.
I want to prototype something that involves connecting machines together directly without using a switch. Can I do that with the networking in ESXi 5.1?
Not sure what you are asking, but you can connect ESXi to ESXi with a patch cable. If the NIC's are fairly new you won't need a crossover cable it should auto detect and sort it self out. Setup a virtual switch on each ESX server connected to the physical NIC. Effectively setting up trunk network between the servers. From there you can add VLAN's to the virtual switches on each ESX server.
i.e VLAN 10 Production 192.168.1.0/24
VLAN 11 Test 192.168.2.0/24
etc
Each Virtual Machines NIC then can be connected to a VLAN.
You can use a internal only vSwitch, ie do not associate any physical nics to that vSwitch and put the vSwitch in Promiscuous mode (acting like a hub??), does that simulate what you want?
Other than that, there is no way of getting a VM to a external NIC withought going through a vSwitch first.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.