(racoon 750) Re: make sure remote uses correct subnet

Francis Dupont <[email protected]> Fri, 17 Sep 2004 18:42:18 +0200
Newsgroups gmane.network.ipv6.kame.racoon
Message-ID <[email protected]>
 In your previous mail you wrote:

   My problem:
   The to connectet subnets are defined in an sainfo. How can i link an
   sainfo with a remote?
   
=> with the authorization stuff which is not (yet? :-) in the manual
but is in the parser: "sainfo <idsrc> <iddst> from <id1>" where
id1 is the phase one ID.
For instance on my MIPv6 home agent sainfos for the mobile eaqueare:

sainfo
 address 2001:688:1f99:50:2c0:9fff:fe2b:d3a3 135
 address 2001:688:1f99:50:204:76ff:fe9e:664d 135
 from fqdn "eaque"
{
...
}

sainfo
 address ::/0 135
 address 2001:688:1f99:50:204:76ff:fe9e:664d 135
 from fqdn "eaque"
{
...
}

Regards

[email protected]