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!

allow FTP access to one site?

Status
Not open for further replies.
Jan 15, 2002
126
I want to allow one PC (192.168.x.x) to have FTP access to only one FTP site (216.x.x.x) through the PIX. What command should I use?

Thanks!
 
Well, you should consider what other traffic is needed to go through the pix, prolly not just ftp. But anyways the command would be something like :

! Permit ftp out !
access-list inside-out permit tcp host 192.168.x.x host 16.x.x.x eq ftp
! Bind access-list to incoming traffic on the inside intf !
access-group inside-out in interface inside

Now nothing other than ftp from that address will be possible.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top