I have a dedicated server that I would like to use ESXi 5 on. I previously had Xen and it worked great. Initial network configuration was a bit confusing. The problem I have is the hosting company has MAC filtering on, so basically I need to configure some kind of routed mode. This would mean that each VM routes traffic through ESXi instead of broadcasting on the network.
Asked
Active
Viewed 455 times
1 Answers
5
It doesn't come with this feature out of the box. However many people in your situation bring up a small router vm using something like pfsense to serve as a router and firewall in front of the rest of the vms. In this situation, the pfsense vm would have interfaces in at least two different vswitches. One vswitch would be connected to the LAN port(s) of the host and the others would be only internal to the ESXi host, not connected directly to the outside world.

EEAA
- 109,363
- 18
- 175
- 245
-
Great answer, I was actually just going this route. I love pfSense, been using it for years. Now to figure this out... any further help would be appreciates. I am not familiar with ESXi, so the interface setup is a little confusing to me. Time to find a tutorial - thanks again! – Vegim Sep 24 '11 at 04:59