Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. domain-needed
  2. bogus-priv
  3. filterwin2k
  4. resolv-file=/etc/resolv.conf.dnsmasq
  5. local=/hackerlab.net/
  6.  
  7. interface=eth1
  8. dhcp-range=interface:eth1,set:LAN,192.168.1.52,192.168.1.75,255.255.255.0,12h
  9. dhcp-option=interface:eth1,3,192.168.1.1
  10.  
  11. interface=eth2
  12. dhcp-range=interface:eth2,192.168.3.10,192.168.3.200,255.255.255.0,12h
  13. dhcp-option=interface:eth2,3,192.168.3.1
  14.  
  15. interface=eth3
  16. dhcp-range=interface:eth3,192.168.4.10,192.168.4.200,255.255.255.0,12h
  17. dhcp-option=interface:eth3,3,192.168.4.1
  18.  
  19. except-interface=ppp0
  20. except-interface=eth0
  21. expand-hosts
  22. domain=hackerlab.net
  23. dhcp-option=option:domain-search,hackerlab.net
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement