cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
293
Views
0
Helpful
2
Replies

Configuring a FTP Server

pmaria00
Level 1
Level 1

HI.

I want to install a ftp server in a PC and for such I have a ADSL router. At this moment I am with problems in the ACL of entrance, therefore the ftp customer obtains to login itself but the rest does not work.

Sorry about my english.

2 Replies 2

nkhawaja
Cisco Employee
Cisco Employee

Hi,

it seems like when you ftp to this server, you are getting prompt, you login successfully, but then cant do "ls" or any other command right?

If this is the case, you need to open up all ports higher then 1024 for ftp data channel. something like this

access-list 100 permit tcp any host eq ftp-data

or

access-list 100 permit tcp any host range 1024-65556

see if that helps

thanks

Nadeem

Hi,

I already have this:

access-list 101 permit tcp any any eq ftp

access-list 101 permit tcp any any eq ftp-data

I have "ip nat inside in eth0" and "ip nat outside" in dialer1, and "ip nat inside source static (ip of my pc) (ip of adsl)". I also have in dialer1 "ip access-group 101 in".

Is this correct?