Guest
|
Posted: Fri Apr 21, 2006 5:14 pm Post subject: linksys rv042 +cisco 2600 +ipsec +two subnets |
|
|
It is necessary to attach the remote point using ipsec to a network . A
problem that at adjustment vpn on linksys in remote group setup it is
possible to specify only subnet or a range. How route on two subnets
through one interface ipsec?
!cisco config
!
crypto map FAMA 1 ipsec-isakmp
set peer *******
set transform-set IRMA
match address tunneler
!
!
interface Loopback1
ip address 10.1.17.1 255.255.255.252
ip access-group 115 in
ip access-group 115 out
no ip redirects
no ip proxy-arp
no ip mroute-cache
crypto map FAMA
!
ip route 10.1.18.0 255.255.255.240 Loopback1
Without this rule it is not established ipsec connection
ip access-list extended tunneler
permit ip 10.1.18.0 0.0.0.15 10.1.11.0 0.0.0.255
permit ip 10.1.11.0 0.0.0.255 10.1.18.0 0.0.0.15 |
|