FTP port problem

Hi to all, perhaps some one out there had a similar problem.

I’m trying to masquerade port 25 on the router but with no success. Am I missing something. Please see my entries below.

NAT
0 ;;; Allow all FTP
chain=srcnat protocol=tcp dst-port=25 action=accept

Filter
0 ;;; FTP
chain=forward protocol=tcp src-port=25 action=accept

1 ;;; FTP
chain=forward protocol=tcp dst-port=25 action=accept

Currently I have to masquerade by IP and the list can get quite log.

Thanks

Hi

ftp ports are ports 20 and 21, why are you using port 25?

B.

Uuummmm… Outch! Thanks. :confused: