I'm using local FTP server. My NAT and System config:
nat {
destination {
rule 26 {
destination {
port 21
}
inbound-interface eth1
protocol tcp
translation {
address 192.168.13.44
}
}
}
source {
rule 10 {
outbound-interface eth1
translation {
address masquerade
}
}
}}
system {
conntrack {
modules {
ftp
h323
nfs
pptp
sip
sqlnet
tftp
}
}}
Conntrack FTP helper does not work properly:
- It doesn't forward related connections
- It doesn't replace local IP to NAT-ed WAN address in the "Entering Passive Mode" command string.
This worked right in older builds (now I'm using the January build).