X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=local%2Fnetwork-configure;h=05d6034e7550c8603a8aac8d13d7958bf7a4c80d;hp=be3e4b4634eba8d750d005ce535a40d13ab45c67;hb=b75d4503ef9c919231c0c02daf5a1ed1e57c73af;hpb=4c57b350e0265cfadb9bbf95cd55ae491ee66820 diff --git a/local/network-configure b/local/network-configure index be3e4b4..05d6034 100755 --- a/local/network-configure +++ b/local/network-configure @@ -18,7 +18,8 @@ sudo install -m 644 -o root -g root /dev/stdin \ sudo install -m 644 -o root -g root /dev/stdin \ /etc/resolv.conf <<-EOF search ${local_host#*.} - nameserver ${local_host_nameserver} + nameserver 127.0.0.1 + #nameserver ${local_host_nameserver} EOF m4 \ --define=LOCAL_IPV4=$local_ipv4 \