Collapse AllExpand All

Prepare VLAN

Tip
Tip
You only need to read this section if you are using Managed mode. If you aren’t using Managed mode, skip this section.
Managed networking mode requires that switches and routers be “VLAN clean.” This means that switches and routers must allow and forward VLAN tagged packets. If you plan to use the Managed networking mode, you can verify that the network is VLAN clean between machines running Eucalyptus components by performing the following test.

  1. Choose two IP addresses from the subnet you plan to use with Eucalyptus, one VLAN tag from the range of VLANs that you plan to use with Eucalyptus, and the network interface that will connect your planned CC and NC servers. The examples in this section use the IP addresses 192.168.1.1 and 192.168.1.2, VLAN tag 10, and network interface eth3, respectively.
  2. On the planned CC server, choose the interface on the local Ethernet and run:
    vconfig add eth3 10
    ifconfig eth3.10 192.168.1.1 up
  3. On a planned NC server, choose the interface on the local network and run:
    vconfig add eth3 10
    ifconfig eth3.10 192.168.1.2 up
  4. On the NC, ping the CC:
    ping 192.168.1.1
  5. On the CC, ping the NC:
    ping 192.168.1.2
    • If this VLAN clean test fails, configure your switch to forward VLAN tagged packets. If it is a managed switch, see your switch's documentation to determine how to do this.
    • If the VLAN clean test passes, continue with the following steps to remove the test interfaces.
  6. On the CC, remove the test interface by running:
    vconfig rem eth3.10
  7. On the planned NC, run:
    vconfig rem eth3.10