[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

11/03/2007 at 08:20AM PDT, ID: 22936673
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8

Access a Remote VPN from a Cisco Router using NPV Client

Asked by rbamburg in Cisco PIX Firewall, Virtual Private Networking (VPN), Network Routers

Tags: router, split, tunneling, using

Is there a way that a user logging on to a Cisco VPN Hub can be made to access other VPN spokes?

Please let me explain.

I have a central office using a Cisco ASA 5505 on subnet 192.168.20.xxx.  
There are several remote offices connected via vpns using a combination of Cisco and Linksys routers.    
One of them is using subnet 192.168.15.xxx.  When I log into the central office vpn, my laptop gets 192.168.20.201
I as a remote Tech would like to log into the central office using my laptop and the Cisco VPN Client.  
This I can do now with no problem.  

Then I would like to access the remote offices through my same vpn tunnel.  
In other words, I need to ping 192.168.15.10 from my laptop of 192.168.20.201

Can anyone tell me how I can configure the routers to accomplish this???

Here is my current config


ASA Version 7.2(2)
!
hostname cisco-tpln-power
domain-name default.domain.invalid
enable password xxxxxxxxxxxxxxxxx encrypted
names
name 166.aaa.aaa.aaa BobLT-CellAccess
name 72.bbb.bbb.bbb BobLT-HomeAccess
!
interface Vlan1
 nameif inside
 security-level 100
 ip address 192.168.20.1 255.255.255.0
!
interface Vlan2
 nameif outside
 security-level 0
 ip address 74.ccc.ccc.ccc 255.255.255.224
!
interface Ethernet0/0
 switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd xxxxxxxxxxxxxxx encrypted
ftp mode passive
dns server-group DefaultDNS
 domain-name default.domain.invalid
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
access-list 172 extended permit ip 192.168.20.0 255.255.255.0 192.168.25.0 255.2
55.255.0
access-list 172 extended permit ip 192.168.20.0 255.255.255.0 192.168.15.0 255.2
55.255.0
access-list outside_in extended permit ip any any
access-list outside extended permit ip any any
access-list inside_nat0_outbound extended permit ip 192.168.20.0 255.255.255.0 1
92.168.25.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.20.0 255.255.255.0 1
92.168.15.0 255.255.255.0
access-list outside_att_25_cryptomap extended permit ip 192.168.20.0 255.255.255
.0 192.168.25.0 255.255.255.0
access-list outside_att_15_cryptomap extended permit ip 192.168.20.0 255.255.255
.0 192.168.15.0 255.255.255.0
access-list split standard permit 192.168.20.0 255.255.255.0
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
ip local pool VPNAccess 192.168.20.201-192.168.20.209 mask 255.255.255.0
no failover
icmp unreachable rate-limit 1 burst-size 1
icmp permit any inside
icmp permit any outside
asdm image disk0:/asdm-522.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 172
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface https 192.168.20.12 https netmask 255.255.
255.255
static (inside,outside) tcp interface www 192.168.20.12 www netmask 255.255.255.
255
access-group outside in interface outside
route outside 0.0.0.0 0.0.0.0 74.7.23.65 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
group-policy TPLN internal
group-policy TPLN attributes
 dns-server value 151.164.11.201 151.164.1.8
 vpn-tunnel-protocol IPSec
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value split
 default-domain value TPLN
username rbamburg password xxxxxxxxxxxxxxxx encrypted
aaa authentication ssh console LOCAL
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map outside_dyn_map 1 set pfs
crypto dynamic-map outside_dyn_map 1 set transform-set ESP-3DES-SHA
crypto dynamic-map outside_dyn_map 1 set reverse-route
crypto map outside_att_map 15 match address outside_att_15_cryptomap
crypto map outside_att_map 15 set pfs group1
crypto map outside_att_map 15 set peer 216.xxx.xxx.xxx
crypto map outside_att_map 15 set transform-set ESP-3DES-SHA
crypto map outside_att_map 25 match address outside_att_25_cryptomap
crypto map outside_att_map 25 set pfs group1
crypto map outside_att_map 25 set peer 216.yyy.yyy.yyy
crypto map outside_att_map 25 set transform-set ESP-3DES-SHA
crypto map outside_att_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_att_map interface outside
crypto isakmp enable outside
crypto isakmp policy 1
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
tunnel-group TPLN type ipsec-ra
tunnel-group TPLN general-attributes
 address-pool VPNAccess
 default-group-policy TPLN
tunnel-group TPLN ipsec-attributes
 pre-shared-key *
tunnel-group 216.xxx.xxx.xxx type ipsec-l2l
tunnel-group 216.xxx.xxx.xxx ipsec-attributes
 pre-shared-key *
tunnel-group 216.yyy.yyy.yyy type ipsec-l2l
tunnel-group 216.yyy.yyy.yyy ipsec-attributes
 pre-shared-key *
telnet 192.168.20.0 255.255.255.0 inside
telnet BobLT-CellAccess 255.255.255.255 outside
telnet timeout 60
ssh BobLT-CellAccess 255.255.255.255 outside
ssh BobLT-HomeAccess 255.255.255.255 outside
ssh timeout 60
console timeout 0
management-access inside
dhcpd address 192.168.20.100-192.168.20.199 inside
dhcpd dns 151.164.11.201 interface inside
dhcpd wins 192.168.20.10 interface inside
dhcpd enable inside
!

!
[+][-]11/03/07 09:54 AM, ID: 20207459

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/03/07 04:03 PM, ID: 20208412

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/03/07 11:23 PM, ID: 20209725

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Cisco PIX Firewall, Virtual Private Networking (VPN), Network Routers
Tags: router, split, tunneling, using
Sign Up Now!
Solution Provided By: Voltz-dk
Participating Experts: 1
Solution Grade: A
 
 
[+][-]11/04/07 05:33 AM, ID: 20210407

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/04/07 06:05 AM, ID: 20210513

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/04/07 06:33 AM, ID: 20210563

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11/04/07 06:48 AM, ID: 20210590

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]11/04/07 11:58 AM, ID: 20211866

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20090824-EE-VQP-74 / EE_QW_2_20070628