I have an internal FTP over SSL/TLS server and I want to access it from Internet:
FTP Server Configuration:
Server: ProFTPD v1.3.4a (maint)
IP: 192.168.1.112/24
Port: 21
Passive FTP: Port range [14100-14110]
Masquerade address: 197.***.***.202 # My Public IP
SSL/TLS connections:
UTM External Interface:
Name: External
Type: DSL (PPPOE)
VDSL:
Static PPPoE IP: 197.***.***.202/32
IPv4 Default GW:
The folder ftp://192.168.1.112/downloads is accessible from the Internal network but I tried DNAT and FullNAT to access ftp://197.***.***.202/downloads with these settings to no avail:
DNAT settings: Unable to connect!
For traffic from: Any
Using service: FTP
Going to: External (Address)
Change the destination to: My FTP Server
And the service to: FTP
Automatic firewall rule:
FullNAT settings: I got an FTP login dialog then Unable to connect!
For traffic from: Any
Using service: FTP
Going to: External (Address)
Change the destination to: My FTP Server
And the service to: FTP
Change the source to: Internal (Address)
And the service to: FTP
Automatic firewall rule:
What should I change or add?
This thread was automatically locked due to age.