Re: FTP on Server 2008
- From: "Steve" <Steve@xxxxxxxxxxxxxx>
- Date: Wed, 14 Oct 2009 21:07:50 +0200
"Tim Judd" <tjudd01@xxxxxxxxxxx> wrote in message
news:%23FP8d2NTKHA.4364@xxxxxxxxxxxxxxxxxxxxxxx
Steve wrote:
I have one Server 2008 just ahead main ADSL router. Through port
forwarding I can access it from outside.
I have enabled ports 21 and 443 also, but cannot access to the Server.
I checked telnet server 21 and 443 from this server, but it isn't opened,
even FTP is enabled in Windows Firewall with Advanced Security.
Please help, how to open ports 21, 80 and 443 on Server 2008?
FTP is still having problems through firewalls. It's a protocol designed
before firewalls, so the concept of passing through firewalls is foreign
to it. So far, all we have are workarounds to a protocol that doesn't
naturally fit on RFC1918 addresses.
FTP uses TCP port 21 for it's "command channel" where all the commands,
status prompts and feedback are on.
FTP also uses TCP port 20 (the "data channel"), and random (ports >1024
all the way through the highest port, 65535) ports to transfer the actual
data.
Allowing 21 through only allows the command channel through. You won't be
able to transfer files. Since passive FTP lets the FTP server connect to
the client at random ports, firewalls block that. Whether the blocking is
outgoing or incoming, it's blocked.
To have successful FTP, in the protocol it was written for, the machine
has to be completely exposed on that IP. No firewall action on either
end.
I haven't yet seen the .dll or .exe that serves as the ftp server (for
Active or Passive mode) to allow it through the firewalls.
Good luck.
FTP works very well on ISA server and through only port 21. I'll revert back
to ISA firewall and setup it again.
.
- References:
- FTP on Server 2008
- From: Steve
- Re: FTP on Server 2008
- From: Tim Judd
- FTP on Server 2008
- Prev by Date: Re: "volume shadow copying" from,the command line?
- Next by Date: Re: "volume shadow copying" from,the command line?
- Previous by thread: Re: FTP on Server 2008
- Next by thread: Re: FTP on Server 2008
- Index(es):
Relevant Pages
|