Search: Home Bugtraq Vulnerabilities Mailing Lists Jobs Tools Vista
Zero to IPSec in 4 minutes
Dragos Ruiu

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.

Submit Comment Mode:
Name:
Subject:
Message:
 
  Enter the characters that appear above
 
rc.conf typo? 2006-03-06
nikns
There should be

isakmpd_flags="-K"

instead of isakmpd="-K", since

# grep isakmpd /etc/rc

# $isakmpd_flags is imported from /etc/rc.conf;

# If $isakmpd_flags == NO, isakmpd isn't run.

if [ X"${isakmpd_flags}" != X"NO" ]; then

echo 'starting isakmpd'; isakmpd ${isakmpd_flags}

...

[ more ]  





 

Privacy Statement
Copyright 2008, SecurityFocus