You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I'm running OpenWRT on a small router and somehow I got some trouble with "ipset". Is there somehow a trick how to fix that? I saw that "dnsmasq-full" is installed properly, do I still need "dnsmasq" if I have "dnsmasq-full"?
Following error messages appear:
root@OpenWrt:~# /etc/init.d/wifidog-fw-extra restart
iptables v1.4.21: Set fb doesn't exist.
Try 'iptables -h' or 'iptables --help' for more information.
And this:
root@OpenWrt:~# fw3 reaload
Warning: Unable to locate ipset utility, disabling ipset support
The text was updated successfully, but these errors were encountered:
Hello
I'm running OpenWRT on a small router and somehow I got some trouble
with "ipset". Is there somehow a trick how to fix that? I saw that
"dnsmasq-full" is installed properly, do I still need "dnsmasq" if I
have "dnsmasq-full"?
Following error messages appear:
`root@OpenWrt:~# /etc/init.d/wifidog-fw-extra restart
iptables v1.4.21: Set fb doesn't exist.
Try iptables -h' or 'iptables --help' for more information.
And this: root@OpenWrt:~# fw3 reaload Warning: Unable to locate ipset utility, disabling ipset support
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub: #19
You will need the ipset utility. Once you have that installed, make sure to create the "fb" ipset! The method in the Readme is somewhat outdated for newer wifidog versions - they have native ipset support without the wifidog-fw-extra script.
Hello
I'm running OpenWRT on a small router and somehow I got some trouble with "ipset". Is there somehow a trick how to fix that? I saw that "dnsmasq-full" is installed properly, do I still need "dnsmasq" if I have "dnsmasq-full"?
Following error messages appear:
And this:
The text was updated successfully, but these errors were encountered: