PDA

View Full Version : [Solved] How To Secure FreeBSD VPS?


N4is3N
September 2nd, 2010, 21:26
Hi All...

i have a VPS with FreeBSD 7.0 installed. I use for my Wordpress website.

How do I protect my FreeBSD VPS from a variety of attacks? such as DDoS, Brute Force, rooting, etc.?

Thanks before ;)

graudeejs
September 2nd, 2010, 22:27
security
http://forums.freebsd.org/showthread.php?t=4108

gordon@
September 2nd, 2010, 23:29
DDoS: You can't really.
Brute Force: Use non obvious passwords
Rooting: Install ports-mgmt/portaudit to audit ports for vulnerabilities. Subscribe to the security advisories list and keep an up to date system.

N4is3N
September 3rd, 2010, 11:03
Ok, thanks all... :)

it really helpful