ImportantIn Managed mode, each security group requires a separate subnet and a separate VLAN
that Eucalyptus controls and maintains. So the underlying physical network must be
“VLAN clean.” For more information about VLAN clean, see Prepare VLAN.
|
ImportantYou must set VNET_PUBLICIPS identically on all CCs in a multi-cluster configuration.
|
VNET_MODE="MANAGED" VNET_SUBNET="<subnet for instances’ private IPs. Example: 192.168.0.0>" VNET_NETMASK="<your netmask for the vnet_subnet. Example: 255.255.0.0>" VNET_DNS="<your DNS server’s IP>” VNET_ADDRSPERNET="<# of simultaneous instances per security group>" VNET_PUBLICIPS="<your_free_public_ip1 your_free_public_ip2 …>" VNET_LOCALIP="<the IP of the local interface on the cc that is reachable from CLC>" VNET_DHCPDAEMON="<path to DHCP daemon binary. Example: /usr/sbin/dhcpd3>" VNET_DHCPUSER="<DHCP user name. Example: dhcpd>"
VNET_PRIVINTERFACE="<Ethernet device on same network as NCs. Example: eth1>" VNET_PUBINTERFACE="<Ethernet device on ‘public’ network. Example: eth0>"
ImportantEach CC must have the same configuration with the exception of the VNET_LOCALIP value, which should be machine-specific.
|
VNET_MODE="MANAGED" VNET_PUBINTERFACE="<Ethernet device/bridge reachable from cc machine. Example: eth0>"