Skip to content

static IP

shinebar1001 edited this page Apr 2, 2018 · 4 revisions

Just include something like

killall udhcpc
ifconfig wlan0 192.168.180.102 netmask 255.255.255.0
route add default gw 192.168.180.1
echo "nameserver 192.168.180.1" > /tmp/resolv.conf

in run.sh

Clone this wiki locally