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
Procedure
- Load the network interface dummy,
for example:
The dummy network interface is a fake network adapter similar to loopback./sbin/modprobe dummy
- Assign dummy0 a private address,
for example:
/sbin/ifconfig dummy0 192.168.0.1
- Obtain the host name and fully qualified host name by entering
the following commands:
hostname hostname -f
- 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
- As a non-root user, verify network connectivity by using the ping and ssh commands.
- Create an instance that uses 192.168.0.1 as the only host.