We are using the PIX 515E w/ V.6.2. and we are using NAT for address translation. Long story short we are trying to allow outside access to a terminal server in our dmz but to no avail. We have opened port 3389 and we also have a static route translated. Now I know vpn would be the safer way to go but the powers that be have deemed it too time consuming and for that to be instituted at a later date. Any answers? B-)
Current config as follows:
static (dmz,outside) xxx.xx.xxx.xx yyy.yy.yyy.y netmask 255.255.255.255 0 0
access-list out_acc_in permit tcp any host xxx.xx.xxx.xx eq 3389
access-group out_acc_in in interface outside
x=public ext. ip
y=dmz ip
Current config as follows:
static (dmz,outside) xxx.xx.xxx.xx yyy.yy.yyy.y netmask 255.255.255.255 0 0
access-list out_acc_in permit tcp any host xxx.xx.xxx.xx eq 3389
access-group out_acc_in in interface outside
x=public ext. ip
y=dmz ip