cellular hologram not working
-
Hi,
I tried to connect my omega2 with this guide https://onion.io/2bt-using-hologram-expansion/.I'm using ArduinoDock. When I tried to restart the firewall with
/etc/init.d/firewall restartI received an error
Warning: Unable to locate ipset utility, disabling ipset support
Warning: Section @zone[2] (cellular) cannot resolve device of network 'hologram'
Warning: Section @zone[2] (cellular) has no device, network, subnet or extra options- Flushing IPv4 filter table
...
Is there an alternative guide? or Where is the problem?
Thank-you.
Paolo
- Flushing IPv4 filter table
-
@Paolo-Moro maybe check if ipset is installed and if not install it. the message seems to indicate ipset is not installed. if it is installed then try to install it again.
-
Tank-you @Douglas-Kryder do you know the right package repos I have to insert into the file:
/etc/opkg/distfeeds.conf
Because if I try the command:
opkg install ipsetResponse:
opkg_install_cmd: Cannot install package ipset.Thanks in advance.
-
@Paolo-Moro well, i just uncomment all the repositories and have had good luck in finding with opkg but
openwrt does have a web interface for the packages.
determine what version of firmware you have.
you can then start here,
https://downloads.openwrt.org/releases/
but if 17.01 then here,
https://downloads.openwrt.org/releases/packages-17.01/mipsel_24kc/base/
if 18.06 then here,
https://downloads.openwrt.org/releases/packages-18.06/mipsel_24kc/base/for future reference you might want to bookmark these,
https://openwrt.org/packages/pkgdata_lede17_1/ipset
https://openwrt.org/docs/guide-user/firewall/fw3_configurations/fw3_config_ipset
https://openwrt.org/packages/table/start?dataflt[Name_pkg-dependencies*~]=ipset
https://openwrt.org/packages/startand as always google search is usually helpful.