<?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>LinuxHostingSupport &#187; virtuozzo node and PPP module</title>
	<atom:link href="http://linuxhostingsupport.net/blog/tag/virtuozzo-node-and-ppp-module/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxhostingsupport.net/blog</link>
	<description>Everything About _Linux WebHosting_</description>
	<lastBuildDate>Tue, 15 May 2012 15:39:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PPP module in a VPS/Container</title>
		<link>http://linuxhostingsupport.net/blog/ppp-module-in-a-vpscontainer</link>
		<comments>http://linuxhostingsupport.net/blog/ppp-module-in-a-vpscontainer#comments</comments>
		<pubDate>Tue, 08 Dec 2009 10:53:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VPS Management]]></category>
		<category><![CDATA[enable PPP module in a VPS]]></category>
		<category><![CDATA[How to enable PPP feature in a VPS/Container?]]></category>
		<category><![CDATA[install PPP module on a VPS]]></category>
		<category><![CDATA[peer-to-peer module on a VPS]]></category>
		<category><![CDATA[PPP module not working on a VPS]]></category>
		<category><![CDATA[PPP module on a openvz server]]></category>
		<category><![CDATA[PPP module on a virtuozzo server]]></category>
		<category><![CDATA[virtuozzo node and PPP module]]></category>
		<category><![CDATA[what is a PPP module?]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=408</guid>
		<description><![CDATA[How to enable PPP feature in a VPS/Container OR steps if PPP module not working on a VPS?
In order to enable PPP feature for a VPS/Container, the Hardware node should have the

ppp_async
ppp_deflate

modules loaded in the kernel. To load the modules on the hardware node, execute

# modprobe ppp_async
# modprobe ppp_deflate

lsmod will list the modules those are active.

# lsmod &#124; grep ppp
ppp_deflate            39168  0
zlib_deflate           52760  1 ppp_deflate
ppp_async              45184  0
crc_ccitt               6337  1 ppp_async
ppp_generic            20165  6 ppp_deflate,ppp_async
slhc                   30561  1 ppp_generic

You now need to enable PPP feature for the VPS:

# vzctl set VEID [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/ppp-module-in-a-vpscontainer/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

