Running Teracloud® Streams on a standalone system with no network connectivity

Use this procedure to run Teracloud® Streams on a standalone system with no network connectivity.

Before you begin

You must have root authority to complete this procedure.

Procedure

  1. Load the network interface dummy, for example:
       /sbin/modprobe dummy
    The dummy network interface is a fake network adapter similar to loopback.
  2. Assign dummy0 a private address, for example:
      /sbin/ifconfig dummy0 192.168.0.1   
  3. Obtain the host name and fully qualified host name by entering the following commands:
      hostname 
      hostname -f
  4. Add the following line to the /etc/hosts file by using your editor (for example, vi/etc/hosts):
      192.168.0.1 host-name fully-qualified-host-name
  5. As a non-root user, verify network connectivity by using the ping and ssh commands.
  6. Create an instance that uses 192.168.0.1 as the only host.