Commit e364b062 authored by Łukasz Nowak's avatar Łukasz Nowak

hydro66/dnsmasq.sh: Fix /etc/networking/interfaces

parent 72cc9aee
......@@ -107,11 +107,13 @@ allow-hotplug eno1
iface eno1 inet static
address 192.168.46.$(( 50 + $i ))/24
allow-hotplug ens9f1
iface ens9f1 inet static
#allow-hotplug ens9f1 # does not work in Debian 10
auto ens1
#iface ens9f1 inet static # does not work in Debian 10
iface ens1 inet static
address 10.0.45.$(( 50 + $i ))/24
gateway 10.0.45.1
dns-nameservers 1.2.4.8 223.5.5.5 223.6.6.6
dns-nameservers 80.80.80.80 80.80.81.81
#allow-hotplug ens9f0
##iface ens9f0 inet dhcp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment