openbsd-ports/security/vpnc/pkg/MESSAGE
sturm 5e4278d527 if it takes the port's maintainer a few hours to remember to disable
kernel-IPsec, this is surely worth a MESSAGE
2005-04-14 14:39:51 +00:00

10 lines
262 B
Plaintext

In order for vpnc to actually get any received IPsec packet, you have
to disable ESP in your kernel like this:
sysctl net.inet.esp.enable=0
If you are behind a NAT gateway, you have to disable UDP encapsulation
as well:
sysctl net.inet.esp.udpencap=0