Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 

gzt

gzt
17111 posts

Uber Geek

Lifetime subscriber

  #714949 9-Nov-2012 21:46
Send private message

Tried setting your external ip address manually in the active mode options?



Eule

40 posts

Geek


  #714956 9-Nov-2012 21:50
Send private message

Yes, I have manually specified my external ip address and made sure it still was valid.
I just installed wireshark, haven't used it much before so it might take me some time to make sense of it.

Thanks for the suggestions

Eule

40 posts

Geek


  #714957 9-Nov-2012 21:51
Send private message

ubergeeknz: I'm stumped TBH.  I'll see if I can do some testing with this and let you know.

From the log it appears like you may not have specified the correct external IP within Filezilla.

>> 18:09:48 Response: 425 Sorry, invalid address given

it can change (not fixed like it used to be) so be aware of that.



Yes have done that. 
It would be great if you could look into that.

Cheers



ubergeeknz
3344 posts

Uber Geek

Trusted
Vocus

  #714960 9-Nov-2012 22:10
Send private message

I'll try but I can't make any guarantees... I imagine that FTP is handled by an ALG when it's on the standard port.  Using very high ports like that is pretty unusual :)

Eule

40 posts

Geek


  #715068 10-Nov-2012 10:50
Send private message

I have a bit more information after using wireshark to see what is happening.

Initailly there is some TCP SYN ACK handshaking happening

MyPcIp:59947 - FtpServerIp:53421  [SYN]
FtpServerIp:53421 - MyPcIp:59947  [SYN, ACK]
MyPcIp:59947 - FtpServerIp:53421  [ACK]

After that I should get get a 220 Welcome message from the ftp server, like this:

FtpServerIp:53421 - MyPcIp:59947  Response 220 Welcome

But I get 

FtpServerIp:53421 - MyPcIp:59947  425 Sorry invalid address given.


I am very new to wireshark, so not sure how to interpret the TCP handshaking and whether everything is going fine there. Is there anything to look out for?

So it seems like I don't even get the welcome message
This is what filezilla gives me (debug mode verbose):
10:28:58 Status: Connecting to FtpServerIp:53421...
10:28:58 Status: Connection established, waiting for welcome message...
10:29:01 Trace: CFtpControlSocket::OnReceive()
10:29:01 Response: 425 Sorry, invalid address given
10:29:01 Trace: CControlSocket::DoClose(0)
10:29:01 Trace: CFtpControlSocket::ResetOperation(66)
10:29:01 Trace: CControlSocket::ResetOperation(66)
10:29:01 Error: Could not connect to server
10:29:01 Trace: CFileZillaEnginePrivate::ResetOperation(66)
Any suggestions?

ubergeeknz
3344 posts

Uber Geek

Trusted
Vocus

  #715530 11-Nov-2012 20:32
Send private message

Check this:

http://www.whatastruggle.com/425-sorry-invalid-address-given

Based on this message, it may be this is nothing to do with Genius but the fact that you've gone to a different IP address pool and reverse DNS isn't working the way the FTP server expects.

You can try your old modem if you want to rule it out completely.  It should be able to work if you enter the DSL credentials (but you won't get VoIP service).

HTH!

Eule

40 posts

Geek


  #715633 12-Nov-2012 07:06
Send private message

ubergeeknz: Check this:

http://www.whatastruggle.com/425-sorry-invalid-address-given

Based on this message, it may be this is nothing to do with Genius but the fact that you've gone to a different IP address pool and reverse DNS isn't working the way the FTP server expects.

You can try your old modem if you want to rule it out completely.  It should be able to work if you enter the DSL credentials (but you won't get VoIP service).

HTH!


Hi, thanks for that link.
I am not quite sure if I understand the underlying cause here. I noticed that my new IP address is very different to my previous one. Saying that, I don't understand why the ftp server needs to resolve anything. I thought it would see only my IP address anyway not a domain name.

If I interpret this correct the --dontresolve has to be done on the server side. I will send this information to the server host.

Thanks


 
 
 
 

Send money globally for less with Wise - one free transfer up to NZ$900 (affiliate link).
1080p
1332 posts

Uber Geek
Inactive user


  #715657 12-Nov-2012 09:12
Send private message

Seriously... sftp. Zero hassles and works in multiple current FTP clients.

Eule

40 posts

Geek


  #715666 12-Nov-2012 09:28
Send private message

1080p: Seriously... sftp. Zero hassles and works in multiple current FTP clients.


You are right of course. But sometimes this is not an option. 
Anyway I am close to giving up on this. If I don't hear back from the FTP server host I will not pursue this any further.

But I learned a few things about NAT, DMZ and wireshark, so the time spend wasn't completely wasted. 
If I get any further in this I will let you know. Otherwise thanks a lot for the help and advice.

There is a few other things I want to try with the genius so I will probably be back asking questions.

Cheers


ptinson
677 posts

Ultimate Geek

Trusted

  #716717 13-Nov-2012 21:43
Send private message

It looks like you are on a range we havent added reverse records for yet.
Dont know if that will fix it but the reverses are being setup at the moment.

Once done for the range you are on ill let you know if you feel so inclined to test again.

Paul




meat popsicle

Eule

40 posts

Geek


  #716840 14-Nov-2012 09:15
Send private message

ptinson: It looks like you are on a range we havent added reverse records for yet.
Dont know if that will fix it but the reverses are being setup at the moment.

Once done for the range you are on ill let you know if you feel so inclined to test again.

Paul


Hi, thanks a lot for this information. This might the problem. It seems that some FTP servers use the reverse ip lookup comparison to the DNS of that domain name as a sanity check. If it doesn't match or return a result is will send "425 Sorry, invalid address given" response. 

I will wait till I hear back from you and then test again.

Cheers

Eule

40 posts

Geek


  #717452 15-Nov-2012 07:35
Send private message

ptinson: It looks like you are on a range we havent added reverse records for yet.
Dont know if that will fix it but the reverses are being setup at the moment.

Once done for the range you are on ill let you know if you feel so inclined to test again.

Paul


Hi Paul

Since yesterday evening my ftp connection started working again  Smile. I assume that you have added the reverse records and that would have fixed it. Maybe you can confirm.

So that solved my problem. Thanks a lot for your help. It was a bit of an obscure error.

Cheers

ptinson
677 posts

Ultimate Geek

Trusted

  #717495 15-Nov-2012 09:27
Send private message

Yes it was done yesterday afternoon.
Its not quite how i want it.

Glad its working for you now though.

We will try not to break it again:)

Paul




meat popsicle

1 | 2 
Filter this topic showing only the reply marked as answer View this topic in a long page with up to 500 replies per page Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.