<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Explore &#187; L2TP</title>
	<atom:link href="https://blog.linuxexplore.com/tag/l2tp/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.linuxexplore.com</link>
	<description>Exploring Linux</description>
	<lastBuildDate>Mon, 07 Apr 2014 00:30:50 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>L2TP VPN using rp-l2tpd</title>
		<link>https://blog.linuxexplore.com/2009/07/17/l2tp-vpn-using-rp-l2tpd/</link>
		<comments>https://blog.linuxexplore.com/2009/07/17/l2tp-vpn-using-rp-l2tpd/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 19:43:49 +0000</pubDate>
		<dc:creator><![CDATA[linuxexplore]]></dc:creator>
				<category><![CDATA[L2TP How to]]></category>
		<category><![CDATA[L2TP VPN using rp-l2tpd]]></category>
		<category><![CDATA[Linux Explore How to]]></category>
		<category><![CDATA[L2TP]]></category>
		<category><![CDATA[L2TP Howto]]></category>
		<category><![CDATA[L2TP VPN]]></category>
		<category><![CDATA[L2TP VPN How to]]></category>
		<category><![CDATA[l2tp.conf]]></category>
		<category><![CDATA[Linux Howto]]></category>
		<category><![CDATA[rp-l2tpd]]></category>
		<category><![CDATA[rp-l2tpd configuration]]></category>
		<category><![CDATA[rp-l2tpd howto]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[VPN Howto]]></category>

		<guid isPermaLink="false">http://linuxexplore.wordpress.com/?p=91</guid>
		<description><![CDATA[Prepare the rp-l2tpd Server To configure the rp-l2tpd VPN server, we need a Linux system with least of two network interfaces. I use CentOS 5 Linux operating system for my VPN installation. You can also use other Linux’s flavors, but avoid using Fedora Core 8. Fedora Core 8 has some bug in pppd that doesn’t&#8230;]]></description>
				<content:encoded><![CDATA[<p><strong>Prepare the rp-l2tpd Server</strong></p>
<p>To configure the rp-l2tpd VPN server, we need a Linux system with least of two network interfaces. I use CentOS 5 Linux operating system for my VPN installation. You can also use other Linux’s flavors, but avoid using Fedora Core 8. Fedora Core 8 has some bug in <strong>pppd</strong> that doesn’t accept the connection from client.<img class="aligncenter size-full wp-image-62" title="L2TP VPN" src="http://linuxexplore.files.wordpress.com/2009/07/l2tp-vpn.jpg" alt="L2TP VPN" width="570" height="220" /></p>
<p style="text-align:left;"><a href="http://linuxexplore.wordpress.com/how-tos/l2tp-vpn-using-rp-l2tpd/" target="_self">View more</a></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.linuxexplore.com/2009/07/17/l2tp-vpn-using-rp-l2tpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>L2TP VPN using xl2tpd</title>
		<link>https://blog.linuxexplore.com/2009/07/12/l2tp-vpn-without-ipsec-how-to/</link>
		<comments>https://blog.linuxexplore.com/2009/07/12/l2tp-vpn-without-ipsec-how-to/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 18:26:01 +0000</pubDate>
		<dc:creator><![CDATA[linuxexplore]]></dc:creator>
				<category><![CDATA[L2TP How to]]></category>
		<category><![CDATA[L2TP VPN using xl2tpd]]></category>
		<category><![CDATA[Linux Explore How to]]></category>
		<category><![CDATA[L2TP]]></category>
		<category><![CDATA[L2TP Howto]]></category>
		<category><![CDATA[L2TP VPN]]></category>
		<category><![CDATA[L2TP VPN How to]]></category>
		<category><![CDATA[Linux Howto]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[VPN Howto]]></category>
		<category><![CDATA[xl2tpd]]></category>
		<category><![CDATA[xl2tpd howto]]></category>
		<category><![CDATA[xl2tpd.conf]]></category>

		<guid isPermaLink="false">http://linuxexplore.wordpress.com/?p=80</guid>
		<description><![CDATA[L2TP (Layer 2 Tunneling Protocol) L2TP (Layer 2 Tunneling Protocol) is a tunneling protocol used for VPN. It uses the UDP port 1701 to communicate. It doesn’t have any encryption, but we can encrypt the L2TP packets by using it with IPSec. For theoretical information on L2TP you can visit its Wiki. In Linux, you&#8230;]]></description>
				<content:encoded><![CDATA[<p><strong>L2TP (Layer 2 Tunneling Protocol)</strong></p>
<p>L2TP (Layer 2 Tunneling Protocol) is a tunneling protocol used for VPN. It uses the UDP port 1701 to communicate. It doesn’t have any encryption, but we can encrypt the L2TP packets by using it with IPSec. For theoretical information on L2TP you can visit its Wiki.</p>
<p>In Linux, you can find so many applications to build a L2TP server but there is no proper documentation for this. Also, I think no one is using L2TP VPN today. But my need could solve by L2TP only. I wanted to configure the VPN for some old devices that does support only L2TP VPN.</p>
<p>I use CentOS 5 Linux for VPN server. For VPN application, I use the combination to two applications. One is xl2tpd &amp; rp-l2tpd.</p>
<p><a href="http://linuxexplore.com/how-tos/l2tp-vpn-using-xl2tpd/">View more</a></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.linuxexplore.com/2009/07/12/l2tp-vpn-without-ipsec-how-to/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
