Hi there,
I attempting to configure remote vpn access to my domain without using radius, only using vpn group authentication. I am able to connect via vpn(cisco client 4.0.2), get address from configured pool however cannot access internet or any domain resources once connected. Pix is directly connected to Cisco 3550 layer 2/3 switch. See packets sent from client however none recieved. Tried debugging and everything appears to be connecting okay. Added address pool vlan to switch and virtual interface for routing. Have tried natting pool addresses back out, tried adding route, etc. At one point were able to access some resources on lan, however not all, and have not been able to access internet at all. Here are the relevant parts of my config:
access-list 101 permit ip 10.100.50.0 255.255.255.0 10.100.40.0 255.255.255.0
ip local pool vpnpool 10.100.40.50-10.100.40.200
nat (inside) 0 access-list 101
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set vpnset esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set vpnset
crypto map vpnmap 10 ipsec-isakmp dynamic dynmap
crypto map vpnmap interface outside
isakmp enable outside
isakmp identity address
isakmp client configuration address-pool local vpnpool outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup test address-pool vpnpool
vpngroup test dns-server 10.100.50.5
vpngroup test default-domain test.com
vpngroup test idle-time 1800
vpngroup test password ********
Really not sure at all right now where problem is, traffic is reaching 3550 however not going anywhere from there, not able to access any other subnets which are directly connected to switch either.
Would really appreciate any advice.
Thanks in advance,
Loyalist
I attempting to configure remote vpn access to my domain without using radius, only using vpn group authentication. I am able to connect via vpn(cisco client 4.0.2), get address from configured pool however cannot access internet or any domain resources once connected. Pix is directly connected to Cisco 3550 layer 2/3 switch. See packets sent from client however none recieved. Tried debugging and everything appears to be connecting okay. Added address pool vlan to switch and virtual interface for routing. Have tried natting pool addresses back out, tried adding route, etc. At one point were able to access some resources on lan, however not all, and have not been able to access internet at all. Here are the relevant parts of my config:
access-list 101 permit ip 10.100.50.0 255.255.255.0 10.100.40.0 255.255.255.0
ip local pool vpnpool 10.100.40.50-10.100.40.200
nat (inside) 0 access-list 101
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set vpnset esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set vpnset
crypto map vpnmap 10 ipsec-isakmp dynamic dynmap
crypto map vpnmap interface outside
isakmp enable outside
isakmp identity address
isakmp client configuration address-pool local vpnpool outside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup test address-pool vpnpool
vpngroup test dns-server 10.100.50.5
vpngroup test default-domain test.com
vpngroup test idle-time 1800
vpngroup test password ********
Really not sure at all right now where problem is, traffic is reaching 3550 however not going anywhere from there, not able to access any other subnets which are directly connected to switch either.
Would really appreciate any advice.
Thanks in advance,
Loyalist