티스토리 뷰

Study/System

Ubuntu 18 NIC 설정

pursh 2023. 12. 5. 13:52

 

# dhcp

auto eth0
iface eth0 inet dhcp

 

# static

auto eth0
iface eth0 inet static
address 10.10.10.10
netmask 255.255.255.0
gateway 10.10.10.1
dns-nameservers 8.8.8.8

 

'Study > System' 카테고리의 다른 글

php 여러 버전 설치 on Ubuntu22.04  (0) 2023.09.13
[ELK Stack] Elastic, Kibana 설치  (0) 2023.09.11
wget으로 ftp 사용하기  (0) 2023.06.30
[Ubuntu] rc-local 서비스 활성화  (0) 2023.05.25
[Linux] bash history에 Timestamp 남기기  (0) 2023.01.28
댓글