I am new to VPN configs. I was hoping someone could take a look at my config, and let me know what is wrong. I presently have a config that lets my sales force connect via VPN client (the vpngroup). I am also trying to connect an outside LAN make a VPN connection. Every time I think I get the config correct, the new LAN is taking down the sales VPN client connection.
Here's my config ... if anyone could help, that would be geat! I would love to learn something new too! Thanks!!!
I don't know how how to do that? The person who was here before me maintained it that way ... but I think I need a password and don't have it. How do I set it up?
If the last tech used PDM then it should be safe to assume that the pix still has it installed, just open your web browser (IE preferred) and put in https://(internal ip of pix)
You will need to have java installed to run it.
The login should be the same as the one you use at the command line.
I was able to get to the interface and login. Now I'm getting an error message that the "name of the site does not match the name on the certificate". Any ideas on this one? Thank you!
It could be a case of finding the right java version too... That is one downside of cisco management gui's. If you could find/install the version of java that was released around the same time as your PIX OS version it might help tremendously.
I did prompt me to accept the certificate. The message is that it's a hostname mismatch and that the hostname of the site doesn't match the certificate. So I'm guessing it isn't the certificate itself !! Ugh!!! and Thanks!!
What version of IE are you using? If you have one of the IE7 Betas I'd take it off for this, they still have a couple bugs in em. Giving netscape or firefox a try couldn't hurt either though I've only had luck with IE in the past.
I looked around for that message and several people say there is a "do you want to proceed" with the option of yes. Do you get that at all?
Using Firefox, I got past one error ... this is the log from java script
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
at java.lang.System.getProperty(Unknown Source)
at com.cisco.pdm.e.c.q(Unknown Source)
at com.cisco.pdm.e.c.h(Unknown Source)
at com.cisco.pdm.a.byte(Unknown Source)
at com.cisco.pdm.PDMApplet.start(Unknown Source)
at com.cisco.nm.util.sgz.Env.start(Env.java:37)
at com.cisco.nm.util.sgz.Loader.start(Loader.java:109)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
basic: Exception: java.security.AccessControlException: access denied (java.util.Prope
Using Firefox, I got past one error ... this is the log from java script
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
at java.lang.System.getProperty(Unknown Source)
at com.cisco.pdm.e.c.q(Unknown Source)
at com.cisco.pdm.e.c.h(Unknown Source)
at com.cisco.pdm.a.byte(Unknown Source)
at com.cisco.pdm.PDMApplet.start(Unknown Source)
at com.cisco.nm.util.sgz.Env.start(Env.java:37)
at com.cisco.nm.util.sgz.Loader.start(Loader.java:109)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
basic: Exception: java.security.AccessControlException: access denied (java.util.Prope
You cannot use the same subnet for you LAN-to-LAN VPN and your Vpngroup. Change ip local pool vpn 192.168.200.10-192.168.200.30. Add 2 access-lists in your PIX
access-list inside_outbound_nat0_acl permit ip 10.0.0.0 255.0.0.0 192.168.200.0 255.255.255.224
access-list outside_cryptomap_dyn_20 permit ip 10.0.0.0 255.0.0.0 192.168.200.0 255.255.255.224
After that, the vpngroup won't stop the LAN-to-LAN VPN
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.