Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,I'm trying to redirect outside port connections destined for a specific "sftp" server by accepting port 22 connections destined for the sftp server and redirecting to port 2222 on the sftp server through the PIX.static (inside,outside) tcp inte...
Hello,We did attempt to implement this change last night with the new access list you'd recommended. access-list red_in permit tcp any interface outside eq 22static (inside,outside) tcp interface ssh x.x.x.x 2222 netmask 255.255.255.255 0 0When we a...
We will update the access-list and try to get this configuration implemented again during our next change window. Hope this works.Thanks for your help!
We did attempt to implement the very static you suggested:static (dmz,outside) tcp interface ssh sftp.server.ip 2222 netmask 255.255.255.255 0 0However, we were never able to get through the PIX, nor did the PIX even log connection attempts. We eve...