Guest User

Untitled

a guest
Dec 10th, 2022
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1.  
  2. config dnsmasq
  3. option domainneeded '1'
  4. option boguspriv '1'
  5. option filterwin2k '0'
  6. option localise_queries '1'
  7. option rebind_protection '1'
  8. option rebind_localhost '1'
  9. option local '/lan/'
  10. option domain 'lan'
  11. option expandhosts '1'
  12. option nonegcache '0'
  13. option authoritative '1'
  14. option readethers '1'
  15. option leasefile '/tmp/dhcp.leases'
  16. option resolvfile '/tmp/resolv.conf.d/resolv.conf.auto'
  17. option nonwildcard '1'
  18. option localservice '1'
  19. option ednspacket_max '1232'
  20.  
  21. config dhcp 'lan'
  22. option interface 'lan'
  23. option start '100'
  24. option limit '150'
  25. option leasetime '12h'
  26. option dhcpv4 'server'
  27. list dhcp_option '6,192.168.1.1,192.168.1.1'
  28.  
  29. config odhcpd 'odhcpd'
  30. option maindhcp '0'
  31. option leasefile '/tmp/hosts/odhcpd'
  32. option leasetrigger '/usr/sbin/odhcpd-update'
  33. option loglevel '4'
  34.  
  35. config dhcp 'truenas_IF'
  36. option interface 'truenas_IF'
  37. option start '100'
  38. option limit '150'
  39. option leasetime '12h'
  40. list dhcp_option '6,10.255.255.1,10.255.255.1'
  41.  
  42.  
Add Comment
Please, Sign In to add comment