login
Header Space

 
 

Re: Problems with second ipsec(ctl) tunnel

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Steven Surdock <ssurdock@...>
Cc: <misc@...>
Date: Monday, April 23, 2007 - 1:06 pm

Steven Surdock wrote:

I too have the same problem.
I have a Lan 2 Lan tunnel with pfsync, carp, sasync and it works flawlessly with 
another OpenBSD system as the peer.

I tried to enable OpenBSD to PIX tunnel (PIX 501, OS: 6.3(5))

I defined "quick auth hmac-sha enc aes", when I do that I get phase 1 completed.

ipsec.conf
ike esp from 172.30.75.0/24 to 192.168.137.0/24 \
         local 10.200.3.7 peer 10.200.3.1 \
         main auth hmac-sha1 enc aes \
         quick auth hmac-sha enc aes \
         srcid 10.200.3.7 psk "F00F00Bar"

snippet from PIX firewall:

crypto ipsec transform-set IPSEC_SET esp-aes-256 esp-sha-hmac
crypto map VPN_MAP 1 ipsec-isakmp
crypto map VPN_MAP 1 match address VPN_ACL
crypto map VPN_MAP 1 set peer 10.200.3.7
crypto map VPN_MAP 1 set transform-set IPSEC_SET
crypto map VPN_MAP interface outside
isakmp enable outside
isakmp key ******** address 10.200.3.7 netmask 255.255.255.255 no-xauth
isakmp identity address
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption aes-256
isakmp policy 1 hash sha
isakmp policy 1 group 2
isakmp policy 1 lifetime 1800

pixfirewall# sh crypto isakmp sa
Total     : 1
Embryonic : 0
         dst               src        state     pending     created
       10.200.3.1       10.200.3.7    QM_IDLE         0           0

But phase 2 does not established at all for some reason!

Does anybody need any more logs?

Thanks
Prabhu
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Problems with second ipsec(ctl) tunnel, Steven Surdock, (Mon Apr 23, 12:42 pm)
Re: Problems with second ipsec(ctl) tunnel, Steven Surdock, (Tue Apr 24, 3:49 pm)
Re: Problems with second ipsec(ctl) tunnel, Stuart Henderson, (Tue Apr 24, 4:05 pm)
Re: Problems with second ipsec(ctl) tunnel, Steven Surdock, (Tue Apr 24, 9:48 pm)
Re: Problems with second ipsec(ctl) tunnel, Prabhu Gurumurthy, (Mon Apr 23, 1:06 pm)
Re: Problems with second ipsec(ctl) tunnel, Steven Surdock, (Mon Apr 23, 1:16 pm)
Re: Problems with second ipsec(ctl) tunnel, Prabhu Gurumurthy, (Mon Apr 23, 1:24 pm)
Re: Problems with second ipsec(ctl) tunnel, Steven Surdock, (Mon Apr 23, 1:29 pm)
Re: Problems with second ipsec(ctl) tunnel, Prabhu Gurumurthy, (Mon Apr 23, 2:38 pm)
speck-geostationary