<font style="font-family: arial,helvetica,sans-serif;" size="2">Hi,<br
/>I'm trying to set up a VPN between an OpenBSD 4.0 and OpenSwan, but so
far I had no success. <br /><br />my ipsec.conf looks like this<br
/>conn obsd-tux<br /> left=171.168.16.1<br />
right=171.168.16.2<br /> type=tunnel<br /> authby=secret<br />
auto=start<br /><br />/etc/ipsec.secret<br />171.168.16.1
171.168.16.2 : PSK "secret"<br /><br />on the BSD machine the
ipsec.conf looks like this:<br />flow esp from 171.168.16.1 to
171.168.16.2<br />ike esp from 171.168.16.1 to 171.168.16.2 psk
"secret"<br />
<br />
I'm stuck in phase one and the log file lists this<br />
"packet from 171.168.16.1: ignoring informational payload, type
NO_PROPOSAL_CHOSEN"<br />
"packet from 171.168.16.1: received and ignored informational
message"<br /><br />What am I doing wrong here? <br />Are those
systems not compatible? <br />Do I miss some needed detail for a
connection??<br /></font>