른록노트

[Linux] IP바꾸기, 재부팅해도 저장 본문

Server,OS/[Linux]

[Linux] IP바꾸기, 재부팅해도 저장

른록 2017. 8. 16. 10:38

IP확인

ifconfig


일회성

ifconfig x.x.x.x


영구성

vi /etc/sysconfig/network-scripts/ifcfg-eth[x]


재실행

/etc/init.d/network restart


참고사이트

http://121202.tistory.com/34

반응형
Comments