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