<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://ndcservers.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Wiki vps</title>
        <description></description>
        <link>http://ndcservers.net/wiki/</link>
        <lastBuildDate>Wed, 08 Sep 2010 00:33:53 -0700</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://ndcservers.net/wiki/lib/images/favicon.ico</url>
            <title>Wiki</title>
            <link>http://ndcservers.net/wiki/</link>
        </image>
        <item>
            <title>APF :: Unable to load iptables module on VPS</title>
            <link>http://ndcservers.net/wiki/vps/apf-unable-to-load-iptables?rev=1255112877&amp;do=diff</link>
            <description>This problem can arise depending on the kernel configuration of your VPS host.

Try setting  in /etc/apf/conf.apf.

Then restart APF using .

apf,
	iptables,
	VPS</description>
        <category>apf</category>
        <category>iptables</category>
        <category>VPS</category>
            <pubDate>Fri, 09 Oct 2009 11:27:57 -0700</pubDate>
        </item>
        <item>
            <title>Logging into your VPS Console</title>
            <link>http://ndcservers.net/wiki/vps/console-access?rev=1255113126&amp;do=diff</link>
            <description>Logging into your VPS Console


The VPS console is a very handy utility that can be used when you otherwise cannot access your server via the normal network interface. The console is however intended primarily for use as a recovery tool, so in normal operating conditions it is recommended to access your server via root SSH to the base IP.</description>
        <category>console</category>
        <category>how-to</category>
        <category>vps</category>
        <category>ndchost</category>
            <pubDate>Fri, 09 Oct 2009 11:32:06 -0700</pubDate>
        </item>
        <item>
            <title>DHCP vs Static assignment on your VPS</title>
            <link>http://ndcservers.net/wiki/vps/dhcp-vs-static?rev=1255113145&amp;do=diff</link>
            <description>DHCP vs Static assignment on your VPS

By default, the initial configuration of your VPS is set to DHCP so the VPS can come online without having to log into the console and manually configure your IP information. We recommend this be changed it once the server is up and running and the IP you were given (static IP) is added to the server. This is because occasionally the VPS node fails to properly receive a DHCPACK from the host DHCP server and the IP lease expires causing connectivity issues.</description>
        <category>how-to</category>
        <category>vps</category>
            <pubDate>Fri, 09 Oct 2009 11:32:25 -0700</pubDate>
        </item>
        <item>
            <title>VPS Shows the Wrong Time</title>
            <link>http://ndcservers.net/wiki/vps/incorrect-time?rev=1274722575&amp;do=diff</link>
            <description>The VPS system clock is synced with the dom0 (host) clock unless an independent “wall” clock is specified. This is done by performing the following:

# echo 1 &gt; /proc/sys/xen/independent_wallclock

To make this change persist on boot, edit /etc/sysctl.conf and add the following on a new blank line:</description>
        <category>vps</category>
        <category>how-to</category>
            <pubDate>Mon, 24 May 2010 10:36:15 -0700</pubDate>
        </item>
        <item>
            <title>VPS</title>
            <link>http://ndcservers.net/wiki/vps/index?rev=1255113213&amp;do=diff</link>
            <description>vps index</description>
        <category>vps</category>
            <pubDate>Fri, 09 Oct 2009 11:33:33 -0700</pubDate>
        </item>
        <item>
            <title>How to deploy your ProVPS VPS (including cPanel)</title>
            <link>http://ndcservers.net/wiki/vps/initial-setup?rev=1258163818&amp;do=diff</link>
            <description>How to deploy your ProVPS VPS (including cPanel)


This article describes how to perform the initial setup of your ProVPS account upon first receiving your login credentials. If you requested a cPanel install with your order, ProVPS technicians will have already done this step for you.</description>
        <category>how-to</category>
        <category>vps</category>
        <category>ndchost</category>
            <pubDate>Fri, 13 Nov 2009 17:56:58 -0700</pubDate>
        </item>
        <item>
            <title>How to Install Trixbox 2.6.0.7 on a VPS</title>
            <link>http://ndcservers.net/wiki/vps/install-trixbox?rev=1255116861&amp;do=diff</link>
            <description>First begin by deploying a clean install of CentOS 5.x on your VPS. Then run the following:

# yum -y install yum-fastestmirror 
# yum -y update 
# yum -y upgrade
# yum -y groupinstall Base 
# yum -y install mod_perl perl-Net-SSLeay bison-devel openssl-perl openssl097a iptraf 
# echo '[trixbox]
name=trixbox RPM Repository for CentOS and RHEL
baseurl=http://yum.trixbox.org/centos/$releasever/RPMS/
gpgcheck=0
enabled=1' &gt; /etc/yum.repos.d/trixbox.repo 
# yum -y install tb-config 
# yum -y install …</description>
        <category>trixbox</category>
        <category>how-to</category>
        <category>vps</category>
            <pubDate>Fri, 09 Oct 2009 12:34:21 -0700</pubDate>
        </item>
        <item>
            <title>Manually Creating Xen Disk Block Devices in /dev</title>
            <link>http://ndcservers.net/wiki/vps/mknod-dev-xvd?rev=1276702505&amp;do=diff</link>
            <description>On newer distros normally udev will create these devices but in some cases it doesnt know how to.  Our distros are deployed with the devices already created so that it's not a problem.  If your building your own distro or managed to foobar you /dev directory you may need to create the xvda, xvdb, xvdc... devices.  Below shows how to do this.</description>
        <category>how-to</category>
        <category>vps</category>
            <pubDate>Wed, 16 Jun 2010 08:35:05 -0700</pubDate>
        </item>
        <item>
            <title>modprobe: FATAL: Count not load /lib/modules/....  Messages in messages log</title>
            <link>http://ndcservers.net/wiki/vps/modprobe-fatal-count-not-load?rev=1274377445&amp;do=diff</link>
            <description>The reason for this error is because your modules directory is missing for the kernel version you are running. With a VPS this is a common problem because you are not running the kernel that came with your Linux distribution. 

To fix the warning on a RedHat-based server (RHEL, CentOS, Fedora Core), run the following commands:</description>
        <category>vps</category>
        <category>kernel</category>
            <pubDate>Thu, 20 May 2010 10:44:05 -0700</pubDate>
        </item>
        <item>
            <title>VPS Plan Upgrade</title>
            <link>http://ndcservers.net/wiki/vps/plan-upgrade?rev=1265762966&amp;do=diff</link>
            <description>If you have recently upgrade your VPS plan and are looking to take advantage of your new resources, you have come to the right place! The beauty of a VPS is that you can scale your resource limits up and down without having to actually move hardware configurations and incur the downtime associated with that.</description>
        <category>vps</category>
        <category>upgrade</category>
        <category>administration</category>
        <category>ndchost</category>
            <pubDate>Tue, 09 Feb 2010 16:49:26 -0700</pubDate>
        </item>
        <item>
            <title>rDNS Records for ProVPS</title>
            <link>http://ndcservers.net/wiki/vps/proper-rdns?rev=1255116874&amp;do=diff</link>
            <description>rDNS Records for ProVPS

To set up proper reverse DNS (rDNS) records for your VPS, you must have first configured forward records to match. Typically only the base IP of your VPS needs a proper rDNS entry as this is the IP mail originates from and it is the IP that receiving mail hosts use to look up your DNS records. So, for instance, if you created your servers hostname as server1.example.net resolving to 127.0.0.1 then you would want to set the rDNS for 127.0.0.1 to server1.example.net, thus …</description>
        <category>rdns</category>
        <category>how-to</category>
        <category>vps</category>
        <category>ndchost</category>
            <pubDate>Fri, 09 Oct 2009 12:34:34 -0700</pubDate>
        </item>
        <item>
            <title>How To Use pv-grub on a VPS running CentOS 5</title>
            <link>http://ndcservers.net/wiki/vps/pv-grub_centos?rev=1274734026&amp;do=diff</link>
            <description>You first need to install the following packages as root using yum, below shows the command to do this.

# yum install wget perl python python-devel python-setuptools gcc make patch

Next you need to install mercurial, you can do this using the command below</description>
        <category>centos</category>
        <category>how-to</category>
        <category>vps</category>
            <pubDate>Mon, 24 May 2010 13:47:06 -0700</pubDate>
        </item>
        <item>
            <title>Reset Root Password on a VPS</title>
            <link>http://ndcservers.net/wiki/vps/reset-root-password?rev=1266959244&amp;do=diff</link>
            <description>Below are instructions on how to reset your root password for various *nix distributions running on our VPS hosts. Your VPS will be down during this reset so please take that into consideration before performing these steps. With that in mind, this entire process can however be completed in less than 10 minutes. A word of caution: These instructions involve a small amount of shell usage, and if you are not comfortable with doing so, please email us and request we reset your root password for you…</description>
        <category>centos</category>
        <category>how-to</category>
        <category>console</category>
        <category>administration</category>
            <pubDate>Tue, 23 Feb 2010 13:07:24 -0700</pubDate>
        </item>
        <item>
            <title>How To Install X Server on a VPS (with VNC access)</title>
            <link>http://ndcservers.net/wiki/vps/x-server-vnc?rev=1277164361&amp;do=diff</link>
            <description>How To Install X Server on a VPS (with VNC access)


This guide is intended to provide those users who desire it instructions on how to install a graphical user environment on their VPS. Because the usual method of access your VPS (SSH) does not support a graphical environment, we will also install a way of doing so, called VNC. VNC is an open-source desktop sharing protocol allowing, among many other things, remote access to the GUI of a system. It is very similar in function to the Terminal Se…</description>
        <category>centos</category>
        <category>how-to</category>
        <category>vps</category>
        <category>ubuntu</category>
            <pubDate>Mon, 21 Jun 2010 16:52:41 -0700</pubDate>
        </item>
        <item>
            <title>Xen Console does not Display Login Prompt</title>
            <link>http://ndcservers.net/wiki/vps/xen-console-no-login?rev=1276375908&amp;do=diff</link>
            <description>Xen Console does not Display Login Prompt


This is often a symptom after upgrading Ubuntu from versions previous to 9.10. These older versions used the /etc/event.d/ system to initialize devices whereas Ubuntu Karmic and later (=&lt; 9.10) use a new /etc/init system. For versions 6.04 and older, the system was /etc/inittab, much like other Linux distributions (e.g. CentOS).</description>
        <category>console</category>
        <category>ubuntu</category>
        <category>upgrade</category>
        <category>vps</category>
            <pubDate>Sat, 12 Jun 2010 13:51:48 -0700</pubDate>
        </item>
    </channel>
</rss>
