[Ubuntu] Set static address

앎/linux 2017. 5. 28. 23:51 |

이더넷 인터페이스 확인

$ ifconfig

or

$ ip link


수정

$ sudo vi /etc/network/interfaces


auto 인터페이스네임

iface 인터페이스네임 inet static

address xxx.xxx.xxx.xxx

netmask xxx.xxx.xxx.xxx

gateway xxx.xxx.xxx.xxx

dns-nameservers xxx.xxx.xxx.xxx


적용

다음으로 네트워크를 재시작한다.

$ systemctl restart networking.service


안바뀌면.... 리부팅해.... 


' > linux' 카테고리의 다른 글

[Ubuntu] 네트워크 서비스 탐색 비활성화 알림 제거  (0) 2017.05.29
[Ubuntu] Change GUI  (0) 2017.05.29
[Ubuntu] SSH  (0) 2017.05.28
[Common] Change password  (0) 2017.05.28
[Ubuntu] 저장소를 다음카카오로 변경  (0) 2017.05.28
Posted by 후니아부지
: