netwalker1
Programmer
I have a problem :
I have a PIX connected to Router1
and this router has 2 serial interfaces , connected to different Wan connections ,, and I have another router ( router2 and it has 2 serial interfaces connected to the same 2 Networks ..
So that I can reach router2 from Router1 by 2 routes ..
I used RIP to define the route ,, so that when interface 1 is down , interface 2 comes up , and the route continue operation .
I want to connect Router2 to my PIX through IPSec , so that I made a Peer interface on the PIX , and I made 2 Peers on the 2 serial iterfaces on Router2
And I used te 2 Peers in my crypto on the PIX :
crypto map Router_Vpn 21 ipsec-isakmp
crypto map Router_Vpn 21 match address ipsec_vpn
crypto map Router_Vpn 21 set peer 172.16.95.154
crypto map Router_Vpn 21 set peer 10.100.100.2
crypto map Router_Vpn 21 set transform-set ESP-3DES-MD5
and on Router2 :
interface Serial0/0
.....
crypto map siliconmap
!
interface Serial0/1
.....
crypto map siliconmap
[red]The Problem :[/red]
Connecting to the 1st peer is working fine , but after transferring to the next peer , no traffic is passing !!
any idea ?
Mohamed Farid
Know Me No Pain , No Me Know Pain !!!
I have a PIX connected to Router1
and this router has 2 serial interfaces , connected to different Wan connections ,, and I have another router ( router2 and it has 2 serial interfaces connected to the same 2 Networks ..
So that I can reach router2 from Router1 by 2 routes ..
I used RIP to define the route ,, so that when interface 1 is down , interface 2 comes up , and the route continue operation .
I want to connect Router2 to my PIX through IPSec , so that I made a Peer interface on the PIX , and I made 2 Peers on the 2 serial iterfaces on Router2
And I used te 2 Peers in my crypto on the PIX :
crypto map Router_Vpn 21 ipsec-isakmp
crypto map Router_Vpn 21 match address ipsec_vpn
crypto map Router_Vpn 21 set peer 172.16.95.154
crypto map Router_Vpn 21 set peer 10.100.100.2
crypto map Router_Vpn 21 set transform-set ESP-3DES-MD5
and on Router2 :
interface Serial0/0
.....
crypto map siliconmap
!
interface Serial0/1
.....
crypto map siliconmap
[red]The Problem :[/red]
Connecting to the 1st peer is working fine , but after transferring to the next peer , no traffic is passing !!
any idea ?
Mohamed Farid
Know Me No Pain , No Me Know Pain !!!