Penguin
Annotated edit history of L2TP version 1, including all changes. View license author blame.
Rev Author # Line
1 CraigBox 1 [Acronym] for __L__ayer __2__ __T__unnelling __P__rotocol.
2
3 L2TP is a [VPN] protocol that is an extension to the [PPP] protocol, taking the best from [PPTP] from MicrosoftCorporation and L2F from Cisco.
4
5 It is of interest because it is the default method for implementing IPSEC VPN's in Windows 2000+.
6
7 From [SearchNetworking|http://searchnetworking.techtarget.com/sDefinition/0,,sid7_gci493383,00.html]:
8
9 ''The two main components that make up L2TP are the L2TP Access Concentrator (LAC), which is the device that physically terminates a call and the L2TP Network Server (LNS), which is the device that terminates and possibly authenticates the PPP stream.''
10
11 ''PPP defines a means of encapsulation to transmit multiprotocol packets over layer two (L2) point-to-point links. Generally, a user connects to a network access server (NAS) through ISDN, ADSL, dialup POTS or other service and runs PPP over that connection. In this configuration, the L2 and PPP session endpoints are both on the same NAS.''
12
13 ''L2TP uses packet-switched network connections to make it possible for the endpoints to be located on different machines. The user has an L2 connection to an access concentrator, which then tunnels individual PPP frames to the NAS, so that the packets can be processed separately from the location of the circuit termination. This means that the connection can terminate at a local circuit concentrator, eliminating possible long-distance charges, among other benefits. From the user's point of view, there is no difference in the operation.''
14
15 There are at least two L2TP [Daemon]s for [Linux]; __[l2tpd|http://www.l2tpd.org]__ and the the [Roaring Penguin l2tp implementation|http://sourceforge.net/projects/rp-l2tp/].
16
17 If you have pre-Windows 2000 clients to support, look at [Microsoft's L2TP/IPSEC client|http://www.microsoft.com/windows2000/server/evaluation/news/bulletins/l2tpclient.asp].
18
19 Read an excellent guide to using [FreeS/WAN with L2TP|http://www.jacco2.dds.nl/networking/freeswan-l2tp.html].
20
21 -----
22 CategorySecurity, CategoryProtocols