[펌글] 솔라리스(Solaris) 10 에서 네트워크 설정
– 출처 : 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… Read More »