Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a PIX515E v6.22 that is configured for two site to site VPNs(Crypto map 10 and 20 and Isakmp policy 10). I'm trying to add a configuration for a VPN client connection. With the following configuration, the VPN client 3.6 will establish the con...
I have a PIX515E v6.22 that is configured for two site to site VPNs(Crypto map 10 and 20 and Isakmp policy 10). I'm trying to add a configuration for a VPN client connection. With the following configuration, the VPN client 3.6 will establish the c...
Is there a hardware device that will support multiple tunnels to VPN Concentrators?I'm working with several partners that have concentrators and they are all configured to allow connections from the Cisco VPN Software client. Most of the partners w...
Is there a device that will hook to multiple VPN Concentrators at the same time? Just like the VPN Hardware client will hook to a single Concentrator.Josh
I agree, your outside interface configuration is the problem. You should not need a new subnet, because the pix will proxy-arp for the hosts configured in your static nat translations.Here's what I would do:ip address inside 192.168.1.1 255.255.255....
You should change this line:access-list acl_outsidein permit tcp any host 192.168.1.11 eq 80 to:access-list acl_outsidein permit tcp any host 67.43.167.44 eq 80Also, you may have trouble testing from 67.43.167.1. Try an unused address within the sam...