config 파일 오픈
sudo nano /etc/dhcpcd.conf
config 파일 하단에 아래 내용을 입력한다.
interface wlan0
static ip_address = xx.xx.xxx.xxx
static router = xx.xx.xxx.x
static domain_name_servers = xxx.xxx.xx.x
static netmask= xxx.xxx.xxx.x
네트워크 재부팅
sudo /etc/init.d/networking restart
sudo reboot