As the title says, is there a way to bridge multiple physical ports in ESXi 5.x such that they are not load balanced? I essentially want each physical port to be "plugged" into two separate ports on the vSwitch so traffic is passed in from pNic1 and out to pNic2.
I do understand that under "normal" network conditions this would likely create a network loop, but in this case since pNic2 is plugged directly into the pNic1 of the second server that can't happen.
Ideally I'd like for pNic1 on the "Standalone Host" to be able to pull a DHCP address from the Wan/Network just like any VM on the ESXi host would.
Now for some awesome ASCII art to better demonstrate what I'm looking to do
WAN/Network
|
ESXi Host |
-------------------------- |
| | |
| VM1---| |---pNic1|----|
| VM2---| | |
| VM3---|---vSwitch0 |
| VM4---| | |
| VMx---| |---pNic2|----|
| | |
-------------------------- |
|
Standalone Host | Direct cross-over cable connection
---------------- |
| pNic1|--------------|
| |
| |
| |
| |
----------------
Let me know if you have any other questions and I'll be sure to update the post with more details!
EDIT
In an ideal world I would have the "Standalone Host" plugged into the same switch as the ESXi host...but my provider is giving me only one switch uplink and I have that plugged into the ESXi host....I've done this before with Open vSwitch on a plane jane debian box but I'm trying to figure out how to accomplish this in ESXi