lemme2004
IS-IT--Management
- Sep 7, 2005
- 16
hi I am using an ftp server in private adress behin a cisco router with NAT.
with this configuration
ip nat inside source static tcp X.X.X.X 21 interface Dialer0 21
ip nat inside source static tcp X.X.X.X 20 interface Dialer0 20
the problem is that the client can connect from outside but can't see directories due to the passive mode.
My ftp server is VSFTPD under LINUX, I configured it to accept only active mode, but the problem is still occuring.
Is there a way to configure NAT to handle proprelly the ftp server.
with this configuration
ip nat inside source static tcp X.X.X.X 21 interface Dialer0 21
ip nat inside source static tcp X.X.X.X 20 interface Dialer0 20
the problem is that the client can connect from outside but can't see directories due to the passive mode.
My ftp server is VSFTPD under LINUX, I configured it to accept only active mode, but the problem is still occuring.
Is there a way to configure NAT to handle proprelly the ftp server.