[ Ubuntu 고정 IP 설정 ]
# 수정해야 할 부분
/etc/network/interfaces
# 추가/수정해야 할 내용 example
iface eth0 inet static
address 210.129.123.138
netmask 255.255.255.0
gateway 210.129.123.1
# network 210.129.123.0
# broadcast 210.129.123.255
# 수정완료 후, networking 서비스 재시작
sudo /etc/init.d/networking restart
'Study > Linux' 카테고리의 다른 글
SSH 키 에러, error (0) | 2015.12.12 |
---|---|
iptables 명령어 옵션 정리 (0) | 2015.10.02 |
[Linux] CentOS Chrome 설치하기 (명령어 이용) (0) | 2015.01.26 |
[Linux] Ubuntu, Kali ( Linux OS )에서 interface 이름 바꾸기 (0) | 2015.01.26 |