I've setup a public facing FTP server on a FIOS based connection, and would like to be able to test it. I can't find a good way to test it while being on the same network.

Is it possible?

link|improve this question

78% accept rate
Why can't you test it?? – Chris S Jan 23 at 18:17
1  
what exactly do you want to test? Your firewall (NAT, DMZ, etc.) configuration, or the FTP server itself? If it's the latter, you don't need to be outside; if it's the former, you either have to get outside somehow (VPN, etc.) or see if your firewall supports NAT reflection. – gravyface Jan 23 at 19:25
How would one configure NAT reflection properly? Would be a good answer... – Bigbio2002 Feb 1 at 20:11
feedback

3 Answers

Besides connecting to the FTP's internal IP, no. You will need to be on the outside.

link|improve this answer
feedback

You can connect to it locally (via the server's inside IP), but to be sure it's really working you'll need an outside location to test from. Among other things, you need to make sure that something upstream isn't blocking you accidentally.

I'd look into outside VPN services - there are a number of companies that offer VPNs that you connect to. You could connect to the VPN, then through the VPN connect to your server. That will be an outside connection, and allow you test fully without having to leave your chair.

I've never used one of those services, but a quick Google search turned up a lot of them, so this shouldn't be too hard to find one of reasonable price.

link|improve this answer
feedback

You can always use remote tools such as logmein to control computer at your house for example and try connecting to the FTP server that you created. You obviously would need to worry about the required ports to open.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.