Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Nov 2000 11:35:24 -0800
From:      Boris <koester@x-itec.de>
To:        freebsd-net@FreeBSD.ORG
Subject:   IPSEC Win2k
Message-ID:  <838997467.20001121113524@x-itec.de>

next in thread | raw e-mail | index | archive | help
Hello freebsd-net,

  i have read everything possible, but i canīt find any solution for
  this problem. I have a misunderstanding with ipsec/ike, maybe
  someone point me to the right way.

  I try to setup a connection between my FreeBSD Server
  and my Win2k server box. two machines, nothing special.

  Win2k wants ONE password as shared secret, and my FreeBSD box
  wants TWO passwords (??????). On my BSD Box i have installed racoon.

  This is my currently script for my bsd box, i am new with ipsec/ike
  so i am sure i made something wrong, but i canīt find out what.

  I am sure i have a complete misunderstanding somewhere.
  

#! /bin/sh
#
setkey -D -P -c <<EOF
spdflush;
flush ;
add 192.168.0.99 192.168.0.1 ah 2000 -m transport -A hmac-sha1 "PASSWORD" ;
add 192.168.0.99 192.168.0.1 esp 3000 -m transport -E 3des-cbc "PASSWORD" ;
spdadd 192.168.0.99 192.168.0.1 any -P out ipsec esp/transport/192.168.0.99-192.
168.0.1/require ;

EOF


Can someone help me please?
192.168.0.99 is my BSD Box, 192.168.0.1 is my Win2k server box.

I think i know how to setup the win2k machine, but i canīt setup the
bsd-box -((( I need a suggestion what to do -(((

-- 
Best regards,
 Boris                          mailto:koester@x-itec.de




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?838997467.20001121113524>