This short article looks at how to get a fully functional IPSec VPN up and running between two fresh OpenBSD installations in about four minutes flat.
Expand all |
Post comment
|
Zero to IPSec in 4 minutes
This short article looks at how to get a fully functional IPSec VPN up and running between two fresh OpenBSD installations in about four minutes flat.
Expand all |
Post comment
|
|
|
Privacy Statement |
# Set up two tunnels using automatic keying with isakmpd(8):
#
# First between the networks 10.1.1.0/24 and 10.1.2.0/24,
# second between the machines 192.168.3.1 and 192.168.3.2.
# Use FQDNs as IDs.
ike esp from 10.1.1.0/24 to 10.1.2.0/24 peer 192.168.3.2 srcid me.mylan.net dstid the.others.net
ike esp from 192.168.3.1 to 192.168.3.2 srcid me.mylan.net dstid the.others.net
And copy the public keys to fqdn instead of ipv4
[ reply ]
Link to this comment: http://www.securityfocus.com/comments/infocus/1859/552#552