[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

add more network interface on solaris 8



 
    
add more network interface on solaris 8
---------------------------------------

[root@eclectic /]# cat /etc/hostname.hme0
eclectic.its.unimacq.edu.au

[root@eclectic /]# cat /etc/hostname.hme0:1
webraft-devel.its.unimacq.edu.au

[root@eclectic /]# cat /etc/hostname.hme0:2
directory-devel.unimacq.edu.au

[root@eclectic /]# cat /etc/hostname.hme0:3
directory-test.unimacq.edu.au

[root@eclectic /]# cat /etc/hosts 
#
# Internet host table
#
127.0.0.1       localhost       
127.0.0.1       loghost 
137.111.158.136 eclectic.its.unimacq.edu.au             eclectic
137.111.158.137 webraft-devel.its.unimacq.edu.au        webraft-devel
137.111.158.150 directory-devel.unimacq.edu.au          directory-devel
137.111.158.151 directory-test.unimacq.edu.au           directory-test

[root@eclectic /]# cat /etc/defaultrouter 
137.111.158.129

[root@eclectic /]# cat /etc/defaultdomain 
its.unimacq.edu.au

[root@eclectic /]# ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000 
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 137.111.158.136 netmask ffffff80 broadcast 137.111.158.255
        ether 8:0:20:c5:b5:0 
hme0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 137.111.158.137 netmask ffffff80 broadcast 137.111.158.255
hme0:2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 137.111.158.150 netmask ffffff80 broadcast 137.111.158.255
hme0:3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 137.111.158.151 netmask ffffff80 broadcast 137.111.158.255

Google