Hi there,
I'm implementing a new firewall and IPSEC gateway based on FreeBSD 8.4. To get IPSEC working I've copied the GENERIC configuration and put the following lines inside:
like the FreeBSD Handbook has suggested me.
I've gotten successful my IPSEC tunnels up. But is it possible to load just modules only? Without compiling a new kernel. Because I like freebsd-update very much and I want to still use it without any hassle
Cheers Darko
I'm implementing a new firewall and IPSEC gateway based on FreeBSD 8.4. To get IPSEC working I've copied the GENERIC configuration and put the following lines inside:
Code:
options IPSEC
options IPSEC_DEBUG
options IPSEC_NAT_T
device crypto
like the FreeBSD Handbook has suggested me.
I've gotten successful my IPSEC tunnels up. But is it possible to load just modules only? Without compiling a new kernel. Because I like freebsd-update very much and I want to still use it without any hassle

Cheers Darko