How to Secure Your Asterisk Server. A walk-through using iptables (and commands)
You have an Asterisk server and it probably isn’t secured properly. Here is how to do it using iptables. These commands don’t address SIP rtp ports, because we don’t need to worry about them. RTP traffic is dependent on SIP signaling to make it work. If we can’t get the SIP signaling messages, asterisk doesn’t […]
SSH Session Disconnecting? Here’s the solution. (solved)
Maybe it’s just me, but I constantly get annoyed with my ssh sessions disconnecting due to inactivity. It’s common for me to keep multiple sessions open throughout the day while I’m working. I like to monitor machines or just have those sessions handy. Well, there are a two solutions that work. (One client side, and […]
Quick and Easy Openfire Install on Centos 6.3
A few quick steps. yum install java glibc.i686 This installs the dependencies. go to http://igniterealtime.org and download the openfire rpm. cd /whatever.directory.you.downloaded.to yum install ./openfire*rpm service openfire start Navigate in your browser to: http://ip.address.of.the.openfire.server:9090 Follow the pages and you’re done. It’s a 3 minute install. Cheers.