----------------------------------------------------------
#vi /etc/hosts
::1 localhost
127.0.0.1 localhost
(IP주소) (호스트명) (호스트명).mydomain.com loghost
예) 192.168.47.150 sola sola.mydomain.com loghost
----------------------------------------------------------
#vi /etc/resolv.conf
domain mydomain.com
nameserver (게이트웨이 주소)
예) nameserver 192.168.47.2
----------------------------------------------------------
#vi /etc/defaultrouter
(게이트웨이 주소)
예)192.168.47.2
----------------------------------------------------------
#vi /etc/hostname.(장치명)
예:)#vi /etc/hostname.e1000g0
(호스트명)
예:)sola
----------------------------------------------------------
#cp /etc/nsswitch.dns /etc/nsswitch.conf
----------------------------------------------------------
#svcadm -v restart svc:/milestone/network:default
#svcadm -v restart network/physical
#svcadm -v refresh svc:/milestone/network:default
----------------------------------------------------------
'컴퓨터 일반 > 운영체제' 카테고리의 다른 글
vi,vim 단축키 정리 (0) | 2010.08.11 |
---|---|
솔라리스 콘쉘 설정 (0) | 2010.08.11 |
setfacl 명령어 -ACL(Access Control List)- (0) | 2010.08.11 |
Shadow 파일 형식 (0) | 2010.08.11 |
crontab -주기적 작업 실행- (0) | 2010.08.11 |