Advertisement
Guest User

Untitled

a guest
Apr 14th, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. [QUOTE="thelonelycoder, post: 481307, member: 25480"]Post the content of dnsmasq-postconf. Use sf to show the file.
  2. While your at it, also post dnsmasq.conf content.[/QUOTE]
  3.  
  4. dnsmasq-postconf:
  5.  
  6. [CODE] /jffs/scripts/dnsmasq.postconf has this content:
  7. #!/bin/sh
  8. #. /opt/share/diversion/file/post-conf.div # Added by Diversion
  9. [/CODE]
  10.  
  11. dnsmasq.conf
  12.  
  13. [CODE]
  14. pid-file=/var/run/dnsmasq.pid
  15. user=nobody
  16. bind-dynamic
  17. interface=br0
  18. interface=pptp*
  19. no-dhcp-interface=pptp*
  20. no-resolv
  21. servers-file=/tmp/resolv.dnsmasq
  22. no-poll
  23. no-negcache
  24. cache-size=1500
  25. min-port=4096
  26. bogus-priv
  27. domain-needed
  28. dhcp-range=lan,192.168.2.5,192.168.2.254,255.255.255.0,86400s
  29. dhcp-option=lan,3,192.168.2.1
  30. dhcp-option=lan,252,"\n"
  31. ra-param=br0,10,600
  32. enable-ra
  33. quiet-ra
  34. dhcp-range=lan,::,constructor:br0,ra-stateless,64,600
  35. dhcp-option=lan,option6:23,[::]
  36. dhcp-authoritative
  37. addn-hosts=/etc/hosts.dnsmasq
  38. dhcp-host=00:04:4B:B3:73:40,192.168.2.240
  39. dhcp-host=B8:27:EB:E2:94:FA,192.168.2.231
  40. dhcp-host=CC:95:D7:C3:F3:7F,192.168.2.220
  41. dhcp-host=88:B4:A6:44:8A:56,192.168.2.219
  42. dhcp-host=74:C2:46:36:23:41,192.168.2.218
  43. dhcp-host=CC:95:D7:7E:C8:C1,192.168.2.182
  44. dhcp-host=74:B5:87:0A:1A:61,192.168.2.174
  45. dhcp-host=5C:1D:D9:EF:22:11,192.168.2.119
  46. dhcp-host=6C:70:9F:0C:B2:FC,192.168.2.84
  47. dhcp-host=3C:77:E6:45:D4:9F,192.168.2.77
  48. dhcp-host=B8:27:EB:B7:C1:AF,192.168.2.68
  49. dhcp-host=F4:06:69:3A:D0:9A,192.168.2.46
  50. dhcp-host=30:24:32:FC:54:31,192.168.2.14
  51. dhcp-host=00:9D:6B:07:3A:8C,192.168.2.32
  52. dhcp-name-match=set:wpad-ignore,wpad
  53. dhcp-ignore-names=tag:wpad-ignore
  54. dhcp-script=/sbin/dhcpc_lease
  55. script-arp
  56. [/CODE]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement