Archive for May, 2013

After you install the new version Kloxo not connect solutions for FTP

Unable to connect FTP client configuration KLOXO panel recently helped found the time to install the Kloxo. After some agonizing finally found a solution in Google ~!

Here is the solution
SSH server login account input ROOT
netstat -an | grep LISTEN
not found 21 port,No wonder the servers will not connect..

Now we only need to configure the next pureftp
Edit pureftp

1、vi /etc/xinetd.d/pureftp delete or comment the original profile,Replaced by the following。

service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/pure-ftpd
server_args = -A -c5000 -C8 -D -fftp -H -I15 -lpuredb:/etc/pure-ftpd/pureftpd.pdb -lunix -L2000:8 -m4 -s -p30000:50000 -U133:022 -u100 -Oclf:/var/log/kloxo/pureftpd.log -g/var/run/pure-ftpd.pid -k99 -Z -Y 1
groups = yes
flags = REUSE
}

Restart ftp

1service xinetd restart

The restart later to login FTP will find that can be a normal landing ~!

Comments

Kloxo VPS control panel to add a new IP

Configure a new IP control panel by Kloxo。

Suppose you need to add ip is 74.82.180.226 Subnet mask 255.255.255.224

After logging kloxo point

服务器->localhost->IP地址->Add IP 地址

然后在设备名那里保持默认
ip地址那里输入

74.82.180.226

Enter the subnet mask there

255.255.255.224

Click to view original

Then be determined。

 

This tutorial from online

Comments