- 출처 : http://blog.daum.net/gksdy2000/8006326 -
참고싸이트
http://blog.naver.com/teastful/140062068376
http://netbeans-korean.blogspot.com/2009/02/virtualbox-212-solaris-10-02-on-windows.html
솔라리스 네트워크 설정
1. /etc/hosts
# Internet host table : IP지정
127.0.0.1 localhost
10.10.31.75 unixsvr loghost # vm의 브릿지 IP
192.168.1.5 localunix hosts2 # vm의 호스트 IP
2. /etc/inet/ipnodes : IP지정
# Internet host table
::1 localhost
127.0.0.1 localhost
10.10.31.75 unixsvr loghost # vm의 브릿지 IP
3. /etc/defaultrouter : 게이트웨이를 지정한다.
10.10.31.1
4. /etc/nsswitch.conf : DNS 설정
아래와 같이 hosts : files에 dns를 추가한다.
passwd : files
group : files
hosts : files dns # <- dns만 추가
ipnodes : files
......
5. /etc/resolv.conf : DNS서버를 지정한다.
domain kt.co.kr
nameserver 168.126.63.1
6. /etc/netmasks : 넷마스크 설정 안해줘도 크게 상관은 없는듯..
# [IP] [서브넷 마스크]
10.216.164.0 255.255.255.0
192.168.1.0 255.255.255.0
7. 설정을 마친후 리부팅한다.
- 재부팅 대신 네트워크를 재시작하는 명령으로 가능할 지 테스트 해 봐야 겠다.
=> svcadm restart network/physical