IP 변경 
	#vi /etc/inet/hosts 
	::1     localhost 
	127.0.0.1       localhost 
	192.168.100.100 Server  loghost 
	#vi /etc/inet/ipnodes 
	::1     localhost 
	127.0.0.1       localhost 
	192.168.100.100 Server  loghost 
	넷마스크 변경 
	#vi /etc/netmasks 
	192.168.100.0   255.255.255.0 
	디폴트 게이트웨이 
	#vi /etc/defaultrouter 
	192.168.100.2 
	DNS 설정 변경 
	#vi /etc/nsswitch.conf 
	.. 
	.. 
	hosts:      files       dns      // 중간 정도에 host: files 뒤에 dns 추가 
	.. 
	.. 
	#vi /etc/resolv.conf 
	nameserver      168.126.63.1 
	Host Name 변경 
	#vi /etc/nodename 
	Server 
	#vi /etc/hostname.e1000g0      // e1000g0 는 ifconfig -a 명령어에서 보이는 네트웍카드명 이다 
	Server 
	  
	  
 |