Advertisement
Guest User

Untitled

a guest
Dec 18th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 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 192.168.1.255;
  5. option routers 192.168.1.1;
  6. option domain-name-servers 192.168.1.1, 192.168.1.2;
  7. option domain-name "4handsclapping.com";
  8.  
  9. subnet 192.168.1.0 netmask 255.255.255.0 {
  10. range 192.168.1.10 192.168.1.100;
  11. range 192.168.1.150 192.168.1.200;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement