# vi /etc/inet/hosts
#
# Internet host table
#
127.0.0.1 localhost
10.0.0.1 v240
192.168.1.1 v240-bge2
192.168.1.2 v240-bge3
192.168.1.3 v240-ipmp
# vi /etc/netmasks
#
# The netmasks file associates Internet Protocol (IP) address
# masks with IP network numbers.
#
# network-number netmask
#
# The term network-number refers to a number obtained from the Internet Network
# Information Center.
#
# Both the network-number and the netmasks are specified in
# "decimal dot" notation, e.g:
#
# 128.32.0.0 255.255.255.0
#
10.0.0.0 255.255.255.0
192.168.1.0 255.255.255.0
- /etc/hostname.xxx の編集[IPMP設定]
# vi /etc/hostname.bge2
v240-bge2 deprecated -failover netmask + broadcast + group ipmp up addif v240-ipmp netmask + broadcast + up
# vi /etc/hostname.bge3
v240-bge3 deprecated -failover standby netmask + broadcast + group ipmp up
- /etc/inet/ipnodesの編集(Solaris10の場合は必要)
# vi /etc/inet/ipnodes
※/etc/inet/hostsと同じ内容を記述
# vi /etc/defaultrouter
10.0.0.254
最終更新:2010年12月28日 13:55