here is what i have done so far i have a client that wants to send us an xml feed via sftp over ssh port 22.
I installed sftp server software on my windows 2003 server that sits in the dmz of my network. That server has 4 internal ip's. I created an A record for my sftp hostname.
I created the following rules.
permit outside in any tcp to dmz 30.30.30.73 ssh
created a static translation for the internal 30.30.30.73 to my public a record for the sftp hostname
nothing working so far.
Main Topics
Browse All Topics





by: jodylemoinePosted on 2009-11-06 at 08:37:32ID: 25760635
SFTP just uses an SSH connection for its transport, so there's no reason why you shouldn't be able to pass that inbound on the 515. Have you configured your inbound access list to pass the traffic?