- Joined
- Sep 23, 2020
- Messages
- 6
- Reaction score
- 0
Hi there,
I just recently started using 3CX, I have it installed on a Debian 9 cloud server. So far, I've been getting a lot of messages about blacklisted IPs. After changing the default port (5001) things got quite better, I started using the integrated console restrictions as well, but still I get blacklisted IP messages all the time. My question here is:
Is this normal? Can I improve my security somehow? Because I've changed the default policy of iptables to "DROP" and only allowed certain IPs to reach the admin console, but the list is getting quite huge and things start to get slow. What would you say are your "must haves" on fresh 3cx installations when it comes to security? Here are my current rules:
I only leave the 5000 as default, then the ... on the default rules represent the custom ports I use.
Thank you in advance.
Regards
I just recently started using 3CX, I have it installed on a Debian 9 cloud server. So far, I've been getting a lot of messages about blacklisted IPs. After changing the default port (5001) things got quite better, I started using the integrated console restrictions as well, but still I get blacklisted IP messages all the time. My question here is:
Is this normal? Can I improve my security somehow? Because I've changed the default policy of iptables to "DROP" and only allowed certain IPs to reach the admin console, but the list is getting quite huge and things start to get slow. What would you say are your "must haves" on fresh 3cx installations when it comes to security? Here are my current rules:
Code:
Chain INPUT (policy DROP)
num target prot opt source destination
1 ACCEPT udp -- anywhere 224.0.1.75
2 ACCEPT tcp -- anywhere anywhere multiport dports 5000... tcp flags:FIN,SYN,RST,ACK/SYN ctstate NEW
3 ACCEPT udp -- anywhere anywhere multiport dports ...
4 ACCEPT udp -- anywhere 224.0.1.75
5 ACCEPT tcp -- anywhere anywhere multiport dports 5000... tcp flags:FIN,SYN,RST,ACK/SYN ctstate NEW
6 ACCEPT udp -- anywhere anywhere multiport dports ...
7 ACCEPT tcp -- my ip anywhere state NEW,RELATED,ESTABLISHED tcp dpt:sshport
8 ACCEPT tcp -- my ip anywhere tcp dpt:custom console port
Chain FORWARD (policy DROP)
num target prot opt source destination
Chain OUTPUT (policy ACCEPT)
num target prot opt source destination
I only leave the 5000 as default, then the ... on the default rules represent the custom ports I use.
Thank you in advance.
Regards