Tunnel endpoint discovery

Tunnel endpoint discovery

 

Tunnel endpoint discovery
Tom Lancaster

Occasionally, you may experience a scenario where two networks need to be able to communicate securely with one another, but the path between them is somewhat volatile. For example, one or more of your routers may be acquiring a dynamic address, perhaps via DHCP, but it is always advertising the same networks.

The problem configuring a typical IPSec VPN in this situation is that you don't know what peer IP addresses to use, because they keep changing. Several vendors have solutions known as "dynamic IPSec" which allow one router with a variable IP address to initiate an IPSec tunnel with a hub router. This works great as long as the hub router's address doesn't change.

However, if both routers have addresses that change, consider using a novel solution by Cisco called Tunnel Endpoint Discovery (TED). Basically, the only static configuration on the router is the pre-shared key and an access-list that tells the router what traffic should be encrypted.

It works like this: When the router needs to send encrypted traffic from one network to another, it will send a packet from itself to the remote network, unencrypted. As it passes a router configured for Tunnel Endpoint Discovery, that router will drop the packet, and respond to the other router with a TED probe packet, which contains its own IP address. The first router will then reply to the TED probe. Now that both

    Requires Free Membership to View

    By submitting your registration information to SearchNetworking.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchNetworking.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

routers know each other's IP addresses, they can use IKE to swap keys and setup encryption.

Like many dynamic solutions, TED takes a little longer to setup, but has a simpler configuration.


Thomas Alexander Lancaster IV is a consultant and author with over ten years experience in the networking industry, focused on Internet infrastructure.


This was first published in January 2002

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.