Posted by admin | Posted in Tutorials | Posted on 29-01-2010
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/”.
Posted by admin | Posted in Tutorials | Posted on 29-01-2010
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