[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 01905) Re:



Hello, 

Thank you for your using USAGI IPsec

On Thu, 17 Oct 2002 17:24:24 +0200
"Andrea" <a.buc@xxxxxxxxxx> wrote:

> Hello,
> I'm trying to use Usagi IPsec v1.18...
> I followed the instructions but i miss the files ipsec.conf, ipsec.secrets and ipsec-set..
> do you know why?
> thanks

ipsec_set is installed when you install pfkey command

in somewhere/usagi/pfkey
$./configure
$make
#make install

ipsec.conf and ipsec.secrets are configuration files
and you write them yourself.

in ipsec.conf you write like these at least
-------------------------------------------
conn CONNECTION
	af=inet6
	authby=secret
	left=YOUR_IPV6_ADDRESS
	right=ANOTHER_IPV6_ADDRESS
	auth=ah
	ah=hmac-md5-96
	esp=3des-md5-96
-------------------------------------------

in ipsec.secrests
-------------------------------------------
YOUR_IPV6_ADDRESS ANOTHER_IPV6_ADDRESS: PSK "YOUR_PRESHAREDE_KEY"
-------------------------------------------

regards,

--Kazunori Miyazawa(YOKOGAWA Electric Corporation)