|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Setup 2 FTP sites with 2 Different Ports
Hello All:
Thanks for your reading. Please help me with this issue: - I would like to host 2 FTP sites on my DNS servers. DNS server is working OK right now. - One FTP site has alias FTP.TESTSITE1.COM, another has FTP.TESTSITE2.COM. - From IIS, I set FTP.TESTSITE1.COM uses port 21. FTP.TESTSITE2.COM uses port 29. - FTP.TESTSITE1.COM works fine. But FTP.TESTSITE2.COM is not working eventhough I send requests FTP://FTP.TESTSITE2.COM:29. It displayed DNS error something like that. - Note: Port 29 has been openned. My question is how can I host multi FTP sites on my DNS server (with a single port or multi-ports) ? Thanks you much. |
|
#2
|
||||
|
||||
|
always provide real domains!!! I cannot test anything if you don't give out some useful information.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts |
|
#3
|
|||
|
|||
|
Hi, SilentRage
Lucky me to have you again. My 2 FTP sites are: FTP.PHAAM.COM (Port 21) FTP.XIDAU.COM (Port 29) Is there another way to send a FTP request as the way I am using right now? ftp://ftp.xidau.com:29 ???? Thanks much. |
|
#4
|
||||
|
||||
|
That is the correct way, but currently your FTP server on port 29 is not online. When I try to connect it is "forcefully rejected" which means there's no FTP server at port 29.
|
|
#5
|
|||
|
|||
|
- Port 29 has been opened from router (TCP)
- ftp.xidau.com has been configured with port 29. Please let me know if you still got "forceful rejected". On my side, I can't access ftp://ftp.xidau.com:29 Thanks |
|
#6
|
||||
|
||||
|
telnetting to ftp.xidau.com port 29 resulted in a:
Connection Timed Out What this tells me is that before, your server was definately online, and the port was forwarded correctly. However now, either your server is offline or the port is NOT forwarded correctly. When a connection is rejected, it means the computer I'm connecting to told me that port is not available. When a connection times out, it means a firewall or router has ignored my connection attempt and refused to respond (or the computer is offline which also results in no response). |
|
#7
|
|||
|
|||
|
SilentRage,
For the case of "Forcefully Rejected", could you let me know what do I have to do? Thanks. |
|
#8
|
||||
|
||||
|
with forcefully rejected it means the server is not running on your computer on that port. You need to see a LISTENING for port 29 for your IP (or 0.0.0.0) in the following results:
netstat -an | find ":29" There may be a setting in your server config to change the port it listens on. |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > Setup 2 FTP sites with 2 Different Ports |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|