Advertisement
Guest User

isc-server

a guest
Nov 26th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # A slightly different configuration for an internal subnet.
  2. subnet 192.168.0.0 netmask 255.255.255.0 {
  3. range 192.168.0.100 192.168.0.200;
  4. option domain-name-servers 192.168.0.1;
  5. option domain-name "tm.net.my";
  6. option routers 192.168.0.1;
  7. option broadcast-address 192.168.0.255;
  8. default-lease-time 600;
  9. max-lease-time 7200;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement