Product Documentation and Knowledge Base - HomeDocumentation


Charon-SSP


Network Configuration Steps on the Solaris Guest System

Using the steps below, the Solaris guest system is configured to use the second NIC configured on the host system.

  1. Boot Solaris and configure the IP address assigned to the dedicated guest NIC for the Solaris Ethernet interface as shown in the examples below:
    # ifconfig <interface-name> <private-guest-nic-ip>/<netmask (Solaris 10 example)
    or
    # ifconfig <interface-name> <private-guest-nic-ip> netmask <mask> 
    (Solaris 2.6 example)
    Make permanent by editing /etc/hosts and set the new address for the systems hostname. Then edit /etc/netmask and add the netmask for the subnet-network.
  2. Add default route on Solaris:
    # route add default <default-gateway-of-cloud-lan> <metric>
    Make permanent by editing /etc/defaultrouter and add the address of the gateway.

  3. Add DNS server to Solaris
    1. Edit /etc/resolv.conf and add a nameserver line for the DNS server.
    2. Make sure, DNS is used for hostname translation: # cp /etc/nsswitch.dns /etc/nsswitch.conf or edit nsswitch.conf to use files dns for the hostname resolution.

Expected result (depending on security rules and firewalls):

  1. The guest system should be able to communicate with the host system and other cloud instances across the cloud LAN using the private IP addresses.
  2. The guest system should be able to communicate with the customer network across a previously configured VPN gateway.
  3. If the guest NIC was configured with a public IP address, the guest system should be able to communicate directly with the Internet (not recommended).
  4. The host system should be able to communicated with the Internet.

(warning) Do not forget that traffic transmitted across the Internet is not encrypted by default and take appropriate measures to protect your data in a way conforming to your internal security requirements.




© Stromasys, 1999-2024  - All the information is provided on the best effort basis, and might be changed anytime without notice. Information provided does not mean Stromasys commitment to any features described.