Ask HN: Do I need a hardware firewall for my first dedicated server?
I'm getting ready to deploy the first phase of my app on a dedicated machine. Phase I is not public, meaning it has no web site, other than the one I use to administrate the app, and it takes no connections other than SSH. I will be running the latest Ubuntu Server, and using UFW for the firewall.
Question is, should I spend the $50 that Softlayer asks for a 10Mbps hardware firewall? Is Ubuntu's firewall enough?
10 comments
[ 6.7 ms ] story [ 32.2 ms ] threadI think you really get some performance features (like SSL offloading...etc)
Then spend the money saved on the hardware firewall on more frequent and offsite backups of crucial data.
2) if you can, require a certificate to connect rather than a password
3) disallow root to ssh and then IPban anyone who tries to login as root
I use this http://www.maht0x0r.net/denial.html
I wrote it a long time ago, I might do it slightly different now but it's been running for 5 years or so.