Trying to play with the fwknop Entware NG package (port knocking single packet authorization- see demo ) and have some questions:
1. After Quick Start (generate keys, fill .conf file) service started ok, but syslog show errors
What's wrong with iptables or fwknop?
2. I see OpenWRT has Interface for fwknop from demo above. Is it possible to port this interface into Merlin firmware?
1. After Quick Start (generate keys, fill .conf file) service started ok, but syslog show errors
Code:
Feb 22 07:32:33 fwknopd[2758]: delete_all_chains() Error -7 from cmd:'/opt/sbin/iptables -t filter -F FWKNOP_INPUT':
Feb 22 07:32:33 fwknopd[2759]: run_extcmd(): could not fdopen() pipe output file descriptor.
Feb 22 07:32:33 fwknopd[2759]: delete_all_chains() Error -7 from cmd:'/opt/sbin/iptables -t filter -X FWKNOP_INPUT':
Feb 22 07:32:33 fwknopd[2760]: run_extcmd(): could not fdopen() pipe output file descriptor.
Feb 22 07:32:33 fwknopd[2760]: delete_all_chains() Error -7 from cmd:'/opt/sbin/iptables -t filter -X FWKNOP_INPUT':
Feb 22 07:32:33 fwknopd[2761]: run_extcmd(): could not fdopen() pipe output file descriptor.
Feb 22 07:32:33 fwknopd[2762]: run_extcmd(): could not fdopen() pipe output file descriptor.
Feb 22 07:32:33 fwknopd[2762]: delete_all_chains() Error -7 from cmd:'/opt/sbin/iptables -t filter -D INPUT -j FWKNOP_INPUT':
Feb 22 07:32:33 fwknopd[2763]: run_extcmd(): could not fdopen() pipe output file descriptor.
Feb 22 07:32:33 fwknopd[2764]: run_extcmd(): could not fdopen() pipe output file descriptor.
2. I see OpenWRT has Interface for fwknop from demo above. Is it possible to port this interface into Merlin firmware?