Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 peers for the same router

Status
Not open for further replies.

netwalker1

Programmer
Feb 5, 2000
1,241
EG
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 !!!
 
Other way around, you need 2 peers on the pix, since it is the router changing it's address and not the pix. Remember isakmp key also for the second peer.

Jan

Network Systems Engineer
CCNA/CQS/CCSP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top