ispCP - Board - Support
how to start ftp in ispcp - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: how to start ftp in ispcp (/thread-4912.html)

Pages: 1 2


how to start ftp in ispcp - Alex1 - 11-13-2008 03:51 AM

localhost (Port 9876) ispCP Daemon ОК
localhost (Port 10024) AMaVis stop
localhost (Port 53) DNS ОК
localhost (Port 21) FTP stopped

how to start ftp ?


RE: how to start ftp in ispcp - kurgans - 11-13-2008 04:07 AM

Do you have any error in the FTP service starts and post the error that occurs if there is any

/ etc / init.d / proftpd start


RE: how to start ftp in ispcp - Alex1 - 11-13-2008 04:12 AM

* Starting ftp server proftpd - IPv4 getaddrinfo 'alex' error: No address associated with hostname
- warning: unable to determine IP address of 'alex'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd/proftpd.conf'


RE: how to start ftp in ispcp - kurgans - 11-13-2008 04:17 AM

Your problem is the next in the file etc / proftpd.conf you have a server name
ServerName "bongostudio.net.local" my server
you should add that name and the ip of the server to hosts file
/etc/hosts
127.0.0.1 localhost bongostudio.net.local
192.168.1.34 bongostudio.net bongostudio

and start the FTP


You can also change the name of the FTP server and call it as you have registered your hosts


RE: how to start ftp in ispcp - Alex1 - 11-13-2008 04:29 AM

so again

ServerName ns69.eu.local
ServerType standalone
DeferWelcome off


RE: how to start ftp in ispcp - kurgans - 11-13-2008 04:39 AM

(11-13-2008 04:29 AM)Alex1 Wrote:  so again

ServerName ns69.eu.local
ServerType standalone
DeferWelcome off

Add line this file /etc/hosts
127.0.0.1 localhost ns69.eu.local

And start proftpd


RE: how to start ftp in ispcp - Alex1 - 11-13-2008 04:46 AM

so again :@

127.0.0.1 optirlanbg.com.local localhost http://www.zvezdata.ns69.eu ns69.eu.local
195.34.118.217 ns69.eu zvezdata.ns69.eu
ns69.eu.local


RE: how to start ftp in ispcp - kurgans - 11-13-2008 04:54 AM

Sorry my English is not very good only speak Spanish and I do not understand very well your last sentence, I see that your server is called optirlanbg.com.local, put that name on the FTP server / etc / proftpd / proftpd.conf and NameServer can start

You can put hosts file to see it here?


RE: how to start ftp in ispcp - Alex1 - 11-13-2008 04:59 AM

my english is too no very good i'm Bulgarian.

that ftp so again error

ServerName optirlanbg.com.local
ServerType standalone
DeferWelcome off

but not work i don't now why everything is okay but....

- IPv4 getaddrinfo 'alex' error: No address associated with hostname
- warning: unable to determine IP address of 'alex'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd/proftpd.conf'


RE: how to start ftp in ispcp - kurgans - 11-13-2008 05:01 AM

Your file /etc/hosts

You can put hosts file to see it here?