- Joined
- Jul 10, 2018
- Messages
- 6
- Reaction score
- 0
Hi, I have facing this issue from 3CX v 15.5 on Debian 9.4
As we have config to only open port 5060,5090 on IPTable to some specific trust source IP only. But after save IPTable file and reboot server, seem 3CX PBX auto add rule to Open Port 5060,5090 to ALL on IPTable
As 2 this line:
-A INPUT -p tcp -m multiport --dports 5000,5001,5060,5061,5090 -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -m conntrack --ctstate NEW -j ACCEPT
-A INPUT -p udp -m multiport --dports 5060,5090 -j ACCEPT
Is there any way to disable this on 3CX or Debian. Because we don't need to pubic 5060 port to all.
Thanks you!!!
As we have config to only open port 5060,5090 on IPTable to some specific trust source IP only. But after save IPTable file and reboot server, seem 3CX PBX auto add rule to Open Port 5060,5090 to ALL on IPTable
As 2 this line:
-A INPUT -p tcp -m multiport --dports 5000,5001,5060,5061,5090 -m tcp --tcp-flags FIN,SYN,RST,ACK SYN -m conntrack --ctstate NEW -j ACCEPT
-A INPUT -p udp -m multiport --dports 5060,5090 -j ACCEPT
Is there any way to disable this on 3CX or Debian. Because we don't need to pubic 5060 port to all.
Thanks you!!!