(1) 우측 상단 eth0 설정
(2)sudo ifconfig eth0 10.10.10.10 netmask 255.255.255.0 broadcast 10.10.10.10
(3) network 설정에 필요한 dhcpcd.conf 실행
sudo vi /etc/dhcpcd.conf
(4) dhcpcd.conf > 해당부분을 내용에 맞게 입력
#Example static IP configuration:
interface eth0
static ip_address= 고정할 IP주소
#static ip6_address=fd51:42f8:caae:d92e::ff/64
static routers= Gateway 주소
static domain_name_servers= DNS 서버 주소 8.8.8.8 fd51:42f8:caae:d92e::1
(5)