05-24-2005 02:42 PM - edited 02-21-2020 12:10 AM
Hi All,
When I try to configure multiple peers on the PIX, it gives an error as below:
I am running ver 7.0(1) Restricted. I need to set two peerings on my PIX,let me know how ?
crypto ipsec transform-set tripledes esp-3des esp-sha-hmac
crypto ipsec security-association lifetime seconds 3600
crypto map test 5 ipsec-isakmp
crypto map test 5 match address ipsec
crypto map test 5 set peer x.x.x.x
crypto map test 5 set peer y.y.y.y
ERROR: Multiple Peers can be specified only with originate-only connections
Thanx
Praful
05-24-2005 06:21 PM
I have only done this in IOS but it should be the same.
Your crypto map should look something like this
crypto map test 5 ipsec-isakmp match address
crypto map test 5 match address ipsec
crypto map test 5 set peer x.x.x.x
crypto map test 6 ipsec-isakmp
crypto map test 6 match address ipsec
crypto map test 6 set peer y.y.y.y
05-24-2005 08:35 PM
could you try the following command...
crypto map test 5 set peer x.x.x.x y.y.y.y
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide