FOP Password

Squishy

New Member
Joined
Jan 27, 2009
Messages
25
Reaction score
0
Any idea why this error is occurring?

What is the security code that I need to type in?
 
Oops! I put the box on a real world IP and
now the "passw0rd" password isn't working.

Also, I notice that I keep needing to login
to my /var/www/html .htpasswd prompt
quite frequently.

Any suggestions?
 
Thank you Mr. Mundy. Nice article. Great advice.

Even though there were log entries for banned
IPs in /var/log/fail2ban.log, I wanted to make
sure we were getting maximum protection, so:

find / -name "*jail.conf*"

Nothing showed. Confirm:

ps aux | grep fail2ban-server | grep -v grep

Nothing.

OK, let's upgrade:

cd /root
mkdir fail2ban
cd fail2ban
wget http://pbxinaflash.net/source/fail2ban/fail2ban-update
chmod +x fail2ban-update
./fail2ban-update
service fail2ban restart

Now looking even better.

Love that SIP lockout. Since we allow our phones to
go all over the world, don't want to restrict to a
particular IP range. We use very secure passwords
on the extensions, so a bot will locked out quickly
thanks to fail2ban.

Wondering if http/https is protected by fail2ban
as well? From the log file it appears to be. But
on http://nerdvittles.com/?p=580 it only says:

"FTP, SSH, SIP, and IAX..."

Things we do that weren't mentioned in that article:

Don't use passwords on SSH, only keys. Restrict
SSH logins in hosts.allow to certain IPs

Run ZenMap against the server before putting on
a real world IP. Close all unused ports in iptables.
On ports that are open, try to use https.
 

Members online

No members online now.

Forum statistics

Threads
26,686
Messages
174,407
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