x
all questions login
General DNS & Domains Dyn Email Update Clients Dyn Developer

I've setup an FTP server on my Spring Server VPS, but I can't connect to the FTP server. I can connect from the local box itself, but I can't connect from outside the box. Any thoughts?

more ▼

asked Jan 05 at 11:44 PM

Rob McKret\'s gravatar image

Rob McKret
11 1 2 2

10|600 characters needed characters left

4 answers:

You can check out a quick overview here of what are the Spring Server defaults are and how to change them.

more ▼

answered Jan 06 at 01:43 PM

elinstad\'s gravatar image

elinstad
21 1

10|600 characters needed characters left

A Spring Server VPS instance comes with a quite restrictive iptables configuration by default.

In case you're not familiar with iptables, it is a low-level packet filter (firewall engine) in Linux.

To see if FTP is currently allowed, run the following command, and look for ports 20 and 21 (default FTP ports):

iptables -L -n

You can, obviously, configure the iptables rules exactly the way you want. A good way to do so is to edit the iptables config files (on Debian/Ubuntu these are called /etc/iptables.conf and /etc/ip6tables.conf). You would then need to reload (import) them to have the changes take effect immediately.

more ▼

answered Jan 06 at 12:46 AM

VikingTiger\'s gravatar image

VikingTiger ♦
11.6k 2 10 124

As well as checking iptables as oddhenriksen suggested, check that the FTP server is listening on something other than just loopback: netstat -pant|grep 21.

Jan 13 at 09:41 PM Cry Havok ♦
10|600 characters needed characters left

hi, i ready setup FTP Setting on router, and currely have account how to using connet to ftp ?

more ▼

answered May 05 at 06:51 PM

wongtiamlong\'s gravatar image

wongtiamlong
1

Rather than adding your question as an answer to an unrelated question, please ask your own question.

May 05 at 07:03 PM Cry Havok ♦
10|600 characters needed characters left
Your answer
osqa.question.ask.tags.preview.show

© 1998-2012  Dynamic Network Services Inc.  -  Legal Notices  -  Privacy Policy  -  Contacts     

Powered by AnswerHub - Enterprise Social Q&A