IPSec and FreeBSD

Сборка ядра

Для начала добавим в ядро поддержку IPSEC:

 options         IPSEC
 options         IPSEC_ESP
 options         IPSEC_DEBUG
# cd /usr/ports/security/ipsec-tools/ && make install clean