Thanks in advance - Mark
Using access-list and access-group.
But I fear you will run into much trouble, because SFTP is encrypted and
therefore can't be inspect by the PIX. So you have to allow nearly every TCP
stream between both servers.
> Please keep it simple since I don't know much about PIX.
There are good configuration guides on the Cisco website.
By default the pix will allow outbound traffic from higher to
lower(inside network to outside network interfaces) to lower security
interfaces without having to do anything other than enabling NAT using
the global commands. Post your config so we can see what us already
have.
Steve
Thanks for your reply - I need something more specific - I did look at
cisco but didn't find anything I could use.
Mark
SFTP uses only port 22 as it is tunneled through SSH.
You may be thinking of FTPS which uses random ports.
SFTP should be pretty simple to set up using access list permitting tcp
port 22.
-SAto
Unfortunately marketing has bastardized the acronyms to the point of
being useless. He could be attempting to set up either of the (SSL or
SSH). Knowing what actual application he plans on using would be of
great here here.
J
Yep. I confused "SFTP", "FTPS" and "Secure-FTP". Sorry.