C:\Users\Don>ftp ip.address
Connected to ip.address.
220 Microsoft FTP Service
User (ip.address:(none)): domain\username
331 Password required for domain\username.
Password:
230-
****USAGE WARNING****
230 User domain\username logged in.
ftp> pwd
257 "/username" is current directory.
ftp> bin
200 Type set to I.
ftp> prompt
Interactive mode Off .
ftp> dir
200 PORT command successful. 20 SECOND DELAY
Connection closed by remote host.
ftp>
what's in between the external and the server?
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
"Donny" <Do...@discussions.microsoft.com> wrote in message
news:F50FF006-2425-477A...@microsoft.com...
I am coming into the server from the outside on a VPN connection that goes
straight to the ISP. There is no 3rd party firewall or router on this 2nd NIC.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
"Donny" <Do...@discussions.microsoft.com> wrote in message
news:45C659CC-E585-471D...@microsoft.com...
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
"Donny" <Do...@discussions.microsoft.com> wrote in message
news:62DFB101-433A-46AC...@microsoft.com...
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
"Donny" <Do...@discussions.microsoft.com> wrote in message
news:B50DA5E6-84FF-401F...@microsoft.com...
Yes the server has 2 NIC's. NIC 1 is an internal NIC to the internal
network. When I connect from a different server I can run any FTP command.
However, I can't use 'get' even if I have the file name and the dir / ls
command does not return any results even with files in the directory. I have
the users permissions set to read and list.
From the external NIC we use VPN. There is no Firewall in place for this. I
want to get a firewall with a DMZ on it but that hasn't happened yet. From
outside the company which i try from home, everything is the same as inside
the company except after the dir command or the get command the connection
drops in 15 - 20 seconds.
Could this be related to IIS settings? I had always understood that setting
up FTP was quite easy.
IIS ftp config is simple, just that the network part is really mess up.
especially with NAT, passive mode, RRAS, and this one 2 NIC setup.
good luck.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
"Donny" <Do...@discussions.microsoft.com> wrote in message
news:825ECDB6-8423-40A3...@microsoft.com...
This is an immediate action by the server, there is no delay.
Can you offer some insight, Where could I get more information?
so connection closed if you try ftp localhost.
can you check the ftp log?
i still think is the two NIC setup issue :)
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
"Donny" <Do...@discussions.microsoft.com> wrote in message
news:074A90BF-FEED-4B3F...@microsoft.com...
The ftp log (I think I got the right one - iis6.log) doesn't say anything
about a problem. I can ftp to my own server by address instead of localhost.
What does that mean?
--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/
"Donny" <Do...@discussions.microsoft.com> wrote in message
news:94BC8151-B7DF-4C74...@microsoft.com...
And yet, they are on two different networks? That doesn't make sense. Those
two NICs are, to IP numbering at least, on the same network.
This may be the heart of your problem - I think you're seeing a conflict
between the address that is requested, and the address that is used.
In IPv4, the default is to send traffic from the NIC that is the closest
next-hop to the destination address. This may not necessarily be the NIC
whose address your local end is bound to. I would start looking at whether
the server can ping machines on either network, and configure appropriate
subnetting to separate the two networks properly.
Some kind of a primer on IPv4 network addressing is a good idea at this
point.
Alun.
~~~~