Page 1 of 4

Posted: Sat Nov 05, 2005 1:20 am
by Anapan
Hey all, I'm back from the job and finally got my computer hooked up and running again. As before, the login URL for your browser is:

ftp://ast:ast@atomu.ath.cx:6872/

And for a conventional FTP client it's:

address: atomu.ath.cx
port: 6872
username: ast
password: ast

Enable Passive / PASF mode if your client allows it.

Posted: Sat Nov 05, 2005 2:23 am
by Astro Forever
Cool! Thanks for letting us know! :)

Posted: Sat Nov 05, 2005 6:17 am
by Danny
Well I seem to be logging in fine, but the listing is not comming up. wierd
Originally posted by "FileZilla"
Error: Transfer channel can't be opened. Reason: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
Error: Could not retrieve directory listing

Posted: Sat Nov 05, 2005 8:00 am
by Anapan
Hmm, you're right. For some reason passive mode doesn't work now, but everything works with passive mode disabled (active mode). Try disabling passive or PASF mode.
Image

Posted: Sat Nov 05, 2005 1:20 pm
by fafner
I could connect successfully both with active and passive modes, but both of them failed with a simple ls :(
Originally posted by active mode+--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (active mode)</td></tr><tr><td id='QUOTE'>fafner@wotan fafner $ ftp atomu.ath.cx 6872
Connected to atomu.ath.cx.
220 Anapan's Pooter
Name (atomu.ath.cx:fafner): ast
500 Unknown command.
SSL not available
331 Password required for ast.
Password:
230 User Astro logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 Port command successful.
150 Opening data connection for directory list.

receive aborted
waiting for remote to finish abort
425 Cannot open data connection (10060).
226 ABOR command successful.[/b]

<!--QuoteBegin--passive mode

fafner@wotan fafner $ ftp -p atomu.ath.cx 6872
Connected to atomu.ath.cx.
220 Anapan's Pooter
Name (atomu.ath.cx:fafner): ast
500 Unknown command.
SSL not available
331 Password required for ast.
Password:
230 User Astro logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
227 Entering Passive Mode (192,168,1,101,87,8).
ftp: connect: No route to host
[/quote]
I have yet to uderstand what causes the "no route to host", but I don't see how it could come from my side :unsure:

Posted: Sat Nov 05, 2005 1:21 pm
by fafner
If you want I can get the entire comminucation between the 2 computers ;)

Posted: Sat Nov 05, 2005 1:39 pm
by Anapan
Hmm, still some problems I see...
I suspect it's a problem with the router again, because I don't have any problems with other computers on the lan but looking through the logs most people can't get a directory listing.
I'll spend some time and work it out tomorrow. I keep detailed logs so I'll post the other half of the communication with the server if I run into a dead end and need some help.

Posted: Sat Nov 05, 2005 2:24 pm
by fafner
I did a complete trace, out of curiosity. I think I ran accross the problem by pure chance, by watching a packet that didn't catch my eye the first time: an ARP packet asking for 192.168.1.101 . My internal network is 192.168.1.x , but I have no computer with that address, so why would my computer issue such a request? :huh: The answer is simple: it came from the ftp application. And since the IP seems to appear in the text I have posted here recently, I think the conclusion is obvious :P

Posted: Sat Nov 05, 2005 4:07 pm
by Anapan
Right you are!
I checked through my router's settings and it all seemed okay, so I checked the ftp server's doccumentation and found that I had put my real ip address and the one my router assigned my main computer in the wrong places on one screen.

Could someone try to access a file and let me know how it goes?

Posted: Sat Nov 05, 2005 4:21 pm
by fafner
It still doesn't work. When I try to use passive mode, sometimes the connection is refused, sometimes the connection has a timeout. Looks like a firewall problem. ftp tries to connect to your computer using port 57428 after using the command PASV :huh:
If I don't use passive mode, the connection always does a timeout.