Hi,

The firewall that comes bundled with Windows 2003 Service Pack 1 is
causing IIS to be unavailable to the outside world. By allowing inbound
connections on port 80, I can make the web server accessible, but I'm not
sure how to handle FTP. I can open port 21, but since passive FTP requires
the use of dynamically determined ports for subsequent inbound connections,
I can't seem to get inbound FTP to work properly without disabling the
firewall entirely. Any ideas?

Thanks

Re: No FTP after Service Pack 1 ? by The

The
Thu Mar 31 12:27:20 CST 2005

> Hi,
>
> The firewall that comes bundled with Windows 2003 Service Pack 1 is
> causing IIS to be unavailable to the outside world. By allowing inbound
> connections on port 80, I can make the web server accessible, but I'm not
> sure how to handle FTP. I can open port 21, but since passive FTP requires
> the use of dynamically determined ports for subsequent inbound
> connections, I can't seem to get inbound FTP to work properly without
> disabling the firewall entirely. Any ideas?

Nevermind. I figured it out. The executable "inetinfo.exe" needs to be
manually added to the firewall's "exceptions" list.




Re: No FTP after Service Pack 1 ? by etropic

etropic
Mon Jun 13 14:26:14 CDT 2005



This doesn't solve it for me.

FTP does not work with Firewall enabled, turn off firewall and it works
right away.

I added inetinfo.exe (\system32\inetsrv\inetinfo.exe) to the exceptions and
it didn't help..

any other ideas?



"The Oracle" wrote:


> Nevermind. I figured it out. The executable "inetinfo.exe" needs to be
> manually added to the firewall's "exceptions" list.
>
>
>
>

Re: No FTP after Service Pack 1 ? by Bernard

Bernard
Mon Jun 13 19:29:40 CDT 2005

Enable firewall logging and see if it's dropping ftp traffics

--
Regards,
Bernard Cheah
http://www.microsoft.com/iis/
http://www.iiswebcastseries.com/
http://www.msmvps.com/bernard/


"etropic" <etropic@discussions.microsoft.com> wrote in message
news:5B694DF0-1620-4A3C-B0AB-DAB0BDA0417C@microsoft.com...
>
>
> This doesn't solve it for me.
>
> FTP does not work with Firewall enabled, turn off firewall and it works
> right away.
>
> I added inetinfo.exe (\system32\inetsrv\inetinfo.exe) to the exceptions
> and
> it didn't help..
>
> any other ideas?
>
>
>
> "The Oracle" wrote:
>
>
>> Nevermind. I figured it out. The executable "inetinfo.exe" needs to
>> be
>> manually added to the firewall's "exceptions" list.
>>
>>
>>
>>



Re: No FTP after Service Pack