FreeBSD and Jails
m |
|||
Line 12: | Line 12: | ||
PDF book with all the chapters above: [{{fullurl:Category:FreeBSDSetup|action=pdfbook}} FreeBSD Setup Guide] | PDF book with all the chapters above: [{{fullurl:Category:FreeBSDSetup|action=pdfbook}} FreeBSD Setup Guide] | ||
− | ==== Securing your | + | ==== Securing your host's SSH server ==== |
− | If you followed the above BSD HowTo you already protected the host systems SSH port via TCP wrapper (by entries in the /etc/hosts.allow file). However, improvements are possible to protect your host | + | If you followed the above BSD HowTo you already protected the host systems SSH port via TCP wrapper (by entries in the /etc/hosts.allow file). However, improvements are possible to protect your host system's SSH port. This is, what this additional HowTo is about. |
#'''[[FreeBSD SSH port security 1|Introduction to SSH daemon security]] | #'''[[FreeBSD SSH port security 1|Introduction to SSH daemon security]] | ||
#'''[[FreeBSD SSH port security 2|Setting up the PF packet filter]] | #'''[[FreeBSD SSH port security 2|Setting up the PF packet filter]] | ||
− | #'''[[FreeBSD SSH port security 3|Setting up | + | #'''[[FreeBSD SSH port security 3|Setting up fail2ban]] |
PDF book with all the chapters above: [{{fullurl:Category:FreeBSDSSHSetup|action=pdfbook}} FreeBSD secure SSH Setup Guide] | PDF book with all the chapters above: [{{fullurl:Category:FreeBSDSSHSetup|action=pdfbook}} FreeBSD secure SSH Setup Guide] |
Revision as of 15:12, 23 March 2010
HowTo setup a secure server using FreeBSD and Jails
This is a description on how to setup a FreeBSD host system and two FreeBSD jails on an ordinary rootserver to run two Jondonym mixes in the BSD jails created. You do not need to be familiar with FreeBSD but you should have some experiences with any Unix or Linux operating system and managing servers remotely via KVM and SSH. Of course, when setting up a server with FreeBSD you lateron must learn more about FreeBSD. This document can only provide you the right track to set up the box efficiently and with the right structures.
- Introduction to BSD and BSD Jails
- IP addresses, partitions
- Setting up the FreeBSD host system
- Setting up the FreeBSD host system for Jails
- Setting up the Jails
- Updating the FreeBSD host system
PDF book with all the chapters above: FreeBSD Setup Guide
Securing your host's SSH server
If you followed the above BSD HowTo you already protected the host systems SSH port via TCP wrapper (by entries in the /etc/hosts.allow file). However, improvements are possible to protect your host system's SSH port. This is, what this additional HowTo is about.
PDF book with all the chapters above: FreeBSD secure SSH Setup Guide