Tag Archives: isakmp

Fast and Secure VPN setup with OpenBSD 4.5

Premise Setting up VPN with IPsec using public / private key authentication between two networks using OpenBSD firewalls. Concept Each VPN concentrator will have the public key fo the other machine, and one of the VPN concentrators will be designated … Continue reading

Posted in OpenBSD | Tagged , | Leave a comment

Debugging an OpenBSD 4.5 ISAKMP VPN problem

There is some very good info here:http://www.allard.nu/openbsd/ specifically, I found the following hints helpful: ‘isakmpd -d’ Start isakmpd with ‘isakmpd -d’. Isakmpd will output things like wrong file permissions and typos in the configuration file. On connect you might see … Continue reading

Posted in OpenBSD | Tagged , , | 1 Comment

Setting up a VPN between OpenBSD 4.5 and Cisco PIX

The original of this HOWTO was here: OpenBSD – PIX ISAKMP VPN Setting up an ISAKMP VPN tunnel between OpenBSD 4.5 and Cisco Pix Configuration: Site A: OpenBSD 4.5 Internal Network: 192.168.0.0/24 External IP: 1.1.1.1 Site B: Cisco Pix 6.1 … Continue reading

Posted in OpenBSD | Tagged , , , | Leave a comment