jcbeckettnz
IS-IT--Management
Hi there,
I would like to setup a VPN tunnel to our main office which has a PIX setup with a work EZVPN. We already have one brach office working with this fine, all traffic is directed through the VPN tunnel.
I am setting up a new branch office but I would like this one to establish the VPN tunnel but still use the local gateway for internet traffic (so all other traffic does not go through the VPN).
Can anyone let me know how I can achieve this?
Main office has a Cisco PIX 515e
New branch office is has a Cisco 851
PIX VPN config:
crypto ipsec transform-set myset esp-3des esp-sha-hmac
crypto dynamic-map dynmap 10 set peer remoteip1 remoteip2
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
isakmp enable outside
isakmp identity address
isakmp log 1000
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup remote123 dns-server int-Liberator int-babel
vpngroup remote123 wins-server int-Liberator
vpngroup remote123 default-domain our.domain
vpngroup remote123 idle-time 1800
vpngroup remote123 password ********
Previous branch office VPN config:
crypto ipsec client ezvpn remote123
connect auto
group remote123 key password
mode network-extension
peer branchip
Thanks
I would like to setup a VPN tunnel to our main office which has a PIX setup with a work EZVPN. We already have one brach office working with this fine, all traffic is directed through the VPN tunnel.
I am setting up a new branch office but I would like this one to establish the VPN tunnel but still use the local gateway for internet traffic (so all other traffic does not go through the VPN).
Can anyone let me know how I can achieve this?
Main office has a Cisco PIX 515e
New branch office is has a Cisco 851
PIX VPN config:
crypto ipsec transform-set myset esp-3des esp-sha-hmac
crypto dynamic-map dynmap 10 set peer remoteip1 remoteip2
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mymap 10 ipsec-isakmp dynamic dynmap
crypto map mymap interface outside
isakmp enable outside
isakmp identity address
isakmp log 1000
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup remote123 dns-server int-Liberator int-babel
vpngroup remote123 wins-server int-Liberator
vpngroup remote123 default-domain our.domain
vpngroup remote123 idle-time 1800
vpngroup remote123 password ********
Previous branch office VPN config:
crypto ipsec client ezvpn remote123
connect auto
group remote123 key password
mode network-extension
peer branchip
Thanks