Re: ipsec.conf - format of key specification

2007-09-13 Thread Stuart Henderson
On 2007/09/13 11:43, Jeff Simmons wrote: > What is the proper format for entering manual keys directly into the > ipsec.conf file? > > Test file ipsec.test: > > esp from 10.0.0.1 to 10.0.1.1 \ > spi 0x1011:0x1010 \ > auth hmac-sha1 enc aes \ > authkey "12345678901234567890123456789012345

ipsec.conf - format of key specification

2007-09-13 Thread Jeff Simmons
What is the proper format for entering manual keys directly into the ipsec.conf file? Test file ipsec.test: esp from 10.0.0.1 to 10.0.1.1 \ spi 0x1011:0x1010 \ auth hmac-sha1 enc aes \ authkey "1234567890123456789012345678901234567890" \ enckey "12345678901234567890123456789012" \ # ips