spouseele
Posts: 12782
Joined: 1.Jun.2001
From: Belgium
Status: offline
|
Hi delaghetto, the culprit is the the VPN box you are connecting to! If you look at trace on the Internel NIC, you only see the *first* IKE message (Responder Cookie is 0): quote:
Frame 1 (354 bytes on wire, 354 bytes captured) Ethernet II, Src: Intel_a4:a7:e2 (00:0e:35:a4:a7:e2), Dst: Intel_dd:b3:57 (00:04:23:dd:b3:57) Internet Protocol, Src: 172.16.0.25 (172.16.0.25), Dst: 212.40.241.50 (212.40.241.50) User Datagram Protocol, Src Port: isakmp (500), Dst Port: isakmp (500) Internet Security Association and Key Management Protocol Initiator cookie: 7300131CDD8FC829 Responder cookie: 0000000000000000 Next payload: Security Association (1) Version: 1.0 Exchange type: Identity Protection (Main Mode) (2) Flags: 0x00 Message ID: 0x00000000 Length: 312 Security Association payload Vendor ID payload Vendor ID payload Vendor ID payload Vendor ID payload Also, look at the time stamps. Now, look at the trace on the External NIC and you see a number of times the following sequence: quote:
Frame 1 (354 bytes on wire, 354 bytes captured) Ethernet II, Src: Intel_dd:b3:56 (00:04:23:dd:b3:56), Dst: Cisco-Li_8b:4d:93 (00:18:39:8b:4d:93) Internet Protocol, Src: 192.192.10.175 (192.192.10.175), Dst: 212.40.241.50 (212.40.241.50) User Datagram Protocol, Src Port: 18270 (18270), Dst Port: isakmp (500) Internet Security Association and Key Management Protocol Initiator cookie: E4150D54AA78BE54 Responder cookie: 0000000000000000 Next payload: Security Association (1) Version: 1.0 Exchange type: Identity Protection (Main Mode) (2) Flags: 0x00 Message ID: 0x00000000 Length: 312 Security Association payload Vendor ID payload Vendor ID payload Vendor ID payload Vendor ID payload Frame 2 (210 bytes on wire, 210 bytes captured) Ethernet II, Src: Cisco-Li_8b:4d:93 (00:18:39:8b:4d:93), Dst: Intel_dd:b3:56 (00:04:23:dd:b3:56) Internet Protocol, Src: 212.40.241.50 (212.40.241.50), Dst: 192.192.10.175 (192.192.10.175) User Datagram Protocol, Src Port: isakmp (500), Dst Port: isakmp (500) Internet Security Association and Key Management Protocol Initiator cookie: E4150D54AA78BE54 Responder cookie: 348B44A4D462DC8C Next payload: Security Association (1) Version: 1.0 Exchange type: Identity Protection (Main Mode) (2) Flags: 0x00 Message ID: 0x00000000 Length: 168 Security Association payload Vendor ID payload Vendor ID payload Vendor ID payload Vendor ID payload The first frame is the *first* IKE message (Responder Cookie is 0) sent by the ISA Server. Pay particular attention to the UDP source port number. Now look at frame two, the answer from the VPN box. What do you see as UDP destination port number? ISA isn't expecting traffic on that one and will drop that UDP packet! Clearly the VPN box you are connecting to is not NAT-T aware (or not correctly configured). HTH, Stefaan
< Message edited by spouseele -- 15.May2007 3:11:47 PM >
|