Advertisement
Guest User

Untitled

a guest
May 27th, 2015
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. ddns-update-style none;
  2.  
  3. option domain-name "yurmino.local";
  4. option domain-name-servers 77.88.8.8, 193.58.251.251;
  5.  
  6. default-lease-time 600;
  7. max-lease-time 7200;
  8.  
  9.  
  10. log-facility local7;
  11.  
  12. subnet 192.168.0.0 netmask 255.255.0.0 {
  13. option subnet-mask 255.255.255.0;
  14. option routers 192.168.2.1;
  15. range 192.168.2.2 192.168.2.254;
  16. #option domain-name-servers 192.168.0.1;
  17. #option domain-name ".loc";
  18. #option routers 192.168.2.1;
  19. #option ntp-servers 192.168.2.1;
  20. interface eth2;
  21. }
  22.  
  23. #----_______-----______------_______-------_____#
  24.  
  25. host KDK {
  26. option subnet-mask 255.255.255.0;
  27. option routers 192.168.1.1;
  28. option domain-name-servers 77.88.8.8;
  29. hardware ethernet 54:04:A6:C4:95:59;
  30. # 12-цифровой MAC-адрес
  31. fixed-address 192.168.1.43;
  32. }
  33.  
  34. host START{
  35. option subnet-mask 255.255.255.0;
  36. option routers 192.168.1.1;
  37. option domain-name-servers 77.88.8.8;
  38. hardware ethernet 00:25:90:77:DE:4A;
  39. # 12-цифровой MAC-адрес
  40. fixed-address 192.168.1.5;
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement