opkg list-installed | grep igmp
the dbus stuff would be related to samba... and the fact dbus is now built-in (for...something else) and default disabled... so you have to enable dbus ... and/or add it to ENABLEDSERVICES
opkg list-installed | grep igmp
the dbus stuff would be related to samba... and the fact dbus is now built-in (for...something else) and default disabled... so you have to enable dbus ... and/or add it to ENABLEDSERVICES
opkg list-installed | grep igmp
igmpproxy - 0.2.1-4
regarding the modem... your settings would have been carried across based on the link you provided...
I did however mess around a little with some related firewall stuff... and similarly banip would probably block that if you've just enabled it...
iptables-save -c | grep -i -E '(banip|rfc19|bcp)'
I restored old config file and IPTV and modem is working now.
I dont think I changed any settings
other than creating a WIFI
new errors is it normal?
Thu Jan 14 13:52:48 2021 daemon.err collectd[10521]: Sleeping only 2s because the next interval is 2.451 seconds in the past!
Thu Jan 14 13:53:09 2021 daemon.err dnsmasq[6904]: failed to send packet: Operation not permitted
yeah those errors are pretty normal...
if you didn't change settings... then it might have been something @ new package migration scripts... ( not specifically build related )... edit: checked these and nothing special there unless it came down with igmproxy package... checked that too and don't see anything interesting... i'm guessing it's probably some sort of service start race condition or something ( restarting igmpproxy or firewall probably would have fixed it )
if you do a backup of all the files in /etc/config then compare those with all the files in /etc/config from your working backup... you can find what the issue is...
i rebooted pi4 couple of times. Still nothing changed
this may or may not work;
diff -Naur /etc/config $(find /restorefiles/config-firstboot-post-* -type d | tail -n1)
@anon50098793
my firewall settings are ok?
config defaults
option syn_flood '1'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'REJECT'
config zone
option name 'lan'
list network 'lan'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'ACCEPT'
config zone
option name 'wan'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
option masq '1'
option mtu_fix '1'
option network 'wan wan6 modem'
config zone
option name 'wan'
option network 'wan IPTV'
config forwarding
option src 'lan'
option dest 'wan'
config rule
option name 'Allow-DHCP-Renew'
option src 'wan'
option proto 'udp'
option dest_port '68'
option target 'ACCEPT'
option family 'ipv4'
config rule
option name 'Allow-Ping'
option src 'wan'
option proto 'icmp'
option icmp_type 'echo-request'
option family 'ipv4'
option target 'ACCEPT'
config rule
option name 'Allow-IGMP'
option src 'wan'
option proto 'igmp'
option family 'ipv4'
option target 'ACCEPT'
config rule
option name 'Allow-DHCPv6'
option src 'wan'
option proto 'udp'
option src_ip 'fc00::/6'
option dest_ip 'fc00::/6'
option dest_port '546'
option family 'ipv6'
option target 'ACCEPT'
config rule
option name 'Allow-MLD'
option src 'wan'
option proto 'icmp'
option src_ip 'fe80::/10'
list icmp_type '130/0'
list icmp_type '131/0'
list icmp_type '132/0'
list icmp_type '143/0'
option family 'ipv6'
option target 'ACCEPT'
config rule
option name 'Allow-ICMPv6-Input'
option src 'wan'
option proto 'icmp'
list icmp_type 'echo-request'
list icmp_type 'echo-reply'
list icmp_type 'destination-unreachable'
list icmp_type 'packet-too-big'
list icmp_type 'time-exceeded'
list icmp_type 'bad-header'
list icmp_type 'unknown-header-type'
list icmp_type 'router-solicitation'
list icmp_type 'neighbour-solicitation'
list icmp_type 'router-advertisement'
list icmp_type 'neighbour-advertisement'
option limit '1000/sec'
option family 'ipv6'
option target 'ACCEPT'
Not ok. Maybe you should start a new topic as these issues are not build related?
ok sorry
it is from here
Try edit /etc/config/firewall like this:
config zone
.......................
option name 'wan'
option network 'wan IPTV'
when IPTV and modem were not working
firewall was like this and i think it was the issue?
config zone
option name 'wan'
option network 'wan IPTV'
option input 'ACCEPT'
option output 'ACCEPT'
option forward 'REJECT'
and i have fixed it now added in the zone with
config zone
option name 'wan'
option input 'REJECT'
option output 'ACCEPT'
option forward 'REJECT'
option masq '1'
option mtu_fix '1'
option network 'wan wan6 modem IPTV'
@trendy sorry for off topic and my stupidity to create separate zone for it.
He told you to add the iptv interface in wan zone. You have created another wan zone without input/output/forward with wan and iptv.
Anyway this topic is about the build, try to keep it clean so we don't get all the notifications every time there is some issue.
@anon50098793 The build of today doesn't have sqm-scripts installed by default. (it has the extra and luci packages tho.), although is not critical. Ok, now things are getting weird, there must be a bug somewhere in opkg or the luci counterpart. It doesn't reliably shows what packages are installed and what are not. (Or my pi is bugged, worst case scenario).
For the rest of you guys: Don't update the packages using opkg or luci updates, there's a package that can break dnsmasq (i ignore what, i just reinstalled everything from scratch). I lost around 3 hours trying to debug it to no avail. Leave things as they are by deafult with the installed fac img, or updated sys img.
Best Regards!
Upgrading packages (via the CLI opkg upgrade
command or the LuCI Upgrade...
button) can result in major problems. It is generally highly discouraged, unless you know what you are doing or if there is specific instruction to do so.
I'm trying out ctinfo_4layercake.qos which is included in this build,
however when I select this as my sqm script, i'm getting a bunch of failed iptable invocations in the log. Is there an init script I'm missing?
Sat Jan 16 17:40:00 2021 user.notice SQM: Using generic sqm_start_default function.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Bulk4 dst -j DSCP --set-dscp-class CS1 -m comment --comment Bulk CS1 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Bulk4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Bulk4 src -j DSCP --set-dscp-class CS1 -m comment --comment Bulk CS1 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Bulk4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set BE4 dst -j CONNMARK --set-xmark 0x01000000/0x01000000 -m comment --comment Best Effort CS0 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set BE4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set BE4 src -j CONNMARK --set-xmark 0x01000000/0x01000000 -m comment --comment Best Effort CS0 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set BE4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Vid4 dst -j DSCP --set-dscp-class CS3 -m comment --comment Vid CS3 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Vid4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Vid4 src -j DSCP --set-dscp-class CS3 -m comment --comment Vid CS3 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Vid4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Voice4 dst -j DSCP --set-dscp-class CS4 -m comment --comment Voice CS4 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Voice4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Voice4 src -j DSCP --set-dscp-class CS4 -m comment --comment Voice CS4 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Voice4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -p tcp -s waldorf -m tcp -m multiport --sports 6981,4433,4434 -m comment --comment BT DSCP LE -j DSCP --set-dscp 1
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): host/network `waldorf' not found Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -p udp -s waldorf -m udp --sport 6981 -m comment --comment BT DSCP LE -j DSCP --set-dscp 1
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): host/network `waldorf' not found Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Bulk6 dst -j DSCP --set-dscp-class CS1 -m comment --comment Bulk CS1 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Bulk6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Bulk6 src -j DSCP --set-dscp-class CS1 -m comment --comment Bulk CS1 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Bulk6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set BE6 dst -j CONNMARK --set-xmark 0x01000000/0x01000000 -m comment --comment Best Effort CS0 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set BE6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set BE6 src -j CONNMARK --set-xmark 0x01000000/0x01000000 -m comment --comment Best Effort CS0 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set BE6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Vid6 dst -j DSCP --set-dscp-class CS3 -m comment --comment Vid CS3 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Vid6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Vid6 src -j DSCP --set-dscp-class CS3 -m comment --comment Vid CS3 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Vid6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Voice6 dst -j DSCP --set-dscp-class CS4 -m comment --comment Voice CS4 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Voice6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Voice6 src -j DSCP --set-dscp-class CS4 -m comment --comment Voice CS4 ipset
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Voice6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -p udp -m udp -m set --match-set Zoom4 dst -m multiport --dports 8801:8810 -j DSCP --set-dscp-class CS3 -m comment --comment Zoom CS3 VI
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Zoom4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -p udp -m udp -m set --match-set Zoom6 dst -m multiport --dports 8801:8810 -j DSCP --set-dscp-class CS3 -m comment --comment Zoom CS3 VI
Sat Jan 16 17:40:01 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Zoom6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 17:40:01 2021 daemon.debug dnsmasq[7954]: listening on ifb4eth1(#30): fe80::94ee:67ff:fec1:755d%ifb4eth1 port 53
Sat Jan 16 17:40:01 2021 user.notice SQM: ctinfo_4layercake.qos was started on eth1 successfully
Edit - Build is 2.3.656-15
apologies... that is one I was messing around a while ago and I should have renamed it... to get the vanilla .qos code something like this should do the job...
curl -L https://raw.githubusercontent.com/ldir-EDB0/sqm-scripts/exp/src/ctinfo_4layercake.qos > /usr/lib/sqm/ctinfo_4layercake.qos
( i've replaced that file now with the original code in case you upgrade etc. )
Thanks @anon50098793 - however, just replaced the code with original from github (just ctinfo_4layercake.qos) and still see the same issue (same logs).
Sat Jan 16 18:12:30 2021 user.notice SQM: Using generic sqm_start_default function.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Bulk4 dst -j DSCP --set-dscp-class CS1 -m comment --comment Bulk CS1 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Bulk4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Bulk4 src -j DSCP --set-dscp-class CS1 -m comment --comment Bulk CS1 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Bulk4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set BE4 dst -j CONNMARK --set-xmark 0x01000000/0x01000000 -m comment --comment Best Effort CS0 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set BE4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set BE4 src -j CONNMARK --set-xmark 0x01000000/0x01000000 -m comment --comment Best Effort CS0 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set BE4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Vid4 dst -j DSCP --set-dscp-class CS3 -m comment --comment Vid CS3 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Vid4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Vid4 src -j DSCP --set-dscp-class CS3 -m comment --comment Vid CS3 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Vid4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Voice4 dst -j DSCP --set-dscp-class CS4 -m comment --comment Voice CS4 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Voice4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Voice4 src -j DSCP --set-dscp-class CS4 -m comment --comment Voice CS4 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Voice4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -p tcp -s waldorf -m tcp -m multiport --sports 6981,4433,4434 -m comment --comment BT DSCP LE -j DSCP --set-dscp 1
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): host/network `waldorf' not found Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -p udp -s waldorf -m udp --sport 6981 -m comment --comment BT DSCP LE -j DSCP --set-dscp 1
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): host/network `waldorf' not found Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Bulk6 dst -j DSCP --set-dscp-class CS1 -m comment --comment Bulk CS1 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Bulk6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Bulk6 src -j DSCP --set-dscp-class CS1 -m comment --comment Bulk CS1 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Bulk6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set BE6 dst -j CONNMARK --set-xmark 0x01000000/0x01000000 -m comment --comment Best Effort CS0 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set BE6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set BE6 src -j CONNMARK --set-xmark 0x01000000/0x01000000 -m comment --comment Best Effort CS0 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set BE6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Vid6 dst -j DSCP --set-dscp-class CS3 -m comment --comment Vid CS3 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Vid6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Vid6 src -j DSCP --set-dscp-class CS3 -m comment --comment Vid CS3 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Vid6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Voice6 dst -j DSCP --set-dscp-class CS4 -m comment --comment Voice CS4 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Voice6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -m set --match-set Voice6 src -j DSCP --set-dscp-class CS4 -m comment --comment Voice CS4 ipset
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Voice6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: FAILURE (2): /usr/sbin/iptables -t mangle -A QOS_MARK_F_eth1 -p udp -m udp -m set --match-set Zoom4 dst -m multiport --dports 8801:8810 -j DSCP --set-dscp-class CS3 -m comment --comment Zoom CS3 VI
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: iptables: LAST ERROR: iptables v1.8.4 (legacy): Set Zoom4 doesn't exist. Try `iptables -h' or 'iptables --help' for more information.
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: FAILURE (2): /usr/sbin/ip6tables -t mangle -A QOS_MARK_F_eth1 -p udp -m udp -m set --match-set Zoom6 dst -m multiport --dports 8801:8810 -j DSCP --set-dscp-class CS3 -m comment --comment Zoom CS3 VI
Sat Jan 16 18:12:31 2021 user.notice SQM: ERROR: cmd_wrapper: ip6tables: LAST ERROR: ip6tables v1.8.4 (legacy): Set Zoom6 doesn't exist. Try `ip6tables -h' or 'ip6tables --help' for more information.
Sat Jan 16 18:12:31 2021 daemon.debug dnsmasq[7906]: listening on ifb4eth1(#38): fe80::248f:dff:fe94:8be9%ifb4eth1 port 53
Sat Jan 16 18:12:31 2021 user.notice SQM: ctinfo_4layercake.qos was started on eth1 successfully
been a while since i've messed with that script... but as a really quick workaround ( while I look into it ) you can paste this at the top of the ipt_setup function in that script...
ipset -q create BE4 hash:ip
ipset -q create Voice4 hash:ip
ipset -q create Bulk4 hash:ip
ipset -q create Zoom4 hash:ip
ipset -q create Vid4 hash:ip
ipset -q create Voice6 hash:ip family inet6
ipset -q create Zoom6 hash:ip family inet6
ipset -q create Vid6 hash:ip family inet6
ipset -q create BE6 hash:ip family inet6
ipset -q create Bulk6 hash:ip family inet6
from what I can see... it looks like it kinda needs to be edited a bit manually anyway... there is a ctinfo 5 at LDIR github... maybe it has newer setup code?... TBH I never looked what was required to properly install them so if you figure it out let me know!