Featured Post

COPAHOST – OpenVZ 256M €9/mo – €20 COUPON or TRIPLE HD

COPAHOST - www.copahost.com COPAHOST operates one Datacenter in Europe (Germany), providing a fantastic connectivity all over Europe, Asia & USA. Our privileged location in Germany benefits due to the big and famous Frankfurt PIX & Telia Sonera backbones. We’re in the business for over...

Read More

How to install and configure Vsftpd on Centos

Posted by admin | Posted in Tutorials | Posted on 29-01-2010

Tags: , , ,

0

Install Vsftpd

1.Frist, use yum to install it.

yum install vsftpd

When the install is done, you can start vsftpd using following command:

service vsftpd start

Then you can login anonymous ftp server using any ftp software like FlashFXP.
Note: The default anonymous ftp user home is “/var/ftp/”.

Installing PPTP VPN on Xen VPS with Centos 5.4

Posted by admin | Posted in Tutorials | Posted on 29-01-2010

Tags: , , ,

0

I have been used pptp vpn on my Quickweb vps at least a month ago, my vps is base on XEN, 256M memory, 12G harddisk, it work fine with the pptp vpn, if your vps is OpenVZ, you can only run openvpn on it, you can’t run pptp vpn on OpenVZ.

In the following tutorial, I will explain how to set up a pptp vpn server on CentOS 5.4.

1.Frist, make sure you have ppp installed

yum install -y ppp

2.Download lastest version pptpd rpm package

wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.3.4-1.rhel5.1.i386.rpm

3.Installing the rpm

rpm -ivh pptpd-1.3.4-1.rhel5.1.i386.rpm