Opened 14 years ago

Closed 12 years ago

Last modified 10 years ago

#5424 closed Bug report (outdated)

http://ip.filezilla-project.org/ip.php returns 127.0.0.1, breaks active mode connections

Reported by: salem Owned by:
Priority: high Component: FileZilla Server
Keywords: IP Cc: wallfur@…
Component version: Operating system type: Windows
Operating system version:

Description

hi guyz
i entered http://ip.filezilla-project.org/ip.php
but shows 127.0.0.1
many people had this problem when using older versions of filezilla
but this is the newest !

Change History (6)

comment:1 by wallfur, 13 years ago

Cc: wallfur@… added
Component: FileZilla ServerOther
Operating system version: win 7

For me it returns 127.0.0.1 every time. I've tried from many locations, different operating systems, and in different browsers. It affects both FZ client and server.

I know there are other ways to make sure you get the request origin's correct IP address, but 99% of the time

<?php
header('Content-Type: text/plain');
die($_SERVER['REMOTE_ADDR']);

is all you need. If that's not working, maybe you have a bad firewall situation. It's really annoying having to regularly do manual updates for active mode.

comment:2 by wallfur, 13 years ago

Summary: ip.php returns 127.0.0.1 USING newest version of filezilla 0.93.4 betahttp://ip.filezilla-project.org/ip.php returns 127.0.0.1, breaks active mode connections

comment:3 by wallfur, 13 years ago

For others experiencing this issue, try icanhazip.com as a substitute.

comment:4 by sebcsaba, 12 years ago

Operating system type: Windows

Still exists, for the latest server version (0.9.40 beta), from any http client, from any OS I tried.

This problem also effects the creating of the passive mode connections.

comment:5 by Alexander Schuch, 12 years ago

Component: OtherFileZilla Server
Operating system type: Windows
Status: newmoreinfo

I am not quite certain what the problem here is. You are talking about FileZilla Server? Can you please describe the problem in more detail?

Be aware of the following: "The FileZilla IP page will return the correct IP only to FileZilla products. All other connectors, including browsers, see only 127.0.0.1. This is to prevent third-party abuse of that service."

comment:6 by Alexander Schuch, 12 years ago

Resolution: outdated
Status: moreinfoclosed

No reply for more than 28 days.

Note: See TracTickets for help on using tickets.