ip link 또는 ip a
ip link set enp1s0 up
ifconfig
ifconfig enp1s0 192.168.xxx.xxx up
nslookup server
nslookup
> server 192.168.xxx.xxx
(또는)
nano /etc/resolve.conf
nameserver 값 변경
route -n
ip route add default via 192.168.1.1 dev enp1s0
sudo systemctl stop nginx
sudo systemctl disable nginx
출처 : Ubuntu 서버에서 네트워킹을 구성하는 방법
출처 : 리눅스 nslookup 명령어 사용법(DNS 조회)
출처 : 우분투 네트워크 설정 – 랜카드(NIC) 추가 및 삭제 방법
출처 : Fixing “Network is Unreachable” Error in Ubuntu