szpunk
New Around Here
3.0.0.4.374.39 (Merlin build) on Asus RT-AC68R:
I want use ipset with dnsmasq, in my dnsmasq.custom file i have these code:
When i restart dnsmasq, i got these error:
I have same issue on Padavan's custom firewall for rt-n56, and i try to recomplie that firmware with HAVE_IPSET defined, reboot the router and i got another error in log:
and dnsmasq failed to start.
I'm sure ipset mod loaded:
and ipset list create succsed:
All these same setting worked smooth on Shibby's Tomato firmware on AC66U,
any suggest?
I want use ipset with dnsmasq, in my dnsmasq.custom file i have these code:
Code:
ipset=/twitter.com/gfwlist
ipset=/facebook.com/gfwlist
etc...
When i restart dnsmasq, i got these error:
Apr 17 13:50:09 dnsmasq[22408]: recompile with HAVE_IPSET defined to enable ipset directives at line 2 of /jffs/dnsmasq/custom/gfwlist.cfg
I have same issue on Padavan's custom firewall for rt-n56, and i try to recomplie that firmware with HAVE_IPSET defined, reboot the router and i got another error in log:
dnsmasq[515]:failed to create IPset control socket: Protocol not supported
and dnsmasq failed to start.
I'm sure ipset mod loaded:
admin@RT-AC68U:/tmp/home/root# lsmod | grep ip
ipt_set 1054 2
ip_set_iphash 6474 3
ip_set_nethash 8272 0
ip_set 12034 5 ipt_set,ip_set_iphash,ip_set_nethash
ipt_REDIRECT 969 1
nf_nat_sip 5586 0
nf_conntrack_sip 16679 1 nf_nat_sip
ip6table_filter 893 0
ip6table_mangle 1093 0
admin@RT-AC68U:/tmp/home/root#
and ipset list create succsed:
admin@RT-AC68U:/tmp/home/root# ipset -L
Name: whitelist
Type: iphash
References: 1
Header: hashsize: 8192 probes: 8 resize: 50
Members:
Name: gfwlist
Type: iphash
References: 1
Header: hashsize: 4096 probes: 8 resize: 50
Members:
Name: nogaelist
Type: iphash
References: 0
Header: hashsize: 1024 probes: 8 resize: 50
Members:
All these same setting worked smooth on Shibby's Tomato firmware on AC66U,
any suggest?