I am trying to configure a VPN for remote users to access an internal NAT 10.10.0.0/20 network and can't even get the PIX to respond to the VPN client request.
Below is the config on the PIX. The PIX is passing traffic in and out of the network without issues. access-lists are working properly, natting is fine, only issue is I cannot connect to the VPN. Give me the error "Connection Terminated Locally, Reason 412, The remote peer is no longer responding."
The it is assigned to the outside address, I thought I had opened everything. Here is the relevant portion of my PIX config... I can provide other things if neccessary...
Any help would be great, they outsourced this being done and now I'm stuck with the remnants with only minor Cisco experience.
Thanks!!
Below is the config on the PIX. The PIX is passing traffic in and out of the network without issues. access-lists are working properly, natting is fine, only issue is I cannot connect to the VPN. Give me the error "Connection Terminated Locally, Reason 412, The remote peer is no longer responding."
The it is assigned to the outside address, I thought I had opened everything. Here is the relevant portion of my PIX config... I can provide other things if neccessary...
Any help would be great, they outsourced this being done and now I'm stuck with the remnants with only minor Cisco experience.
Thanks!!
Code:
access-list nonatvpn extended permit ip 199.107.65.64 255.255.255.192 any
access-list nonatvpn extended permit ip 10.10.0.0 255.255.240.0 172.16.1.0 255.255.255.0
ip local pool ippool 172.16.1.1-172.16.1.50
nat (inside) 0 access-list nonatvpn
!
interface DMZ
interface outside
!
!
interface inside
!
route outside 0.0.0.0 0.0.0.0 206.16.233.201 1
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
sysopt connection permit-ipsec
sysopt nodnsalias inbound
sysopt nodnsalias outbound
crypto ipsec transform-set clientset esp-3des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set clientset
crypto map clientmap 10 ipsec-isakmp dynamic dynmap
crypto map clientmap interface outside
isakmp enable outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup DS3remote address-pool ippool
vpngroup DS3remote dns-server 10.10.0.20
vpngroup DS3remote default-domain ds3llc.local
vpngroup DS3remote idle-time 1800
vpngroup DS3remote password ********
telnet timeout 5
ssh timeout 5
terminal width 80
Cryptochecksum:f04e185df49814d112d1c6762e2d4e89
: end