<?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>System Network Programming Solution - Linux - windows - centos- security- cpanel - plesk -directadmin helm&#187; VPN</title>
	<atom:link href="http://thegioinguonmo.com/tag/vpn/feed/" rel="self" type="application/rss+xml" />
	<link>http://thegioinguonmo.com</link>
	<description>SHARING EVERYTHING</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:45:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Howto: Enable TUN module on a VPS for VPN</title>
		<link>http://thegioinguonmo.com/os/linux/howto-enable-tun-module-on-a-vps-for-vpn.html</link>
		<comments>http://thegioinguonmo.com/os/linux/howto-enable-tun-module-on-a-vps-for-vpn.html#comments</comments>
		<pubDate>Wed, 07 Dec 2011 06:53:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[host server]]></category>
		<category><![CDATA[modprobe]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[TUN]]></category>
		<category><![CDATA[VEID]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=816</guid>
		<description><![CDATA[TUN module is required to configure VPN (Virtual Private Network) tunneling on a VPS,. The TUN module has to be enabled on the Hardware node as well as on the VPS from the node itself.  Login to your Host server and execute the following command: First check if the TUN module is enabled on the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>TUN module is required to configure VPN (Virtual Private Network) tunneling</strong> on a VPS,. The TUN module has to be enabled on the Hardware node as well as on the VPS from the node itself.  <strong>Login to your Host server and execute the following command:</strong></p>
<p><strong>First check if the TUN module is enabled on the hardware node:</strong></p>
<blockquote>
<pre><strong><code>lsmod | grep tun</code></strong></pre>
</blockquote>
<p>If not, <strong>load the module using modprobe</strong>:</p>
<blockquote>
<pre><strong><code>modprobe tun</code></strong></pre>
</blockquote>
<p>Now, <strong>enable the TUN module on a VPS:</strong></p>
<blockquote>
<pre class="brush:shell">vzctl set VEID --devices c:10:200:rw --save
vzctl exec VEID mkdir -p /dev/net
vzctl exec VEID  mknod /dev/net/tun c 10 200
vzctl exec VEID  chmod 600 /dev/net/tun</pre>
</blockquote>
<p><strong>where, VEID is the VPS ID</strong> you want to enable the TUN module on. Once done, you can configure VPN on the VPS using any available vpn server like OpenVPN.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/linux/howto-enable-tun-module-on-a-vps-for-vpn.html" title="access vpn after enabling tun module for vps">access vpn after enabling tun module for vps</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/howto-enable-tun-module-on-a-vps-for-vpn.html" title="check tun module on vps">check tun module on vps</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/howto-enable-tun-module-on-a-vps-for-vpn.html" title="enable tun module">enable tun module</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/howto-enable-tun-module-on-a-vps-for-vpn.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: thegioinguonmo.com @ 2012-02-07 10:38:38 -->
