Advertisement
Guest User

Untitled

a guest
Jun 11th, 2010
646
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. #
  2. allow unknown-clients;
  3. default-lease-time 1800; # 30 minutes
  4. max-lease-time 7200; # 2 hours
  5.  
  6. subnet 172.16.151.0 netmask 255.255.255.0 {
  7. range 172.16.151.128 172.16.151.254;
  8. option broadcast-address 172.16.151.255;
  9. option domain-name-servers 172.16.151.2;
  10. option netbios-name-servers 172.16.151.2;
  11. option domain-name "localdomain";
  12. option routers 172.16.151.2;
  13. }
  14. # <============================================= MY COMMENTED ENTRIES
  15. # host avm {
  16. # hardware ethernet 00:0c:29:67:97:b6;
  17. # fixed-address 172.16.151.100;
  18. # }
  19. #
  20. # host bvm {
  21. # hardware ethernet 00:0c:29:90:eb:c0;
  22. # fixed-address 172.16.151.101;
  23. # }
  24. #
  25. # host cvm {
  26. # hardware ethernet 00:0c:29:14:89:52;
  27. # fixed-address 172.16.151.102;
  28. # }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement