Guest razor Posted August 23, 2007 Posted August 23, 2007 Hello-- We are in the process of migrating our IIS server from W2K3 to W2K3 64-bit and we cannot figure out why we can no longer ftp into the new IIS server from within the same subnet? the FTP service is started, and the FTP Sites is started in IIS. From a command prompt, if I enter in "ftp <server IP address>" we get a messages that says connection refused by remote host. If we try to use an FTP program, the connection just fails. I used the 'netstat -an' command on the IIS server and it shows port 21 is listening. Any help would really be appreciated.
Guest Mathieu CHATEAU Posted August 23, 2007 Posted August 23, 2007 Re: What Can Be Blocking Our FTP? HEllo, did you restrict FTP access based on ip address ? Does telnet myserver 20 make a works (black screen)? -- Cordialement, Mathieu CHATEAU http://lordoftheping.blogspot.com "razor" <razor@discussions.microsoft.com> wrote in message news:66E68F7A-AEEB-4D94-A081-FFB8858FB167@microsoft.com... > Hello-- > > We are in the process of migrating our IIS server from W2K3 to W2K3 64-bit > and we cannot figure out why we can no longer ftp into the new IIS server > from within the same subnet? the FTP service is started, and the FTP Sites > is > started in IIS. > > From a command prompt, if I enter in "ftp <server IP address>" we get a > messages that says connection refused by remote host. > > If we try to use an FTP program, the connection just fails. I used the > 'netstat -an' command on the IIS server and it shows port 21 is listening. > > Any help would really be appreciated.
Guest razor Posted August 23, 2007 Posted August 23, 2007 Re: What Can Be Blocking Our FTP? Nope--that fails too. Here is the error: C:\Documents and Settings\stephend>telnet 192.168.3.47 20 Connecting To 192.168.3.47...Could not open connection to the host, on port 20: Connect failed This is a brand new server and we aren't using Windows Firewall. Where else would I check to see if that port is closed? sd "Mathieu CHATEAU" wrote: > HEllo, > did you restrict FTP access based on ip address ? > Does telnet myserver 20 make a works (black screen)? > > -- > Cordialement, > Mathieu CHATEAU > http://lordoftheping.blogspot.com > > > "razor" <razor@discussions.microsoft.com> wrote in message > news:66E68F7A-AEEB-4D94-A081-FFB8858FB167@microsoft.com... > > Hello-- > > > > We are in the process of migrating our IIS server from W2K3 to W2K3 64-bit > > and we cannot figure out why we can no longer ftp into the new IIS server > > from within the same subnet? the FTP service is started, and the FTP Sites > > is > > started in IIS. > > > > From a command prompt, if I enter in "ftp <server IP address>" we get a > > messages that says connection refused by remote host. > > > > If we try to use an FTP program, the connection just fails. I used the > > 'netstat -an' command on the IIS server and it shows port 21 is listening. > > > > Any help would really be appreciated. > >
Guest Mathieu CHATEAU Posted August 23, 2007 Posted August 23, 2007 Re: What Can Be Blocking Our FTP? IIS may be listening on another ip/interface check your IIS FTP if it's listenning on "All unassigned" the directory security is on "granted access" ? -- Cordialement, Mathieu CHATEAU http://lordoftheping.blogspot.com "razor" <razor@discussions.microsoft.com> wrote in message news:A30D4CE4-4A18-42BA-9B96-83E4E9137D7F@microsoft.com... > Nope--that fails too. Here is the error: > > C:\Documents and Settings\stephend>telnet 192.168.3.47 20 > Connecting To 192.168.3.47...Could not open connection to the host, on > port > 20: > Connect failed > > This is a brand new server and we aren't using Windows Firewall. Where > else > would I check to see if that port is closed? > > sd > > "Mathieu CHATEAU" wrote: > >> HEllo, >> did you restrict FTP access based on ip address ? >> Does telnet myserver 20 make a works (black screen)? >> >> -- >> Cordialement, >> Mathieu CHATEAU >> http://lordoftheping.blogspot.com >> >> >> "razor" <razor@discussions.microsoft.com> wrote in message >> news:66E68F7A-AEEB-4D94-A081-FFB8858FB167@microsoft.com... >> > Hello-- >> > >> > We are in the process of migrating our IIS server from W2K3 to W2K3 >> > 64-bit >> > and we cannot figure out why we can no longer ftp into the new IIS >> > server >> > from within the same subnet? the FTP service is started, and the FTP >> > Sites >> > is >> > started in IIS. >> > >> > From a command prompt, if I enter in "ftp <server IP address>" we get a >> > messages that says connection refused by remote host. >> > >> > If we try to use an FTP program, the connection just fails. I used the >> > 'netstat -an' command on the IIS server and it shows port 21 is >> > listening. >> > >> > Any help would really be appreciated. >> >>
Guest razor Posted August 23, 2007 Posted August 23, 2007 Re: What Can Be Blocking Our FTP? Ah, perfecto!! Merci beaucoup! "Mathieu CHATEAU" wrote: > IIS may be listening on another ip/interface > > check your IIS FTP if it's listenning on "All unassigned" > the directory security is on "granted access" ? > > -- > Cordialement, > Mathieu CHATEAU > http://lordoftheping.blogspot.com > > > "razor" <razor@discussions.microsoft.com> wrote in message > news:A30D4CE4-4A18-42BA-9B96-83E4E9137D7F@microsoft.com... > > Nope--that fails too. Here is the error: > > > > C:\Documents and Settings\stephend>telnet 192.168.3.47 20 > > Connecting To 192.168.3.47...Could not open connection to the host, on > > port > > 20: > > Connect failed > > > > This is a brand new server and we aren't using Windows Firewall. Where > > else > > would I check to see if that port is closed? > > > > sd > > > > "Mathieu CHATEAU" wrote: > > > >> HEllo, > >> did you restrict FTP access based on ip address ? > >> Does telnet myserver 20 make a works (black screen)? > >> > >> -- > >> Cordialement, > >> Mathieu CHATEAU > >> http://lordoftheping.blogspot.com > >> > >> > >> "razor" <razor@discussions.microsoft.com> wrote in message > >> news:66E68F7A-AEEB-4D94-A081-FFB8858FB167@microsoft.com... > >> > Hello-- > >> > > >> > We are in the process of migrating our IIS server from W2K3 to W2K3 > >> > 64-bit > >> > and we cannot figure out why we can no longer ftp into the new IIS > >> > server > >> > from within the same subnet? the FTP service is started, and the FTP > >> > Sites > >> > is > >> > started in IIS. > >> > > >> > From a command prompt, if I enter in "ftp <server IP address>" we get a > >> > messages that says connection refused by remote host. > >> > > >> > If we try to use an FTP program, the connection just fails. I used the > >> > 'netstat -an' command on the IIS server and it shows port 21 is > >> > listening. > >> > > >> > Any help would really be appreciated. > >> > >> > >
Guest Mathieu CHATEAU Posted August 23, 2007 Posted August 23, 2007 Re: What Can Be Blocking Our FTP? Great ! I am astonished by all this english people guessing i am french ! Is my english so bad ? ;) -- Cordialement, Mathieu CHATEAU http://lordoftheping.blogspot.com "razor" <razor@discussions.microsoft.com> wrote in message news:A88ECA03-27C9-47B9-ADBD-DF975E199740@microsoft.com... > Ah, perfecto!! Merci beaucoup! > > "Mathieu CHATEAU" wrote: > >> IIS may be listening on another ip/interface >> >> check your IIS FTP if it's listenning on "All unassigned" >> the directory security is on "granted access" ? >> >> -- >> Cordialement, >> Mathieu CHATEAU >> http://lordoftheping.blogspot.com >> >> >> "razor" <razor@discussions.microsoft.com> wrote in message >> news:A30D4CE4-4A18-42BA-9B96-83E4E9137D7F@microsoft.com... >> > Nope--that fails too. Here is the error: >> > >> > C:\Documents and Settings\stephend>telnet 192.168.3.47 20 >> > Connecting To 192.168.3.47...Could not open connection to the host, on >> > port >> > 20: >> > Connect failed >> > >> > This is a brand new server and we aren't using Windows Firewall. Where >> > else >> > would I check to see if that port is closed? >> > >> > sd >> > >> > "Mathieu CHATEAU" wrote: >> > >> >> HEllo, >> >> did you restrict FTP access based on ip address ? >> >> Does telnet myserver 20 make a works (black screen)? >> >> >> >> -- >> >> Cordialement, >> >> Mathieu CHATEAU >> >> http://lordoftheping.blogspot.com >> >> >> >> >> >> "razor" <razor@discussions.microsoft.com> wrote in message >> >> news:66E68F7A-AEEB-4D94-A081-FFB8858FB167@microsoft.com... >> >> > Hello-- >> >> > >> >> > We are in the process of migrating our IIS server from W2K3 to W2K3 >> >> > 64-bit >> >> > and we cannot figure out why we can no longer ftp into the new IIS >> >> > server >> >> > from within the same subnet? the FTP service is started, and the FTP >> >> > Sites >> >> > is >> >> > started in IIS. >> >> > >> >> > From a command prompt, if I enter in "ftp <server IP address>" we >> >> > get a >> >> > messages that says connection refused by remote host. >> >> > >> >> > If we try to use an FTP program, the connection just fails. I used >> >> > the >> >> > 'netstat -an' command on the IIS server and it shows port 21 is >> >> > listening. >> >> > >> >> > Any help would really be appreciated. >> >> >> >> >> >>
Guest Tom Willett Posted August 23, 2007 Posted August 23, 2007 Re: What Can Be Blocking Our FTP? Your english is fine. Now, your name might give some people a clue ;-) "Mathieu CHATEAU" <gollum123@free.fr> wrote in message news:%23qxvV$a5HHA.3916@TK2MSFTNGP02.phx.gbl... | Great ! | | I am astonished by all this english people guessing i am french ! Is my | english so bad ? ;) | | -- | Cordialement, | Mathieu CHATEAU | http://lordoftheping.blogspot.com | | | "razor" <razor@discussions.microsoft.com> wrote in message | news:A88ECA03-27C9-47B9-ADBD-DF975E199740@microsoft.com... | > Ah, perfecto!! Merci beaucoup! | > | > "Mathieu CHATEAU" wrote: | > | >> IIS may be listening on another ip/interface | >> | >> check your IIS FTP if it's listenning on "All unassigned" | >> the directory security is on "granted access" ? | >> | >> -- | >> Cordialement, | >> Mathieu CHATEAU | >> http://lordoftheping.blogspot.com | >> | >> | >> "razor" <razor@discussions.microsoft.com> wrote in message | >> news:A30D4CE4-4A18-42BA-9B96-83E4E9137D7F@microsoft.com... | >> > Nope--that fails too. Here is the error: | >> > | >> > C:\Documents and Settings\stephend>telnet 192.168.3.47 20 | >> > Connecting To 192.168.3.47...Could not open connection to the host, on | >> > port | >> > 20: | >> > Connect failed | >> > | >> > This is a brand new server and we aren't using Windows Firewall. Where | >> > else | >> > would I check to see if that port is closed? | >> > | >> > sd | >> > | >> > "Mathieu CHATEAU" wrote: | >> > | >> >> HEllo, | >> >> did you restrict FTP access based on ip address ? | >> >> Does telnet myserver 20 make a works (black screen)? | >> >> | >> >> -- | >> >> Cordialement, | >> >> Mathieu CHATEAU | >> >> http://lordoftheping.blogspot.com | >> >> | >> >> | >> >> "razor" <razor@discussions.microsoft.com> wrote in message | >> >> news:66E68F7A-AEEB-4D94-A081-FFB8858FB167@microsoft.com... | >> >> > Hello-- | >> >> > | >> >> > We are in the process of migrating our IIS server from W2K3 to W2K3 | >> >> > 64-bit | >> >> > and we cannot figure out why we can no longer ftp into the new IIS | >> >> > server | >> >> > from within the same subnet? the FTP service is started, and the FTP | >> >> > Sites | >> >> > is | >> >> > started in IIS. | >> >> > | >> >> > From a command prompt, if I enter in "ftp <server IP address>" we | >> >> > get a | >> >> > messages that says connection refused by remote host. | >> >> > | >> >> > If we try to use an FTP program, the connection just fails. I used | >> >> > the | >> >> > 'netstat -an' command on the IIS server and it shows port 21 is | >> >> > listening. | >> >> > | >> >> > Any help would really be appreciated. | >> >> | >> >> | >> | >> |
Guest Mathieu CHATEAU Posted August 23, 2007 Posted August 23, 2007 Re: What Can Be Blocking Our FTP? dah! gollum sounds french to you ? ;) -- Cordialement, Mathieu CHATEAU http://lordoftheping.blogspot.com "Tom Willett" <tompepper@mvps.invalid> wrote in message news:ez4RkVc5HHA.5316@TK2MSFTNGP04.phx.gbl... > Your english is fine. Now, your name might give some people a clue ;-) > > "Mathieu CHATEAU" <gollum123@free.fr> wrote in message > news:%23qxvV$a5HHA.3916@TK2MSFTNGP02.phx.gbl... > | Great ! > | > | I am astonished by all this english people guessing i am french ! Is my > | english so bad ? ;) > | > | -- > | Cordialement, > | Mathieu CHATEAU > | http://lordoftheping.blogspot.com > | > | > | "razor" <razor@discussions.microsoft.com> wrote in message > | news:A88ECA03-27C9-47B9-ADBD-DF975E199740@microsoft.com... > | > Ah, perfecto!! Merci beaucoup! > | > > | > "Mathieu CHATEAU" wrote: > | > > | >> IIS may be listening on another ip/interface > | >> > | >> check your IIS FTP if it's listenning on "All unassigned" > | >> the directory security is on "granted access" ? > | >> > | >> -- > | >> Cordialement, > | >> Mathieu CHATEAU > | >> http://lordoftheping.blogspot.com > | >> > | >> > | >> "razor" <razor@discussions.microsoft.com> wrote in message > | >> news:A30D4CE4-4A18-42BA-9B96-83E4E9137D7F@microsoft.com... > | >> > Nope--that fails too. Here is the error: > | >> > > | >> > C:\Documents and Settings\stephend>telnet 192.168.3.47 20 > | >> > Connecting To 192.168.3.47...Could not open connection to the host, > on > | >> > port > | >> > 20: > | >> > Connect failed > | >> > > | >> > This is a brand new server and we aren't using Windows Firewall. > Where > | >> > else > | >> > would I check to see if that port is closed? > | >> > > | >> > sd > | >> > > | >> > "Mathieu CHATEAU" wrote: > | >> > > | >> >> HEllo, > | >> >> did you restrict FTP access based on ip address ? > | >> >> Does telnet myserver 20 make a works (black screen)? > | >> >> > | >> >> -- > | >> >> Cordialement, > | >> >> Mathieu CHATEAU > | >> >> http://lordoftheping.blogspot.com > | >> >> > | >> >> > | >> >> "razor" <razor@discussions.microsoft.com> wrote in message > | >> >> news:66E68F7A-AEEB-4D94-A081-FFB8858FB167@microsoft.com... > | >> >> > Hello-- > | >> >> > > | >> >> > We are in the process of migrating our IIS server from W2K3 to > W2K3 > | >> >> > 64-bit > | >> >> > and we cannot figure out why we can no longer ftp into the new > IIS > | >> >> > server > | >> >> > from within the same subnet? the FTP service is started, and the > FTP > | >> >> > Sites > | >> >> > is > | >> >> > started in IIS. > | >> >> > > | >> >> > From a command prompt, if I enter in "ftp <server IP address>" > we > | >> >> > get a > | >> >> > messages that says connection refused by remote host. > | >> >> > > | >> >> > If we try to use an FTP program, the connection just fails. I > used > | >> >> > the > | >> >> > 'netstat -an' command on the IIS server and it shows port 21 is > | >> >> > listening. > | >> >> > > | >> >> > Any help would really be appreciated. > | >> >> > | >> >> > | >> > | >> > | > >
Recommended Posts