Advertisement
HUNataniel

/etc/config/dhcp

Mar 28th, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. config dnsmasq
  2. option domainneeded '1'
  3. option boguspriv '1'
  4. option filterwin2k '0'
  5. option localise_queries '1'
  6. option rebind_protection '1'
  7. option rebind_localhost '1'
  8. option local '/lan/'
  9. option domain 'lan'
  10. option expandhosts '1'
  11. option nonegcache '0'
  12. option authoritative '1'
  13. option readethers '1'
  14. option leasefile '/tmp/dhcp.leases'
  15. option resolvfile '/tmp/resolv.conf.auto'
  16.  
  17. config dhcp 'lan'
  18. option interface 'lan'
  19. option start '100'
  20. option limit '150'
  21. option leasetime '12h'
  22.  
  23. config dhcp 'wan'
  24. option interface 'wan'
  25. option ignore '1'
  26.  
  27. config dhcp
  28. option start '100'
  29. option limit '150'
  30. option interface 'guest'
  31. option leasetime '1h'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement