Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsWindows Server 2003Windows 2000Windows NTSmall Business ServerVirtual ServerExchange ServerIISHost Integration ServerISA ServerSMSWSUSMOMWindows Media ServerSecurityCertification
Related Topics
SQL ServerMS WindowsMS OfficePC HardwareMore Topics ...

Windows Server Forum / Small Business Server / SBS 2000 / December 2007

Tip: Looking for answers? Try searching our database.

Allowing FTP access for clients

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
compsosinc@gmail.com - 29 Nov 2007 19:14 GMT
Using SBS2000. Currently, all client PCs have the Firewall Client
software installed and the "use proxy" is checked in Internet options.
No clients can access any FTP sites but the server can. In order to
get the server to access an FTP site we added a Packet Filter to Allow
TCP on 20 Inbound and 21 Outbound. As we understand, we need a
Protocol Rule to allow the clients access, so we added one to Allow -
FTP-Any request. This did not work. What is a solution to this
problem?

Secondly, we have another SBS2000 set in another office without this
problem. In its ISA server config, there is not an FTP Protocol Rule.
However, in addtion to the "Allow FTP" packet filter, there are a
total of (4) Custom Filters "BackOffice FTP 20 In/Out" and BackOffice
FTP 21 In/Out" listed. What would be the difference?

Thanks
Michael Jenkin [SBS-MVP] - 03 Dec 2007 08:09 GMT
Hello,

As long as the users/groups (members of the group SBS internet users) or
IP ranges for the machines (Client address sets) are allowed on a
protocol rule (port 21 outbound) for FTP (There is a prtocol simply
called ftp already in ISA 2000) and you elect use Passive FTP, it should
work fine.

Thanks

> Using SBS2000. Currently, all client PCs have the Firewall Client
> software installed and the "use proxy" is checked in Internet options.
[quoted text clipped - 12 lines]
>
> Thanks

Signature

Michael J. Jenkin MVP - SBS, MCP, Small Business Specialist, Senior
Systems Engineer
Visit http://www.mickyj.com

compsosinc@gmail.com - 03 Dec 2007 22:13 GMT
On Dec 3, 3:29 am, "Michael Jenkin [SBS-MVP]"
<michael.jen...@mvps.org> wrote:
> Hello,
>
[quoted text clipped - 30 lines]
>
> - Show quoted text -

Thanks - I do not have that FTP Protocol Rule in ISA 2000. I have a
test SBS2000 Server also, and it is not in that one either -- I must
have to add it manually??? Both setups do have the FTP IP Packet
Filters (Port 20 & Port21); however, I believe packet filters only
apply to server and not the clients.

I will create a Protocol Rule for outbound FTP for the clients. thanks
compsosinc@gmail.com - 03 Dec 2007 22:19 GMT
On Dec 3, 5:13 pm, compsos...@gmail.com wrote:
> On Dec 3, 3:29 am, "Michael Jenkin [SBS-MVP]"
>
[quoted text clipped - 43 lines]
>
> - Show quoted text -

Just to clarify, I do have Protocol Definitions for FTP, FTP Server,
FTP Download and FTP Download Only listed, but no Protocol Rules.
Michael Jenkin [SBS-MVP] - 04 Dec 2007 22:45 GMT
If you have the ftp protocol definitions then when you check the rule
for your users, make sure the ftp protocol is selected or that you are
allowing every protocol outbound.

> On Dec 3, 5:13 pm, compsos...@gmail.com wrote:
> > On Dec 3, 3:29 am, "Michael Jenkin [SBS-MVP]"
[quoted text clipped - 47 lines]
> Just to clarify, I do have Protocol Definitions for FTP, FTP Server,
> FTP Download and FTP Download Only listed, but no Protocol Rules.

Signature

Michael J. Jenkin MVP - SBS, MCP, Small Business Specialist, Senior
Systems Engineer
Visit http://www.mickyj.com

compsosinc@gmail.com - 04 Dec 2007 23:53 GMT
On Dec 4, 6:10 pm, "Michael Jenkin [SBS-MVP]"
<michael.jen...@mvps.org> wrote:
> If you have the ftp protocol definitions then when you check the rule
> for your users, make sure the ftp protocol is selected or that you are
[quoted text clipped - 59 lines]
>
> - Show quoted text -

Thanks. I tried that already but same problem. I did double-post to
this group this week with better explanation of the steps I have
already taken - thread here:

http://groups.google.com/group/microsoft.public.backoffice.smallbiz2000/browse_t
hread/thread/70433eb0b11ff5bf


If you can offer any advice, I'd appreciate it. Thanks again.
Michael Jenkin [SBS-MVP] - 06 Dec 2007 22:52 GMT
Have you tried using Passive FTP in your client ?

Have you tried using the Microsoft command line FTP to see if it will
connect ?

> If you have the ftp protocol definitions then when you check the rule
> for your users, make sure the ftp protocol is selected or that you are
[quoted text clipped - 51 lines]
> > Just to clarify, I do have Protocol Definitions for FTP, FTP Server,
> > FTP Download and FTP Download Only listed, but no Protocol Rules.

Signature

Michael J. Jenkin MVP - SBS, MCP, Small Business Specialist, Senior
Systems Engineer
Visit http://www.mickyj.com

compsosinc@gmail.com - 06 Dec 2007 23:43 GMT
On Dec 6, 6:13 pm, "Michael Jenkin [SBS-MVP]"
<michael.jen...@mvps.org> wrote:
> Have you tried using Passive FTP in your client ?
>
[quoted text clipped - 65 lines]
>
> - Show quoted text -

I have tried unchecking and rechecking the Passive FTP in IE on the
clients.

How do you try the Microsoft FTP command line? If you mean go to
ftp://ftp.microsft.com that has always worked. It's the authenticated
FTP sites that we cannot get to unless we pass the credentials within
the ftp URL.
Michael Jenkin [SBS-MVP] - 08 Dec 2007 01:03 GMT
From a command prompt,

type in "ftp ftp.microsoft.com" and enter

It will either fail or request credentials.

You will be asked for a user name, use anonymous
You will be asked for a password, put in your email address

See if you can get that far.

Thanks

> On Dec 6, 6:13 pm, "Michael Jenkin [SBS-MVP]"
> <michael.jen...@mvps.org> wrote:
[quoted text clipped - 75 lines]
> FTP sites that we cannot get to unless we pass the credentials within
> the ftp URL.

Signature

Michael J. Jenkin MVP - SBS, MCP, Small Business Specialist, Senior
Systems Engineer
Visit http://www.mickyj.com

compsosinc@gmail.com - 10 Dec 2007 13:25 GMT
On Dec 7, 8:27 pm, "Michael Jenkin [SBS-MVP]"
<michael.jen...@mvps.org> wrote:
> From a command prompt,
>
[quoted text clipped - 96 lines]
>
> - Show quoted text -

Yes, that worked. I received the "230 User anoymous logged in".

I have Firewall Client enabled and Proxy server set to point to the
ISA Server at port 8080 in the IE settings.
Michael Jenkin [SBS-MVP] - 11 Dec 2007 21:12 GMT
It sounds to me like ISA is working correctly.

Something in IE must be set wrong. Are all machines on the network
having the same results ? I.E command prompt works but IE does not ?

Consider downloading a trial of an FTP program like SmartFTP and see if
it is just IE.

> On Dec 7, 8:27 pm, "Michael Jenkin [SBS-MVP]"
> <michael.jen...@mvps.org> wrote:
[quoted text clipped - 103 lines]
> I have Firewall Client enabled and Proxy server set to point to the
> ISA Server at port 8080 in the IE settings.

Signature

Michael J. Jenkin MVP - SBS, MCP, Small Business Specialist, Senior
Systems Engineer
Visit http://www.mickyj.com

compsosinc@gmail.com - 11 Dec 2007 23:08 GMT
On Dec 11, 4:41 pm, "Michael Jenkin [SBS-MVP]"
<michael.jen...@mvps.org> wrote:
> It sounds to me like ISA is working correctly.
>
[quoted text clipped - 119 lines]
>
> - Show quoted text -

Thanks for replying and hanging in there...Yes, all systems behave the
same way - all 15. All are using IE7 except the Server has IE6 and the
Server can connect to authenticated FTP sites -get the Username/
password box. I have (2) identical networks like this above and the
second network does the same thing. Note that if in IE7, if we add the
username/password credentials to the FTP URL, it goes to the FTP site.
Also, if we use Windows Explorer in the clients to access the FTP
site, we get the username/password prompt like would would expect in
IE7.

Will look at SmartFTP.Thanks again.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.