From owner-freebsd-ports-bugs@freebsd.org Thu Sep 24 23:48:30 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EC35A085F2 for ; Thu, 24 Sep 2015 23:48:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1136F156C for ; Thu, 24 Sep 2015 23:48:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t8ONmT9g051879 for ; Thu, 24 Sep 2015 23:48:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203308] wildcard patch in ipsec-tools breaks aggressive tunnels Date: Thu, 24 Sep 2015 23:48:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: andywhite@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2015 23:48:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203308 --- Comment #2 from andywhite@gmail.com --- log now looks like this with a wildcard entry. Note that "NOTIFY: couldn't find the proper pskey, try to get one by the peer's address." entry is not displayed anymore in the log, as was previously. racoon: INFO: IPsec-SA established: ESP/Tunnel X.X.255.166[500]->X.X.255.164[500] spi=222490682(0xd42f03a) racoon: INFO: IPsec-SA established: ESP/Tunnel X.X.255.166[500]->X.X.255.164[500] spi=114112937(0x6cd39a9) racoon: INFO: initiate new phase 2 negotiation: X.X.255.166[500]<=>X.X.255.164[500] racoon: INFO: ISAKMP-SA established X.X.255.166[500]-X.X.255.164[500] spi:e44202367c108922:e6b336ca8ab4a244 racoon: [X.X.255.166] INFO: Hashing X.X.255.166[500] with algo #2 racoon: [X.X.255.164] INFO: Hashing X.X.255.164[500] with algo #2 racoon: INFO: Adding remote and local NAT-D payloads. racoon: INFO: NAT not detected racoon: INFO: NAT-D payload #0 verified racoon: [X.X.255.164] INFO: Hashing X.X.255.164[500] with algo #2 racoon: INFO: NAT-D payload #-1 verified racoon: [X.X.255.166] INFO: Hashing X.X.255.166[500] with algo #2 racoon: [X.X.255.164] INFO: Selected NAT-T version: RFC 3947 racoon: INFO: received Vendor ID: DPD racoon: INFO: received Vendor ID: RFC 3947 racoon: INFO: begin Aggressive mode. racoon: INFO: initiate new phase 1 negotiation: X.X.255.166[500]<=>X.X.255.164[500] racoon: INFO: IPsec-SA request for X.X.255.164 queued due to no phase1 found. -- You are receiving this mail because: You are the assignee for the bug.