Commit e3ee5ca8 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

correctly set dns nameserver inside new machines

parent 058b0401
......@@ -62,6 +62,7 @@ allow-hotplug ens9f1
iface ens9f1 inet static
address 10.0.45.$(( 50 + $i ))/24
gateway 10.0.45.51
dns-nameservers 1.2.4.8
#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