Hi,
I have PIX 506E running OS 6.3(5). I normally access the PDM on port 443 (https). But I implemented the config below so I had to disable the PDM so that I can access the Exchange server Outlook Web access which also uses port 443 via https. Is there a way I can change access to the PDM to another port?
access-list outside_access_in permit tcp any host 217.x.x.237 eq https
access-list outside_access_in permit tcp any host 217.x.x.237 eq smtp
access-list outside_access_in permit tcp any host 217.x.x.237 eq www
ip address outside 217.x.x.237 255.255.255.248
ip address inside 192.168.16.254 255.255.255.0
static (inside,outside) tcp 217.x.x.237 https 192.168.6.1 https netmask 255.255.255.255 0 0
static (inside,outside) tcp 217.x.x.237 smtp 192.168.6.1 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp 217.x.x.237 www 192.168.6.1 www netmask 255.255.255.255 0 0
Regards.