Opened 22 years ago

Last modified 22 years ago

#61 closed Bug report

Issues invalid PORT command

Reported by: anonymous Owned by: Tim Kosse
Priority: normal Component: Other
Keywords: Cc: Tim Kosse
Component version: Operating system type:
Operating system version:

Description

After connecting to ediaclit.vtk.ktu.lt issues command PORT 192,168,1,33,6,238
This command is not understood by server and it's unable to retrieve the directoru listing.

(last number differs from time to time). 192.168.1.33 is my IP (I am behind masquarading firewall that uses DHCP).

Change History (1)

comment:1 by Tim Kosse, 22 years ago

The proplems are caused by the IP masquarding.
When sending the PORT command, a port is opened on your
machine. But the server thinks it is connected with the
firewall and not youre machine, so it can't find the opened
port (it can't even address the specified ip), this causes
the error.
You've to activate passive mode.
You find it here: Edit->Settings->Firewall Settings

Note: See TracTickets for help on using tickets.