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

ASG on ESX-i 4.1 Initial install/config questions

Hello, I am new to Astaro and trying to install and configure asg-8.102-2.1 into a VM. 
Objective -

   VMNIC0 (Black) ---> ISP Wan connection
   VMNIC1 (Blue)  ---> Webmin Management (Connecting to LAN switchport on Wifi for ESX-i host management)
   VMNIC2 (Yellow) --> LAN (Wan port of my Wifi Router)

1. Should I be using E-1000 Adapter instead of Flexible? (3 intel pro 1000 gt NICS)
2. Should I be putting anything into promiscuous mode? (When is this necessary)
3. Can my Webmin interface be the same interface I use for the ESX-i host management (Only have 3 interfaces and when I power on the newly created VM attached to this interface and I cannot browse to webmin for some reason)
4. Within ESX-i should all my interfaces be attached to the same virtual switch or should I keep them separate?
5. Should I be putting my Wifi router in bridge mode (IE VMNIC ip = 10.0.155.1 so WAN port on Wifi = 10.0.155.2 AND then act as my LAN DHCP server for Wifi devices)
6. Regarding routing, how can I tell my VMNIC0 (Black) interface to be a router/NAT for my VMNIC2 (Yellow)? (I think it maybe something in Masquerading but not totally sure)
7. Any other helpful tips or suggestions are greatly appreciated, cheers [:)]


This thread was automatically locked due to age.
Parents
  • 1. Should I be using E-1000 Adapter instead of Flexible? (3 intel pro 1000 gt NICS)


    The e1000 is preferred under ESXi in my experience. The Flexible adapter emulates a vlance adapter at first and switches to vmxnet if supported. It's really only there for older operating systems like Windows 2000 & the like. Linux has had full support for the e1000 drivers for years.

    2. Should I be putting anything into promiscuous mode? (When is this necessary)


    Never really found a need for it expect in certain rare circumstances, usually when you're sniffing packets on the network to diagnose an issue.

    3. Can my Webmin interface be the same interface I use for the ESX-i host management (Only have 3 interfaces and when I power on the newly created VM attached to this interface and I cannot browse to webmin for some reason)


    There's no problem doing that. Our ESXi Hosts have the Management interface on the same vSwitch as the rest of the LAN.

    4. Within ESX-i should all my interfaces be attached to the same virtual switch or should I keep them separate?


    You'd want to keep them on separate vSwitches. Treat your vSwitches like regular switches and don't mix traffic (WAN & LAN) on the same switch.

    5. Should I be putting my Wifi router in bridge mode (IE VMNIC ip = 10.0.155.1 so WAN port on Wifi = 10.0.155.2 AND then act as my LAN DHCP server for Wifi devices)


    I don't know how your WiFi router works but on my Linksys WRT54GL I just disabled the WAN port and plugged one of the wired LAN ports into the network. Disable the DHCP server on the unit and enable DHCP on the Astaro for that segment.

    Is there a reason you want to keep the WiFi on an isolated network? It is useful in certain places, we use it at work to keep guest WiFi and our business network separate, but if the WiFi users will need access to the LAN it's easier to put their access point on the same network as the LAN.

    6. Regarding routing, how can I tell my VMNIC0 (Black) interface to be a router/NAT for my VMNIC2 (Yellow)? (I think it maybe something in Masquerading but not totally sure)


    Pretty much just need to setup a MASQ rule in the Astaro defining the network you want to masq and the interface you want it to be masqueraded as. Make sure the little checkbox about automatic rule creation is checked if it's availabe and you're good to go.

    7. Any other helpful tips or suggestions are greatly appreciated, cheers [:)]
  • This was exactly the type of help I was looking for, thank you for your knowledge and your time.
Reply Children
No Data