-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 15.0.19
-
Fix Version/s: None
-
Component/s: Firewall
-
Labels:None
-
Sprint:Sprint 63
-
ToDo:
-
Asterisk Version:16
-
Distro Version:15
-
Distro:FreePBX Distro
See forum threads: https://community.freepbx.org/t/iptables-error-after-module-update/78375
https://community.freepbx.org/t/firewall-bug-ticket-for-repeated-error/78636
Repeated error showing in firewall log due to missing port number somewhere.
Sample log:
Oct 13 15:21:12 uc-x php: /sbin/ip6tables -w5 -W10000 -F fpbxsvc-api
Oct 13 15:21:12 uc-x php: /sbin/ip6tables -w5 -W10000 -A fpbxsvc-api -p tcp -m tcp --dport -j ACCEPT
Oct 13 15:21:12 uc-x php: /sbin/iptables -w5 -W10000 -F fpbxsvc-api
Oct 13 15:21:12 uc-x php: /sbin/iptables -w5 -W10000 -A fpbxsvc-api -p tcp -m tcp --dport -j ACCEPT
Oct 13 15:21:12 uc-x php: /sbin/ip6tables -w5 -W10000 -F fpbxsvc-api_ssl
Oct 13 15:21:12 uc-x php: /sbin/ip6tables -w5 -W10000 -A fpbxsvc-api_ssl -p tcp -m tcp --dport -j ACCEPT
Oct 13 15:21:12 uc-x php: /sbin/iptables -w5 -W10000 -F fpbxsvc-api_ssl
Oct 13 15:21:12 uc-x php: /sbin/iptables -w5 -W10000 -A fpbxsvc-api_ssl -p tcp -m tcp --dport -j ACCEPT