roro Posted July 19, 2012 Posted July 19, 2012 I get a message " no address associated with hostname" trying to set an ftp using Linux(Ubuntu) server ??? i follow the steps : 1- sudo apt-get install vsftpd 2- double click on a file called vsftpd.conf Change the "anonymous_enable" setting to NO Change the "local_enable" setting to YES. 3- sudo /etc/init.d/vsftpd restart # to enable change# 4- ftp ftp.nixcraft.in I get a message: ftp: ftp.nixcraft.in: no address associated with hostname and also when i write the commend ftp localhost i get the message : ftp: connect: connection refused ftp> please help to solve this problem >>> thanks in advance
twin--turbo Posted July 19, 2012 Posted July 19, 2012 do you have DNS set up or a host entry for ftp.nixcraft.in it also sounds like the deamon is not runnign if you can't connect to localhost. Rob
jinnantonnixx Posted July 19, 2012 Posted July 19, 2012 (edited) The command: nslookup ftp.nixcraft.in will resolve the address. I can't resolve it, so unless we both have the same error, it looks like the address is wrong. Edited July 19, 2012 by jinnantonnixx
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now