View Single Post
  #1   (View Single Post)  
Old 29th August 2011
wesley wesley is offline
Real Name: Wesley
Shell Scout
 
Join Date: Aug 2009
Location: Reunion Island
Posts: 92
Default ikev2 between win7 and OpenBSD

Hi,

I'm trying to build a vpn between a win7 workstation and an OpenBSD 4.9 gateway.

win7:192.168.0.7--->oBSD:192.168.0.49(em0);10.10.10.49(rl0)

On the OpenBSD Box, PF is disabled, my /etc/iked.conf looks like :

user "wesley" "password123"
ikev2 "win7" esp \
from 10.10.10.0/24 to 192.168.0.0/24 \
peer any local any \
eap "mschap-v2" \
config address 10.10.10.7 \
tag "$name-$id"

I also done this :
ikectl ca win7vpn create ; ikectl ca win7vpn install; ikectl ca win7vpn export;
iked -dvvv

I installed ca.crt on win7 machine and try to connect; It doesn't work.
If someone can help me ?

Thank you very much!

Cheers,

Wesley.
Reply With Quote