Advertisement
Guest User

Untitled

a guest
Dec 24th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. option domain-name "klubba.eu";
  2. # Use Google public DNS server (or use faster values that your internet provider gave you!):
  3. option domain-name-servers 195.54.122.211, 195.54.122.221, 208.67.222.222, 208.67.220.220;
  4. # Set up our desired subnet:
  5. subnet 192.168.1.0 netmask 255.255.255.0 {
  6. range 192.168.1.1 192.168.1.10;
  7. option subnet-mask 255.255.255.0;
  8. option broadcast-address 192.168.1.255;
  9. option routers 192.168.1.1;
  10. option domain-name-servers home;
  11. }
  12. default-lease-time 600;
  13. max-lease-time 7200;
  14. # Show that we want to be the only DHCP server in this network:
  15. authoritative;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement