Asterisk Stop Registering Lines on Public Side

klysdale

New Member
Joined
Feb 17, 2011
Messages
3
Reaction score
0
I had lines registering via the public internet for a while. They are no longer registering. Wireshark sees the attempts but Asterisk SIP debug does not. It appears to be failing at the OS level. I disable IPtables to see if it was interfering. I also wanted to disable fail2ban as well but the disable-fail2ban script indicates I don't have it running even though I believe I do. I suspect some automated mechanism is blocking these registrations. Private IP works well. Any guidance on items to check would be much appreciated!!!
 
Example:

Check if fail2ban is running?

Code:
$ ps -ae |grep fail

No.

Start fail2ban, check if it's running?

Code:
$ service fail2ban start
Starting fail2ban:                                         [  OK  ]
$ ps -ae |grep fail
 1411 ?        00:00:00 fail2ban-server

Yes.

Stop fail2ban again, check to see if it's running?

Code:
$ service fail2ban stop
Stopping fail2ban:                                        [  OK  ]
$ ps -ae |grep fail

Nope.
 
If iptables is not running then fail2ban won't run. fail2ban relies on iptable to block ip addresses.
 
Thanks for the syntax. Fail2ban was running. I stopped it and still no go. I will check other avenues tomorrow.
 

Members online

No members online now.

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top