subscribe to our Youtube
14214 questions
16860 answers
27742 comments
54356 members
Hello, on RUT240 with new FW RUT2_R_00.07.01, the following firewall custom rules does not work:
iptables -I output_rule -o wwan0 -p udp -m udp --dport 53 -m string --hex-string "|04|pool|03|ntp|03|org" --algo bm -j ACCEPT The same rule on the old FW (RUT2XX_R_00.01.14.3) worked fine. When I force /etc/init.d/firewall restart, I got the following error:
* Running script '/etc/firewall.user' iptables v1.8.7 (legacy): Couldn't load match `string':No such file or directory Try `iptables -h' or 'iptables --help' for more information.
Hello, I am testing the new firmware RUT2_R_00.07.02.1, since I see that in the changelog this issue should be solved: https://wiki.teltonika-networks.com/view/RUT240_Firmware_Downloads However, it seems that the issue is still present:
* Running script '/etc/firewall.user' iptables v1.8.7 (legacy): Couldn't load match `string': No such file or directory
Am I missing something?