12-24-2005 09:07 PM - edited 02-21-2020 12:36 AM
Hello,
I just start using pix 506, I did upgrade the IOS to 6.3, But I am not been able to run PDM on this pix.
I did install the latest PDM software, but not been able to communicate as PDM!!
Can anyone help me on this issue.
Thanks
12-25-2005 05:56 PM
Did you enble http and configure what Ip and interface the PDM should use? In privledge mode type this command for help on this "http ?"
12-27-2005 01:20 AM
Hi,
You have to do the following tasks to be able to access the PIX via the PDM.
1. Create a RSA public key. To do thís you have to configure the following.
1.1 Create a Domain name
domain-name xxxxxxx
1.2 Generate a RSA public key (example: 1024 bits key)
ca generate rsa key 1024
ca save all
1.3 Enable the HTTP server on the PIX
http enable
1.4 Enable HTTP access from the desired interface (example: inside network 10.0.0.0 255.255.255.0)
http 10.0.0.0 255.255.255.0 inside
This should make it work!
Don't forget to access is with https://
Best regards
Marcus
12-27-2005 02:28 AM
Thank you so much. it works...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide