Advertisement
casaper

dnsmasq.conf

Jan 22nd, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. pid-file=/var/run/dnsmasq.pid
  2. user=nobody
  3. bind-dynamic
  4. interface=br0
  5. interface=ppp1*
  6. no-dhcp-interface=ppp1*
  7. resolv-file=/tmp/resolv.conf
  8. servers-file=/tmp/resolv.dnsmasq
  9. no-poll
  10. no-negcache
  11. cache-size=1500
  12. min-port=4096
  13. domain=$my_fqdn_ddns
  14. expand-hosts
  15. dhcp-range=lan,192.168.1.2,192.168.1.100,255.255.255.0,86400s
  16. dhcp-option=lan,3,192.168.1.1
  17. dhcp-option=lan,6,8.8.8.8,0.0.0.0
  18. dhcp-option=lan,15,$my_fqdn_ddns
  19. dhcp-option=lan,44,0.0.0.0
  20. dhcp-option=lan,252,"\n"
  21. ra-param=br0,10,600
  22. enable-ra
  23. quiet-ra
  24. dhcp-range=lan,::,constructor:br0,ra-stateless,64,600
  25. dhcp-option=lan,option6:23,[::]
  26. dhcp-option=lan,option6:24,$my_fqdn_ddns
  27. dhcp-lease-max=99
  28. dhcp-authoritative
  29. read-ethers
  30. addn-hosts=/etc/hosts.dnsmasq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement