Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP CONFIGURING FOR FTP

Status
Not open for further replies.

chadw

IS-IT--Management
Aug 15, 2002
75
US
I need help trying to configure my pix firewall for FTPing outside the network(PORT 21).
Can anyone help me??
Thanks,

Chad
 
The pix firewall is 515. I need to open the port so that I can FTP in. I am not sure how to configure the firewall for this.


Thank you,

Chad
 
Chad

As Yizhar mentioned, more information would be useful. Also, in your first post, you mention you are trying to FTP out, but in your second post you mention you are trying to FTP in...

If you are trying to FTP in, then you would need an access list allowing inbound FTP traffic. You will need to apply this access-list to an interface using an access-group. If you are allowing FTP access to the world, then it would look like this:

access-list ftpinbound permit tcp any host AAA.BBB.CCC.DDD eq 21

where AAA.BBB.CCC.DDD is a valid external ip address that you have mapped to an internal ip (preferably in your DMZ) with static command:

static (dmz,outside) AAA.BBB.CCC.DDD EEE.FFF.GGG.HHH netmask 255.255.255.255 0 0

To apply to an interface, you will need to use the access-group command:

access-group ftpinbound in interface outside
access-group dmz in interface dmz

You will also want to add the following to your Pix Config:

fixup protocol ftp 21


Hope this helps

SNG


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top