SOLVED Fusion Security

Status
Not open for further replies.

s2svoip

Member
Dec 9, 2019
267
8
18
45
Just wondering if its a problem that I see constant INVITE with CALL SETUP on my test deployment. I have fail2ban setup as it comes with the install, and as per the guide https://docs.fusionpbx.com/en/latest/firewall/fail2ban.html I have enabled both freeswitch-ip & auth-challenge-ip.

For my production deployment I lock down the firewall to only the static IPs needed, but for my test one I register from a SIP app on my phone so its not really possible to do that

I think fail2ban is doing its job, but I still see alot of INVITE's
 
You can verify what jails have been set up and what IPs have been put in them with:
Code:
 iptables -nvL

It's also worth noting that later versions of fail2ban do not create jails unless it has something to put in them.
 
  • Like
Reactions: s2svoip
Status
Not open for further replies.