dhcp-dont-send-hostname.diff 566 B

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