Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

how to run multiple ftp servers on 1 public ip ?

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS in Win98 ?  
Author Message
scottscotland

External


Since: Feb 26, 2004
Posts: 20



(Msg. 1) Posted: Fri Apr 16, 2004 6:12 pm
Post subject: how to run multiple ftp servers on 1 public ip ?
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi,


At the moment im using NAT to direct 20/21 to my FTP server. If i wanted to
run another FTP server could i ?

- i only have one public ip.
- i know you can use a reverse proxy to host multiple IIS machines (each
with HTTP sites) on 80 using one public IP.

Is this possible for FTP at all or is the only way of doing this to use a
differnet listening port ?

Thanks for your time.
Scott

 >> Stay informed about: how to run multiple ftp servers on 1 public ip ? 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 2) Posted: Fri Apr 16, 2004 7:13 pm
Post subject: Re: how to run multiple ftp servers on 1 public ip ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 16 Apr 2004 15:12:35 +0100, "scott" <scottscotland RemoveThis @yahoo.com>
wrote:

 >At the moment im using NAT to direct 20/21 to my FTP server. If i wanted to
 >run another FTP server could i ?

Yes.

 >- i only have one public ip.
 >- i know you can use a reverse proxy to host multiple IIS machines (each
 >with HTTP sites) on 80 using one public IP.

It's not a reverse proxy.

 >Is this possible for FTP at all or is the only way of doing this to use a
 >differnet listening port ?

Separate IP's or separate ports on one IP. Them's the choices.

Or rethink why you actually need two separate FTP servers.

Jeff<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: how to run multiple ftp servers on 1 public ip ? 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 3) Posted: Fri Apr 16, 2004 10:00 pm
Post subject: Re: how to run multiple ftp servers on 1 public ip ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

In addition to what others have said, i would like to add an "For Interest"
link, in case you are curious about Host Headers and how it is supposed to
be in HTTP:

<a style='text-decoration: underline;' href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23" target="_blank">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.23</a>

As you have already been told, Host Headers are not part of FTP, and you
must therefore use another method to distinguish FTP servers (for example
port or IP).


--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com/" target="_blank">http://www.ilopia.com/</a>


"scott" <scottscotland.TakeThisOut@yahoo.com> wrote in message
news:eO4lgu7IEHA.4052@TK2MSFTNGP12.phx.gbl...
 > Hi,
 >
 >
 > At the moment im using NAT to direct 20/21 to my FTP server. If i wanted
to
 > run another FTP server could i ?
 >
 > - i only have one public ip.
 > - i know you can use a reverse proxy to host multiple IIS machines (each
 > with HTTP sites) on 80 using one public IP.
 >
 > Is this possible for FTP at all or is the only way of doing this to use a
 > differnet listening port ?
 >
 > Thanks for your time.
 > Scott
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: how to run multiple ftp servers on 1 public ip ? 
Back to top
Login to vote
imadumbass

External


Since: Mar 19, 2004
Posts: 6



(Msg. 4) Posted: Fri Apr 16, 2004 11:05 pm
Post subject: Re: how to run multiple ftp servers on 1 public ip ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"scott" <scottscotland DeleteThis @yahoo.com> wrote in message
news:eO4lgu7IEHA.4052@TK2MSFTNGP12.phx.gbl...
 > Hi,
 >
 >
 > At the moment im using NAT to direct 20/21 to my FTP server. If i wanted
to
 > run another FTP server could i ?
 >
 > - i only have one public ip.
 > - i know you can use a reverse proxy to host multiple IIS machines (each
 > with HTTP sites) on 80 using one public IP.
 >
 > Is this possible for FTP at all or is the only way of doing this to use a
 > differnet listening port ?
 >
 > Thanks for your time.
 > Scott
 >
 >

You could ask your ISP to send you a RIPE form (if youre in Europe, not sure
about the US)
You can then be assigned another block of IP addresses, and have a whole
other IP address for each server, or virtual server.

Failing that, look at the port suggestions posted before.

hamman<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: how to run multiple ftp servers on 1 public ip ? 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 5) Posted: Sat Apr 17, 2004 3:25 am
Post subject: Re: how to run multiple ftp servers on 1 public ip ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The HTTP 1.1 specification has something called the "host" header, which
allows a webserver to host multiple websites on a single IP address on port
80. It is up the client to specify which website they want to access by
sending the Host: HTTP header. The webserver uses this to determine which
website the request should be routed to.

FTP does not have any comparable.

Cheers
Ken

"scott" <scottscotland.TakeThisOut@yahoo.com> wrote in message
news:eO4lgu7IEHA.4052@TK2MSFTNGP12.phx.gbl...
: Hi,
:
:
: At the moment im using NAT to direct 20/21 to my FTP server. If i wanted
to
: run another FTP server could i ?
:
: - i only have one public ip.
: - i know you can use a reverse proxy to host multiple IIS machines (each
: with HTTP sites) on 80 using one public IP.
:
: Is this possible for FTP at all or is the only way of doing this to use a
: differnet listening port ?
:
: Thanks for your time.
: Scott
:
:
 >> Stay informed about: how to run multiple ftp servers on 1 public ip ? 
Back to top
Login to vote
scottscotland

External


Since: Feb 26, 2004
Posts: 20



(Msg. 6) Posted: Mon Apr 19, 2004 4:05 pm
Post subject: Re: how to run multiple ftp servers on 1 public ip ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Back to top
Login to vote
user1533

External


Since: Mar 18, 2004
Posts: 2



(Msg. 7) Posted: Mon Apr 26, 2004 7:31 pm
Post subject: Re: how to run multiple ftp servers on 1 public ip ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > Is this possible for FTP at all or is the only way of doing this to use a
 > differnet listening port ?
 >
 > Thanks for your time.
 > Scott
 >

The more common way to do this is to have all accounts who will use the FTP
server be part of a group.

Give permissions to the group to have read only (no listing) access to the
directory just above the others. Then give read/write permissions for the
account in the appropriate directory.

Of course, this assumes a certain directory structure for this.

You can use a script for when they logon to be put in a specific directory.

But this is the very reason many people go to other products which work
around this issue.

David Payer<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: how to run multiple ftp servers on 1 public ip ? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Multiple Web Sites on 1 public IP on separate servers - I have a w2k machine running websites and a new w2k3 box bringing into production running different websites. I have my firewall setup to allow port 80 through to both of them and even tried allowing port 80 through to both and redirecting port 80 t...

Multiple site-single Public IP - Here is my current setup: I have one public IP address (mail...com) Mail...com is an IIS 5 hosting a site that can be reached internally and externally. I also have a IIS 6 server called sharepoint...com. This is only available internally. We have a....

multiple web servers under one IP - i am running one IIS web server in a small office, and am setting up another web server running for testing purposes. if the first web server defaults at port 80 on my firewall, how should I configure access to the second web server? thanks

multiple pop3 servers - Hi can i install multiple domains names ( i mean for emails) with the FEATURE pop3 sever services ,on the same server that's have windows 2003 server and just one public ip address. it's a possible to do that

Single Logon across multiple web servers - The new IE security patch, that was relaesed on monday feb 2, has disabled the feature to use the username and password in the url for basic authentication within IIS. Are there any work arounds that does not involve coding an entire isapi filter or sso...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]