Guest User

Untitled

a guest
May 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. default-lease-time 600;
  2. max-lease-time 7200;
  3. option subnet-mask 255.255.255.0;
  4. option broadcast-address 10.0.0.255;
  5. option routers 10.0.0.5;
  6. option domain-name-servers 10.0.0.1, 10.0.0.5;
  7. option domain-name "rushden.local";
  8.  
  9. subnet 10.0.0.0 netmask 255.255.255.0 {
  10. range 10.0.0.100 10.0.0.200;
  11. }
Add Comment
Please, Sign In to add comment