This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Install UTM9 on ESXi

Right now I'm running UTM 9.002 directly on hardware (2.6GHz P4, 2GB RAM).
I'd like to install ESX to run UTM in a VM along side another VM running Aerohive's Bonjour Gateway. I have 2 subnets and need to route Apple AirPrint traffic from one to the other.

I'm guessing I'll need to upgrade my RAM to 4GB. But as it is, the P4 is loafing along with barely any real CPU usage.

I'm sure that this type of thing has been done before. Any thoughts or caveats?


This thread was automatically locked due to age.
Parents Reply Children
  • I've got 3 NICs in my UTM box now. The Bonjour gateway will need 2. Will ESX need one?
    Will I need 6 NICs in this box?
  • I've got 3 NICs in my UTM box now. The Bonjour gateway will need 2. Will ESX need one?
    Will I need 6 NICs in this box?


    Hey Jimmy,

    You shouldn't require more then three. VMware uses physical NIC's a bit differently then what I suspect you're thinking. 

    In ESX(i), guest's attach their network card's to vSwitches. vSwitches are much like their physical counterparts in that they have multiple ports for you to attach network cards to. In a vSwitch however, there is typically one physical nic assigned to each vSwitch but there are multiple guest virtual nic's assigned.

    You also typically name a vSwitch based on what it's purpose is. On my setup at home, I have vSwitches named LAN, INET & DMZ. LAN is connected to my private network through one nic. INET is attached to my DSL modem via another nic. The DMZ is special as it has no nic attached to it, but I will get to that later if needed.

    So when you create several guest's that use the INET & LAN, all you have to do is assign the guest's network cards to the correct vSwitch and they'll share the same physical nic.

    Accessing the ESXi host for management is really simple. Once you've installed ESXi, you go into the console, chose the card you wish to be the management interface, and set the IP address. ESXi automatically creates the first vSwitch and attaches the physical nic for you. Typically, your choice of nic will want to be whichever one is on the LAN side of your firewall.
  • As The Drew said
    He beat me to the post.
    The nic's use v(irtual)switches configured in the ESXi.
    You then add the ports to the VM instances you build.

    Mark