(racoon 724) RE: racoon + Cisco VPN Client

Eric Polin <[email protected]> Fri, 10 Sep 2004 13:58:54 -0400
Newsgroups gmane.network.ipv6.kame.racoon
Message-ID <E43893C999DDDB42BF8439D139C41224011E5903@invalid.168.192.in-addr.arpa>
First off, great job on the patch! 

I was looking at the patch, looks very nice. I was wondering if I needed to
recompile racoon with libradius?

:159  -> yyerror("racoon not built --with-libradius");

Also, I have seen a NAT-T patch for racoon; I was wondering if I could use
both of these patches against racoon?

Thanks,

Eric Polin 
Systems Engineer I 

-----Original Message-----
From: Shoichi Sakane [mailto:[email protected]] 
Sent: Friday, September 10, 2004 2:58 AM
To: [email protected]
Cc: [email protected]; [email protected];
[email protected]
Subject: (racoon 723) Re: racoon + Cisco VPN Client

umm, i forgot to attach the patch to the previous mail. 

> >> Newer racoon + hybrid auth support can be found here:
> >>  http://ftp.espci.fr/shadow/manu/racoon-20040828.tgz
> 
> >> Anyone can tell me if this is going to be integrated in KAME repository
> >> one day?
> 
> > > We had no environment to test these features.
> > > Have you verified if any trouble exists with the additional changes?
> > > if you have, we'll commit the code to racoon CVS tree.
> 
> > I used the code and had no problem with it. It works and I'm not aware 
> > of any problem it introduces, but I cannot swear it does't break
something 
> > else. Given the nature of the changes, there are little chances it could

> > breaks something, though.
> 
> i made the patch for the current racoon in the repository
> to support the features.  i attached it to this mail.
> could anyone apply it and check if the features would be enable ?
> to enable the features, use --enable-hybrid option when you
> run the configure command.
> 
> 	% patch -p1 < racoon-hybrid.patch
> 	% ./configure --enable-hybrid
> 	% make
> 
> if the patch will work fine, i will commit it soon.