blob: b1b0514237b42a391a2bf12be05810dd22e8fc6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff -Naur orig/etc/dhcp/dhclient.conf new/etc/dhcp/dhclient.conf
--- orig/etc/dhcp/dhclient.conf 2014-07-31 22:31:11.363605131 +0200
+++ new/etc/dhcp/dhclient.conf 2014-07-31 22:31:43.535349519 +0200
@@ -14,7 +14,8 @@
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
#send host-name "andare.fugue.com";
-send host-name = gethostname();
+#send host-name = gethostname();
+supersede host-name "amnesia";
#send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
#send dhcp-lease-time 3600;
#supersede domain-name "fugue.com home.vix.com";
|