Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. server-name "dns.ubuntu.local";
  2. authoritative;
  3. option domain-name "ubuntu.local";
  4. ddns-update-style none;
  5.  
  6. default-lease-time 600;
  7. max-lease-time 7200;
  8. option subnet-mask 255.0.0.0;
  9. option broadcast-address 10.255.255.255;
  10. option routers 10.0.0.254;
  11. option domain-name-servers 10.0.0.254;
  12.  
  13. subnet 10.20.X.0 netmask 255.255.255.0 {
  14. range 10.20.X.10 10.20.X.20;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement