summaryrefslogtreecommitdiff
path: root/dhcp3/dhcpd.hosts.plain
blob: 58a7854150f159bf65a2224d2c6bf7dba17475bb (plain)
  1. group {
  2. option netbios-name-servers samba;
  3. option netbios-dd-server samba;
  4. option netbios-node-type 2; # Disable browsing, only use netbios server
  5. option ip-forwarding Off;
  6. option wpad-url "http://wpad/wpad.dat"; # Add this host to Bind and Apache, to work with non-DHCP clients as well
  7. host negonwin { hardware ethernet 00:00:b4:84:93:53; fixed-address negon3; }
  8. host haledual { hardware ethernet 00:30:65:c0:0b:be; fixed-address haledual; }
  9. host noiszes-g4 { hardware ethernet 00:30:65:f3:38:ee; fixed-address noiszes-g4; }
  10. host egern { hardware ethernet 00:80:ad:c6:b9:51; fixed-address egern; }
  11. host emil-louise { hardware ethernet 00:07:95:ab:b1:4a; fixed-address emil-louise; }
  12. host gyro { hardware ethernet 00:03:93:12:4d:34; fixed-address gyro; }
  13. }