본문 바로가기

운영체제

[Solaris] Solaris STATIC network setting

※ 이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.




인터페이스 확인

#dladm show-link

#echo "192.168.10.200 nanda" >> /etc/hosts

#echo "nanda" >> /etc/nodename

#echo "192.168.10.200" >> /etc/hostname.e1000g0

#echo "192.168.10.1" >> /etc/defaultrouter

#echo "192.168.10.0 255.255.255.0" >> /etc/netmasks


network restart

#svcadm restart network/physical


물리적 인터페이스 제거

#ifconfig xxx down unplumb


static 설정 파일 목록

/etc/hosts

/etc/nodename

/etc/hostname.xxx

/etc/defaultrouter

/etc/netmasks


'운영체제' 카테고리의 다른 글

[Linux] Date 명령어  (0) 2016.06.20
[Solaris] Solaris 임시적으로 network 설정  (0) 2016.06.03
[Solaris] solaris DHCP network setting  (0) 2016.06.03
[Linux] YUM  (0) 2016.06.03
[Linux] NIS(Network Information system)  (0) 2016.06.02