cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
507
Views
0
Helpful
6
Replies

ACL for FTP

bsudol79p
Level 1
Level 1

Hi, I have a ACL setup on 2851 router. I have some issues with ACL not allowing FTP connections. I have a test PC that is connected to internet outside our internal network and I can connect with passive and active mode with no problem. However I have clients that connect to our FTP and some of them cannot connect they have to change the (active, passive) mode and then it works. I suspect that their firewall is blocking the connection.

Here is part of the ACL. These statement are the first ones in the ACL so there is nothing in front of them to block the connections. Can anyome spot any problems with the statements? Am I missing something? Thanks for the help!!!

access-list 112 permit tcp any host 63.x.x.x eq ftp

access-list 112 permit tcp any eq ftp-data host 63.x.x.x gt 1024

access-list 112 permit tcp any gt 1024 host 63.x.x.x gt 1024

6 Replies 6

noran01
Level 3
Level 3

You can also allow the ftp-data channel:

access-list 112 permit tcp any host 63.x.x.x eq ftp-data established

OK I can try that as well, but wouldn't the line access-list 112 permit tcp any eq ftp-data host 63.104.1.139 gt 1024 accomplish the same?

Yes, but depending on how the ACL is applied that statement may be false. The ACL you show above is applied to your public facing interface? Is the ACL applied to inbound or outbound traffic?

It is placed to inbound traffic

jcoke
Level 3
Level 3

You should be able to more securely control access to that FTP server by using Context-based Access Control (CBAC).

http://www.cisco.com/en/US/docs/ios/security/configuration/guide/sec_cfg_content_ac_ps6441_TSD_Products_Configuration_Guide_Chapter.html

I have CBAC applied to my router, however this ACL is to control outside traffic to our inside LAN and I thought that CBAC should be configured to allow established traffic from inside network not outside.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card