VirtualBox 2.1.2 에서 solaris 10 설치 - 02 (on Windows XP)

1

Written on 오전 5:31 by 강여사(J.Y.Kang)

일단 이미지를 빼야하니까 cd/dvd 에서(클릭) 시디이미지가 아닌 다른쪽으로 select - 확인



solaris 클릭



계속 진행







사용자이름 : root



비밀번호: ****







터미널을 열어 솔라리스 네트워킹 작업을 한다.



우선
# vi /etc/hosts
에서 ip 세팅 확인

/etc/hosts
#
# Internet host table
#
127.0.0.1 localhost
10.0.2.15 kj loghost

[ IP Address ] hostname loghost
위 파일은 자신의 컴퓨터의 IP 주소와 이름(hostname)을 지정해 준다. 각각의 구분은 공백으로 구분하므로 반드시 공백을 띄워준다.
파일을 열어 [ IP Address ] 란에 자신의 IP 주소를 적어준다.



2. /etc/defaultrouter
기본 Gateway를 지정하는 파일이다. 기본적으로 생성되어 있지 않기 때문에 새로 만들어 준다.

# vi /etc/defaultrouter
10.0.2.2






3. /etc/nsswitch.conf
Nameserver를 지정하는 파일이다. nameserver로 DNS를 사용할 것이기 때문에 다음과 같이 추가해 준다.
#
# /etc/nsswitch.files:
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# does not use any naming service.
#
passwd: files
group: files
hosts: files dns
ipnodes: files
networks: files
....
....
위와 같이 "hosts: files" 줄의 마지막에 칸을 띠고 dns를 추가해 준다.





4. /etc/resolv.conf
이번에는 DNS를 사용하기로 하였으므로 실제적으로 DNS 서버를 지정해 준다.
# vi /etc/resolv.conf
domain [domain name]
nameserver xxx.xxx.xxx.xxx(DNS server IP)

domain kornet.net
nameserver 168.126.63.1
nameserver 168.126.63.2
nameserver 10.0.2.3





5. /etc/netmasks
위 파일을 열어 자신의 Netmask 값을 넣어 준다.
#
# 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.2.15 255.255.255.0

xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
[네트워크 주소][서브넷 마스크]





6. Reboot
reboot 명령을 이용해 시스템을 재부팅하거나 다음과 같이 네트워크를 재시작한다.
#reboot

If you enjoyed this post Subscribe to our feed


1 Comment

  1. Unknown |

    솔라리스10에서 dhcp로 쓰다가
    고정ip로 변경하면서 여러 웹사이트
    참조하면서 해도 않되었는데
    님 블로그 보고 해결하고 갑니다
    감사하고 수고하세요~

     

댓글 쓰기