If you're trying to access the FTP server from your LAN then unless you use that machines local IP it won't work. If you're trying access the FTP server from a remote machine, then yes I'd say either there is a problem with your IPTABLES or the FTP Server isn't configured correctly.
iptables -A PREROUTING -t nat -p tcp -i $EXTIF --dport 25 -j DNAT --to $PORTFWIP:25
The -i might should be -o I can't remember.


Reply With Quote

Bookmarks