My remote banking program uses very weird ports for FTP communication: 41&42 and 62&63.
Currently I use Masquerading to hide my local network behind the Firewall's external IP-address. My program doesnt work with this setup. Can I do something like:
insmod ipt_masq_ftp ports=21,41,42,62,63?
Or rather use SNAT?
Im just guessing here. Im not a Linux expert [:)]
This thread was automatically locked due to age.