How are your PCs connected to the internet and how do they identify themselves.
I've had problems in the past where my machines were misadvertising themselves because of my made-up naming scheme. I called my mailserver mail.mydomain.net when no such alias existed. That was easy to fix after I figued out the problem, but it was very hard to identify the error because bounced mail had a very weird and unhelpful error. I finally bounced a message off a buddy's smarter mailserver that gave me a good error like "no such server exists by this name" as apposed to "connection refused" or whatever. There is a chance (and this is a vague guess) that their FTP server is doing reverse DNS lookups and if you machine says "localhost.localdomain" or some other generic hostname, it will refuse the connection. Can you SSH to some other machine (offsite from where you're at) and try to FTP from there? Dave On Thu, 18 Dec 2003, Richard Crawford wrote: > > Mark K. Kim said: > > telnet to port 21 to see if it makes a connection. > > > > telnet <remote_host> 21 > > Mark, > > Thanks for the suggestion. I telnetted to port 21 and it worked just > fine. When I tried to telnet to port 20, the connection was refused. > > Sl�inte, > Richard S. Crawford (AIM: Buffalo2K) > > http://www.mossroot.com http://www.stonegoose.com/catseyeview > Howard Dean for America: http://www.deanforamerica.com > "I really didn't realize the librarians were, you know, such a dangerous > group. They are subversive. You think they're just sitting there at the > desk, all quiet and everything. They're like plotting the revolution, man. > I wouldn't mess with them." > --Michael Moore > > > _______________________________________________ > vox-tech mailing list > [EMAIL PROTECTED] > http://lists.lugod.org/mailman/listinfo/vox-tech > _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
