mhaas / fbwlan

A simple, easy social wlan hotspot. Exchange internet access for Facebook check-ins
GNU Affero General Public License v3.0
107 stars 56 forks source link

Facebook seems to be blocked #19

Open ikealol opened 8 years ago

ikealol commented 8 years ago

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
mhaas commented 8 years ago

Am 9. Juli 2016 16:46:25 MESZ, schrieb ikealol notifications@github.com:

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: https://github.com/mhaas/fbwlan/issues/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.