View Single Post
  #1   (View Single Post)  
Old 25th May 2012
sparky's Avatar
sparky sparky is offline
Fdisk Soldier
 
Join Date: Mar 2012
Posts: 73
Default OpenBSD 5.1 ipsec pre-shared key not sending?

Hi,

I recently managed to configure an IPSEC over GRE tunnel between a Cisco router and OpenBSD 5 RELEASE 64bit edition.


I am now attempting to do the same between OpenBSD 5.1 x64 RELEASE however, the router is complaining that OpenBSD isn't sending the 'pre-shared-key'???


My previous posting for the initial configuration was here:

http://www.daemonforums.org/showthread.php?t=6911


ipsec.conf file having permissions 600 has this inside it:

Code:
ike esp from 0.0.0.0/0 to 0.0.0.0/0 peer 192.168.0.1 main auth hmac-md5 enc 3des group modp1536 \
quick auth hmac-md5 enc 3des psk "secret"
the "secret" after "psk" has been put in properly however, for some reason the Cisco is complaining that it isn't being sent?

This is a different router using a different IOS version so that might have something to do with it. though it is unlikely as the configuration of both systems is the same with only the IP addresses and pre-shared-key different.


Outside of /var/log/daemon where does ipsec and isakmp log to?


Can anyone help me out or suggest anything?


Thanks.
Reply With Quote