1 Dec 2011 02:45
Re: Discovery (Was: Preparing a charter change for P2P VPN)
Mike Sullenberger <MLS <at> cisco.com>
2011-12-01 01:45:50 GMT
2011-12-01 01:45:50 GMT
It looks to me like this "discovery" ends up being:
1. a new end-node securely connecting to a known trusted server (hub)
2. registering itself (attributes, protected subnets) with the hub
3a. waiting for another end-node to find it via the hub, because that
end-node has data traffic for it.
3b. or trying to find another end-node via the hub, because it has
data traffic for it.
Step 1. Is logically done using some level of IPsec, though I would say that
you also need another tunneling protocol like GRE to facilitate the
other steps.
Step 2. The Attribute part of step 2. could be done via IKE or NHRP. I would
argue for using NHRP, since it already has the base functionality
and it would be easy to add more attribute passing.
Step 2. The advertising of protected subnets, could be done using IKE or NHRP,
but if you use either of these then you would end up creating another
Routing Protocol, which seems like a waste of time when there are
routing protocols that you could use for this (RIP, OSPF, BGP).
As end-nodes come and go access to the protected networks that
they serve comes and goes. So you need to be able to dynamically
advertise and revoke access to these protected subnets.
Also to provide redundancy you will likely have at least two
end-nodes (securuty gateways) that are providing access to the
same set of protected subnets. To provide different levels of
load-balancing and redundnacy you are going to need to be able
(Continue reading)
RSS Feed