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
!
!