Trusted Solaris Installation and Configuration

To Determine the Network Interfaces

  1. As role admin, at label admin_low, use the prtconf command to find the network interfaces.


    # prtconf | grep instance
    ...	le, instance #0
    	qe2, instance #0...
    	qe3, instance #0...
    
  2. List the secondary interfaces.


    # ls /etc/hostname*
    hostname.le
    

    The primary interface was configured during installation; its file exists.

    Continue with "To Create the Network Interface Files".

    If you know that you have created an /etc/hostname.interface entry for every interface, use the ifconfig(1M) command.


    # ifconfig -a
    le0: flags=
    
    	863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> MTU 1500
    	inet 129.150.118.111 netmask ffffff00 broadcast 129.150.118.255
    	ether 8:0:21:62:13:a9
     qe2: flags=
    
    	863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
    	inet 129.150.117.22 netmask ffffff00 broadcast 129.150.117.255
    	ether 8:0:21:64:20:a3
     qe3: flags=
    
    	863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
    	inet 129.150.119.111 netmask ffffff00 broadcast 129.150.119.255
    	ether 8:0:21:52:11:a2
    

    Continue with "To Create the Network Interface Files".