dtlchm 发表于 2007-12-19 10:11

solaris 静态ip设置

off physical:nwam server
#svcs -a | grep physical
disabled Nov_21 svc:/network/physical:nwam
online Nov_21 svc:/network/physical:default
#svcadm disable svc:/netword/physical:nwam
#vi /etc/hosts
add ip hostname
#touch /etc/hostname.*** ***=network card
#echo ip > /etc/hostname.***
#vi /etc/nsswith.conf
hosts file dns
#vi /etc/resolv.conf
nameserver ip address
vi /etc/nodename
hostname
vi /etc/netmasks
add net netmask

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/21041/showart_445385.html
页: [1]
查看完整版本: solaris 静态ip设置