diff --git a/installation/static_ip.sh b/installation/static_ip.sh index bac2bbd..b60bdb5 100755 --- a/installation/static_ip.sh +++ b/installation/static_ip.sh @@ -3,7 +3,8 @@ config="auto $1 iface $1 inet static address 192.168.16.1 - netmask 255.255.255.0" + netmask 255.255.255.0 + dns-nameservers 192.168.16.1" echo -e "$config" | sudo tee /etc/network/interfaces.d/network >/dev/null