<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<div>
<p dir="auto">Hey Paul,</p>
<p dir="auto">Sorry I never got back to you. Unfortunately the VMs I had been testing on were wiped out, so I'm not sure I can be that great of a help anymore.
</p>
<p dir="auto">Regards,<br>
Matt<br>
</p>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> Paul Wouters <paul@nohats.ca><br>
<b>Sent:</b> Tuesday, August 23, 2016 12:22:56 PM<br>
<b>To:</b> Schmidt, Michael M<br>
<b>Cc:</b> Libreswan Development List<br>
<b>Subject:</b> Re: [Swan] Multiple clients behind the same NAT IP get dropped - IPSec / xauth</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">On Tue, 28 Jun 2016, Schmidt, Michael M wrote:<br>
<br>
> I can run a debug if you tell me what debug level to run on and what version you want me to test with.<br>
<br>
Antony located a bug that I think might have caused this problem.<br>
Try this small patch:<br>
<br>
diff --git a/programs/pluto/connections.c b/programs/pluto/connections.c<br>
index 7a5b1a2..bcb73a7 100644<br>
--- a/programs/pluto/connections.c<br>
+++ b/programs/pluto/connections.c<br>
@@ -1819,6 +1821,9 @@ char *add_group_instance(struct connection *group, const i p_subnet *target)<br>
<br>
                 t->spd.reqid = group->spd.reqid == 0 ?<br>
                         gen_reqid() : group->spd.reqid;<br>
+               t->spd.reqid =  gen_reqid(); <br>
+ <br>
+<br>
<br>
                 /* add to connections list */<br>
                 t->ac_next = connections;<br>
<br>
Paul<br>
</div>
</span></font>
</body>
</html>