cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
772
Views
0
Helpful
1
Replies

Change PDM port number

a.ajiboye
Level 1
Level 1

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.

1 Reply 1

alanajjar
Level 1
Level 1

Hi,

If you have ASA, its possible by using the followingf command :

http server enable [port]

you can choose any value for the port number.

but I dont think this command is valid for pix v6.3.

regards

Review Cisco Networking products for a $25 gift card