[FR] FileZilla Server: send a request to resolve an external IP from an active IP address

Moderator: Project members

Post Reply
Message
Author
npvl
500 Command not understood
Posts: 2
Joined: 2017-09-15 11:21

[FR] FileZilla Server: send a request to resolve an external IP from an active IP address

#1 Post by npvl » 2017-09-15 12:22

I have a two IP addresses and default gateways on a single ethernet interface:
  1. ip: 192.168.1.2/24, gw: 192.168.1.1, metric: 10
  2. ip: 192.168.2.2/24, gw: 192.168.2.1, metric: 20
FileZilla Server listens to both of these addresses, is configured to passive mode and gets an external IP address from http://ip.filezilla-project.org/ip.php.

I need to implement the following scheme with multiple gateways:

Code: Select all

            / [gateway 1, wan ip: 1.1.1.1, lan ip: 192.168.1.1] \
[ftp client]                                                     [ftp server 192.168.1.2, 192.168.2.2]
            \ [gateway 2, wan ip: 2.2.2.2, lan ip: 192.168.2.1] /
Please make it so that server tried to get external IP address by sending request from that IP address to which the client connects. At the moment FileZilla Server always connect to ip.filezilla-project.org from 192.168.1.2.


P.S. Please fix subject and message body if necessary. Sorry for my english.
Last edited by npvl on 2017-09-15 16:18, edited 1 time in total.

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: [FR] FileZilla Server: send a request to resolve an external IP from an active IP address

#2 Post by botg » 2017-09-15 14:12

Have you considered switching to IPv6? Then you no longer have to use NAT routers.

npvl
500 Command not understood
Posts: 2
Joined: 2017-09-15 11:21

Re: [FR] FileZilla Server: send a request to resolve an external IP from an active IP address

#3 Post by npvl » 2017-09-15 14:19

At the moment we are not able to use IPv6. Maybe in 10 years it will happen...

Post Reply