I'm running on esxi(which has 2 physical NIC intern -extern) 2 Ubuntu 12.04VM's each connected to internal NIC. How could I bridge theme to have internet on both of theme without to use for each one an external IP. Is it possiblie to do this?
Asked
Active
Viewed 151 times
2 Answers
0
ESXi is not a firewall/router. What you're asking for is generally included with desktop virtualization products (VMWare Workstation, Virtualbox etc).

pauska
- 19,620
- 5
- 57
- 75
-
Practically it means that for each machine I need external IP connected to External NIC? There is no way to bridge? – fefe Jan 29 '13 at 12:46
-
ESXi does not let you share one external IP. Either get more IP adresses and assign each VM their own, or install a gateway/router (virtual or physical) and let it share the IP with NAT. – pauska Jan 29 '13 at 12:52
0
You need to think of ESXi as a simple Layer 2 switch. Any kind of fancy NATing / routing either needs to happen on a VM or on something external to the boxes. In your case, you should see up a vSwitch with one of your NICs and then connect that NIC to a NATing router.

Dan
- 15,430
- 1
- 36
- 67