Anyone know what this mean?
undefined is not an object (evaluating 'Object.keys(this.section.iptables[table])')
Or if someone has the full syntax to manually add/enable it via /etc/collectd.conf
I will try myself to adapt it to my setup.
I tried something like this (just to enable it at least in LuCi)
LoadPlugin firewall
<Plugin firewall>
</Plugin>
But this doesn't work.
Thanks!
1 Like
What version of openwrt are you on?
opened 05:49AM - 06 Oct 21 UTC
help wanted
Hi all, especially @openwrt/packages-write,
for the next OpenWrt release `fir… ewall4` is [considered](https://github.com/openwrt/openwrt/pull/4642) as a replacement of the current `iptables` based `firewall` package. While the configuration stays within `/etc/config/firewall`, packages using `iptables` directly may see trouble.
This is a heads up for everyone maintaining such packages but also please post packages here that would be affected so a smother migration is possible.
Compatible with `firewall4`:
- [x] acme
- [x] adblock
- [ ] apfree-wifidog
- [ ] banip
- [x] bcp38
- [x] collectd (iptables plugin still uses iptables, no nftables plugin)
- [ ] coova-chilli
- [ ] dockerd
- [x] etherwake-nfqueue
- [ ] fail2ban
- [ ] frr
- [ ] fwknop
- [x] gnunet
- [x] https-dns-proxy
- [x] jool
- [x] keepalived https://github.com/openwrt/packages/pull/18058
- [ ] libreswan
- [x] miniupnpd https://github.com/openwrt/packages/pull/17094
- [x] mwan3 https://github.com/openwrt/packages/pull/17940
- [x] phantap
- [x] podman via dcbef6fde01eed546bd405724bd70cd8f3381c4b
- [x] ~~pppossh~~
- [ ] redsocks
- [x] shadowsocks-libev ((https://github.com/openwrt/packages/pull/17937)
- [x] ~~shorewall~~
- [x] ~~shorewall6~~
- [x] ~~shorewall6-lite~~
- [x] ~~shorewall-lite~~
- [x] simple-adblock
- [x] sqm-scripts
- [ ] strongswan
- [ ] trafficshaper
- [ ] uacme
- [x] v2raya (https://github.com/openwrt/packages/pull/18052)
- [x] vpnbypass
- [ ] vpnc-scripts
- [x] vpn-policy-routing
- [ ] wifidog
- [ ] xtables-addons
Heads up for routing.git: https://github.com/openwrt/routing/issues/731
Heads up for luci.git: https://github.com/openwrt/luci/issues/5409
Collectd doesn't have a nftables plugin.
1 Like
22.03.3 with firewall4 of course, this is why I was asking if someone has the full config then I can try to edit it, but I'm thinking that could be the collectd plugin error that is trying to still search for iptables.
system
Closed
February 12, 2023, 10:53am
4
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.