Phase 2 tunnel is not going up between PIX 525 and Watchguard

Hi Folks,
Can you please help me in knowing where is the problem liying, currently I am trying to establish a VPN tunnel between PIX firewall and Watchguard , all the parameters of both devices are the same though Phase two tunnel is not coming up.
here is the debug :
crypto_isakmp_process_block:src:212.37.17.43, dest:212.118.128.233 spt:500 dpt:500
OAK_MM exchange
ISAKMP (0): processing KE payload. message ID = 0
ISAKMP (0): processing NONCE payload. message ID = 0
ISAKMP (0:0): Detected NAT-D payload
ISAKMP (0:0): NAT does not match MINE hash
hash received: b3 8f bb 0 93 3b 65 e8 35 6f 54 6 c4 6f 59 cc
my nat hash : dd 70 9 ac 35 58 40 da 3b 5b fc 1b 4c 87 d2 11
ISAKMP (0:0): Detected NAT-D payload
ISAKMP (0:0): NAT does not match HIS hash
hash received: ba 72 c5 e 5b fb 88 f0 1e f7 8a ba c9 c6 c1 cc
his nat hash : c 4c 89 a5 66 c1 dd 80 76 48 3f a5 b0 f0 56 ed
ISAKMP (0:0): constructed HIS NAT-D
ISAKMP (0:0): constructed MINE NAT-D
return status is IKMP_NO_ERROR
crypto_isakmp_process_block:src:212.37.17.43, dest:212.118.128.233 spt:4500 dpt:4500
OAK_MM exchange
ISAKMP (0): processing ID payload. message ID = 0
ISAKMP (0): processing HASH payload. message ID = 0
ISAKMP (0): SA has been authenticated
ISAKMP: Created a peer struct for 212.37.17.43, peer port 37905
ISAKMP: Locking UDP_ENC struct 0x3cbb634 from crypto_ikmp_udp_enc_ike_init, count 1
ISAKMP (0): ID payload
next-payload : 8
type : 2
protocol : 17
port : 0
length : 23
ISAKMP (0): Total payload length: 27
return status is IKMP_NO_ERROR
ISAKMP (0): sending INITIAL_CONTACT notify
ISAKMP (0): sending NOTIFY message 24578 protocol 1
VPN Peer: ISAKMP: Added new peer: ip:212.37.17.43/4500 Total VPN Peers:16
VPN Peer: ISAKMP: Peer ip:212.37.17.43/4500 Ref cnt incremented to:1 Total VPN Peers:16
crypto_isakmp_process_block:src:212.37.17.43, dest:212.118.128.233 spt:4500 dpt:4500
ISAKMP (0): processing NOTIFY payload 24578 protocol 1
spi 0, message ID = 3168983470
ISAKMP (0): processing notify INITIAL_CONTACT
return status is IKMP_NO_ERR_NO_TRANS
crypto_isakmp_process_block:src:212.37.17.43, dest:212.118.128.233 spt:4500 dpt:4500
OAK_QM exchange
oakley_process_quick_mode:
OAK_QM_IDLE
ISAKMP (0): processing SA payload. message ID = 484086886
ISAKMP : Checking IPSec proposal 1
ISAKMP: transform 1, ESP_3DES
ISAKMP: attributes in transform:
ISAKMP: SA life type in seconds
ISAKMP: SA life duration (basic) of 28800
ISAKMP: SA life type in kilobytes
ISAKMP: SA life duration (basic) of 32000
ISAKMP: encaps is 61433
ISAKMP: authenticator is HMAC-MD5
ISAKMP (0): atts not acceptable. Next payload is 0
ISAKMP (0): SA not acceptable!
ISAKMP (0): sending NOTIFY message 14 protocol 0
return status is IKMP_ERR_NO_RETRANS
crypto_isakmp_process_block:src:212.37.17.43, dest:212.118.128.233 spt:4500 dpt:4500
ISAKMP: phase 2 packet is a duplicate of a previous packet
ISAKMP: resending last response
ISAKMP (0:0): sending NAT-T vendor ID - rev 2 & 3
crypto_isakmp_process_block:src:212.37.17.43, dest:212.118.128.233 spt:4500 dpt:4500
ISAKMP: phase 2 packet is a duplicate of a previous packet
ISAKMP: resending last response
crypto_isakmp_process_block:src:213.210.211.82, dest:212.118.128.233 spt:500 dpt:500
ISAKMP (0): processing NOTIFY payload 36136 protocol 1
spi 0, message ID = 287560609
ISAMKP (0): received DPD_R_U_THERE from peer 213.210.211.82
ISAKMP (0): sending NOTIFY message 36137 protocol 1
return status is IKMP_NO_ERR_NO_TRANSdebug
ISAKMP (0): retransmitting phase 1 (0)...
Thanks,
Ismail

Hi Kanishka,
The Phase 2 Parameters are the same also PFS is disabled !
There are some curious things in the debug msg, could you please throw some light on them
ISAKMP (0): Checking ISAKMP transform 1 against priority 1 policy
ISAKMP: encryption 3DES-CBC
ISAKMP: hash MD5
ISAKMP: auth pre-share
ISAKMP: life type in seconds
ISAKMP: life duration (VPI) of 0x0 0x1 0x51 0x80
ISAKMP: default group 1
ISAKMP (0): atts are acceptable. Next payload is 0
ISAKMP (0): processing vendor id payload
ISAKMP (0:0): vendor ID is NAT-T
ISAKMP (0): processing vendor id payload
what does the vendor ID is NAT-T above mean ? Is it say that both sides are using Nat traversal.
Also in ecryption its says encryption 3DES-CBC
i am not sure if this CBC is the culprit. Because thats what watchgaurd uses only it does not have an option for only 3DES.
strange enought that Phase 1 is getting up, I am also questioning myself about the following message appearing in Phase 1:
ISAKMP (0:0): Detected NAT-D payload
ISAKMP (0:0): NAT does not match MINE hash
hash received: b3 8f bb 0 93 3b 65 e8 35 6f 54 6 c4 6f 59 cc
my nat hash : dd 70 9 ac 35 58 40 da 3b 5b fc 1b 4c 87 d2 11
ISAKMP (0:0): Detected NAT-D payload
ISAKMP (0:0): NAT does not match HIS hash
hash received: ba 72 c5 e 5b fb 88 f0 1e f7 8a ba c9 c6 c1 cc
his nat hash : c 4c 89 a5 66 c1 dd 80 76 48 3f a5 b0 f0 56 ed
ISAKMP (0:0): constructed HIS NAT-D
ISAKMP (0:0): constructed MINE NAT-D
return status is IKMP_NO_ERROR
how come Phase 1 is coming up though the PIX is claiming that his HASH is not the same as HIS HASH :(
the log messages on WATCH GUARD states that there is no proposal chosen!
why both firewalls are not friends?
I appreciate any input

Similar Messages

  • Cisco pix 525 and 515 cannot archieve configuration in LMS 3.0.1

    Hi,
    we have several cisco pix 525 and 515 cannot archieve configuration in LMS 3.0.1
    Any help would be greatly appriciated.
    Thanks in advance
    Samir

    Hi,
    Here is the output.
    *** Device Details for  ***
    Protocol ==> Unknown / Not Applicable
    Selected Protocols with order ==> TFTP,SSH,HTTPS
    Execution Result:
    RUNNING
    CM0151 PRIMARY RUNNING Config fetch failed for ********* Cause: SSH: Failed to establish SSH connection to 10.192.18.10 - Cause: Authentication failed on device 3 times.
    Action: Check if protocol is supported by device and required device package is installed. Check device credentials. Increase timeout value, if required.
    But when I do mangement station to Device  it gives me following results:
    Interface Found:  10.192.18.10
    Status:  UP
    Test Results
    UDP     Failed
          sent: 5 recvd: 0 min: 0 max: 0 avg: 0 timeout: 2 size: 64 protocol: udp port: 7
    TCP     Failed
          sent: 0 recvd: 0 min: 0 max: 0 avg: 0 timeout: 0 size: 0 protocol: tcp port: 7
    HTTP     Failed
          sent: 0 recvd: 0 min: 0 max: 0 avg: 0 timeout: 2 size: 33 protocol: http port: 80
    TFTP     Failed
          sent: 5 recvd: 0 min: 0 max: 0 avg: 0 timeout: 2 size: 25 protocol: tftp port: 69
    SNMPRv2c(Read)     Okay
         sent: 5 recvd: 5 min: 0 max: 0 avg: 0 timeout: 2 min_size: 1472 protocol: snmpv3_get port: 0
    SNMPWv2c(Write)     Failed
          sent: 5 recvd: 0 min: 0 max: 0 avg: 0 timeout: 2 min_size: 1472 protocol: snmpv3_set port: 0
    SSHv2     Failed
    TELNET     Okay
    Waiting for your reply.
    Samir

  • It appears that I can not share documents between my iMacs and mac air without first opening document in an IOS device.  Is this correct?  If so then iCloud for me is a giant step backward especially since idisk will be discontinued next year.

    It appears that I cannot share documents between my iMacs and and Mac air using icloud without first opening document in and IOS device.  Is this true.  If so, then icould is petty much worthless for me, especially since idisk will be discontinued next year.

    jack198 wrote:
    You are correct.  However, a document can not be opened by another computer unless the document has first been open by an iDevice.
    iwork on iOS uses different file formats ( *.tef ) then iwork09 on Mac ( *.key , *. number , *.page ).
    Uploaded documents to icloud.com must first be updated to the *.tef format and then re-written to the cloud system. The online service behind the iwork web-app does the re-conversion to Mac formats, pdf or Microsoft office. All that is happening "in the cloud", not on your Mac as he misses the engine to do the transcoding from the *.tef to the other formats. Mac simply does not know what *.tef is.

  • My ical is not syncing properly between my ipad and imac

    Since the latest itunes update, the sync between my ipad and imac isn't working properly - when I have checked in the Info section of the Ipad sync bit in itunes, it says that ical and contacts are syncing with icloud - I don't want this and used to specifiy not.  It's important for me to sync the contacts and calendar exactly between my 2 devices, as it used to be.
    Can anyone help, please?
    Thanks, Caroline

    Sign out of iMessage on both devices, then sign back in.

  • Mail not syncing - different between Mac, iPhone and Cloud

    Thought I had moved to the Cloud, but having major issues having all of my mail be the same in all 3 places - Macbook, iPhone and Cloud website.  Things I have sent from my Mac do not even show being on there, and certainly not in phone, but are on Cloud. What is the best way to check that I have this set up correctly, so I can have access to mail where ever I go, for you know, work stuff.
    Mac is running Lion 10.7.2, and iPhone is updated to OS5.
    Thanks for the help.

    Unfortunately from one point of view, I have only had one issue with iCloud which related to corrupt iWork documents, so I'm not able to draw on personal experience at solving issues like yours, I'm just drawing on other users experiences here. Out of interest did you create a brand new iCloud account or migrate from a mm account.

  • Persistent VPN between PIX 501 and ASA 5505

    I am a networking newbie with 2 small retail stores. I would like to create a persistent VPN between the stores. I already have a PIX 501 firewall, and I am looking at getting an ASA 5505. Would I have any problems creating a persistent VPN between these two firewalls?

    No problems whatsoever :-)
    There are loads of examples for the config on the Cisco website, and basically these boxes can run exactly the same software, so the config on each is virtually the same. Main difference is the ASA defines the interfaces in a different way. Even if you have different versions of software, say 6.3 on the PIX and 7.2 on the ASA they will still work fine for the VPN, just the configs will be a lot more different. Hope this helps to remove any worries you had?

  • Why will transitions in Pre8 slideshow not be accepted between some pictures and accepted between ot

    When applying transitions between pictures in a Pre8 slideshow I find that occasonally the space between the pictures will not accept a transition that I am dragging to it.  It doesn't make any difference as to which transition that I'm trying to use.  I even tried inserting them by right clicking on the space.  The frequency of occurence appears to be random.  It sometimes occurs after working  OK for as few as 2 or 3 pictures and other times it wont happen for 10 or 15 pictures.
    I would appreciate hearing from anyone who has had this problem and has been successful in solving it.
    Jim

    Zoom into the timeline at one of these places.
    Often, when arranging or re-arranging photos on a timeline, if you drag one clip too close to another, you actually split it and a small sliver of a clip is between the new clip and the next. When you try to apply a transition, the program can't apply one to such a small clip.
    You may also see these accidental "phantom clips" between your main clips if you temporarily switch over to sceneline mode.
    Also per the FAQs to the right of this forum and my books, if you don't ensure that your photos are no larger than 1000x750 pixels, you will overload the program and get some pretty strange behavior. Are your photos larger than 1000x750 pixels in size?

  • How do I get my notes to sync between my iPhone and the Notes App on my Mac?

    I recently upgraded to the new OS 10.9.1  and I understand that without warning us, Apple has decided to remove notes from Mail and make it a separate App. That's fine,  but none of the notes on my iPhone are showing up in the Notes app. I have tried creating a new note in the Notes app, but none of my notes seem to be syncing in either direction. This is a HUGE annoyance as I am constantly putting together memos and lists on my computer that I need to be able to view on my phone later or vice versa. How do I get my two Notes apps to sync with each other?

    Ok, I signed out from iCloud and it told me that it removed all the data from my computer. I signed then back in and made sure to recheck the box to sync Notes and still the same problem. It has been over an hour and still none of the notes that are still on my phone have shown up in the Notes app on my Mac. The test note I created in the Notes app on my app is not showing up on my phone either. Furthermore, when I click on the Notes app it is still telling me that this computer can't connect to iCloud because of a problem with [email protected] .

  • My ipad is not going past the logo screen and it shuts down when I have battery, then it says I need to charge it. I am charging it but it isn't charging. Then my ipad isn't charging (doesn't say not charging) I've tried everything!

    First, my ipad wasn't charging. Then it shuts down when I have 7% battery, now when I turn it on, it says to charge it. And when I do charge it, it doesn't work. Now, I did it once it worked. Now I can't get past the logo screen and when I do it shuts right off again. Please help!

    Hi InternetHogger,
    Welcome to the Apple Support Communities!
    I know that situations where you cannot boot your iPad and cannot charge your iPad can be very frustrating. In this situation, I would recommend using the attached article as a reference for troubleshooting. 
    iOS: Not responding or does not turn on - Apple Support
    Cheers,
    Joe 

  • Projects not showing up between project pro and project web app

    I have projects that I created using project standard.  Now that I have a subscription to project pro for office 365 and project online, I wanted to import these projects. If I use project pro and save a project to office365, it doesn't show up on
    the project web app side.  Yet I know it is there because if I try and save with the same name it says it can't because it already exists.  Similarly, if I create a project on the project web app side and then try and open it using project pro, it
    errors out and won't open it. 

    Hi,
    If I understand well, you had standalone projects that you'd like to import on Project Online?
    Then you just have to open MS Project (connnected to your project server) then SAVE AND PUBLISH it. Be sure to fill any required information such as project custom fields.
    What is the error you get while opening Project Pro? Has the project been correctly published from PWA (not just saved, and no error message in the queue)? Then is Project Pro connected to your project server?
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • HT5312 what if the message is not going to your email acount and you forgot what the questions were

    what if the meassage you send me does not go to my emaill at all and you have forgoten your serqurity qustions

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    (97941)

  • My devices not automatically switching between Airport Extreme and Airport Express in extended network

    I have setup an extended network in my home using an Airport Extreme and an Airport Express. The Extreme is connected directly to the FiOS modem and the Express is being used as the extender. The nework is setup fine, but my devices (MBA, iPhone, iPad) are not switching base stations when the signal becomes poor on the one it's connected to. For example, I am upstairs with my MBA and a great signal as I am connected to the Express. When I move downstairs to where the Extreme is setup, the Wi-Fi connection becomes poor even though I am litterally sitting next to the Extreme. To force it to connect to the Extreme, I need to shutoff the Wi-Fi on the MBA and turn back on. At this point, the MBA will connect to the Extreme with a excellent signal.
    Any thoughts on why the MBA is not automatically switching?
    Thanks for the help!
    Brian

    The first troubleshooting step for any kind of network "issue" is a complete power cycle of the network. This gives everything a "fresh start" with new connections.
    Power off the entire network.....all devices....in any order you want
    Wait a minute or two
    Start the modem/router first, and let it run a full minute
    Start the AirPort Extreme next and let it run a full minute
    Keep starting devices one at a time about a minute apart until the entire network is back up
    Check the network again with the MBA and report on your results
    Do not worry about the iPhone and iPad....they are pretty much hopeless as far as automatically switching from one access point to another....but the MBA should if it is working correctly.

  • Can not connect FaceTime between MacBook pro and iPad 2. Both connected to wifi ... Both using the same account email

    Both connected to wifi. Both are using same FaceTime account email address ( both my devices)

    Eh la Pastenague! Je savais que tu était léthale pour l'homme mais ce sont pluôt les machines à pommes qui devraient te craindre. Merci! Solved. 
    For future reference.
    My TC is a 3rd gen.
    I actually had to reset to standard defaults not only once but twice. The first time I simply returned to my old profile but that only led to the same message error on the network settings (i.e. IP by default, cannot connect to the internet). Therefore the second time around I kept my profile as backup and re-created a new one plus a guest one.
    The airport utility then signaled to issues remaining:
    1) Internet access was cut - this I solved by simply reseting the cable modem
    2) There were no DNS Servers - I simply copied the ones I had from the previous setup and it worked
    I did have AppleCare....
    I'm online again and I hope for good.
    Thanks a lot
    PS. a small tip - I made captures of all my settings in Network settings, Airport Utility and Network utility using Grab in case of ... if anything it is just handy to get back settings that your are missing when setting up a new configuration

  • All of the Appoints in my calendar do not sync properly between my MAC and iPad

    it is really frustrating - some (with no rhyme nor reason) of my appts that I book into the calendar function on my iPad do not then sync across to my MAC Air.
    Does anyone know of a solution? Or what might be causing it?

    Welcome to the Apple Community.
    There may be a variety of reasons for this, such as different page set ups or fonts being substituted.

  • HT3042 I can not pair any device with my ipad 3,it says device not supported,why? Then i can  not transfer file between my ipad and my lg motion cel phone?

    Someone help me please

    Hello:
    This article describes the limited Bluetooth capability available (I do not know anything about your phone):
    http://support.apple.com/kb/HT3621
    Barry

Maybe you are looking for

  • Images are not reflecting in Multi Level Menu

    Hi, i am facing some problem in the Multi Level Menu. i have created a book in my portal application. For the "Main Page Book" i am setting "Multi Level Menu" For the Book with in the menu, i am setting "No Navigation"(to avoid the sub pages displayi

  • Removing gmail from mail

    i want to remove my gmail account from mail but it doesn't even appear as an account in my settings or in mail preferences.  any ideas?

  • Abot oracle.sql.opaque exception

    Wheen I run a program which is retreiving xmltype data from databse using a application then it works fine. But If I use jsp for same a deploy it on OC4jJ server it fgives exception at this line xml = (XMLType)resultSet.getObject(1); Excpeuin is Clas

  • PeopleSoft - SQL Server clone script

    I am working for a county government as a consultant for PeopleSoft using SQL Server. When they restore a DEV instance from PROD, they have to manually stop the web server, app server and batch server, then they do the restore. Afterward they have to

  • Mail - Photo Browser Empty

    Hello All, I'm new to mac and I just switched from windows. The photo browser Apple Mail doesn't display any photos, or audio or video. How do I fix this? Thanks for your help in advance. Rufus.