<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
That does work, thanks! Apologies for the derail.</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Jason A. Donenfeld <Jason@zx2c4.com><br>
<b>Sent:</b> Thursday, July 5, 2018 12:24 PM<br>
<b>To:</b> denis@dkisselev.net<br>
<b>Cc:</b> Eric Kuck; WireGuard mailing list<br>
<b>Subject:</b> Re: "Exclude Private IPs" in Android App</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi Denis,<br>
<br>
> I get "Error bringing up tunnel: Bad Address" if I try to set Allowed IP's to "10.5.0.1/24,192.168.1.0/13" but it works with "0.0.0.0/0".<br>
<br>
User error. This fails because:<br>
<br>
192.168.1.0 & (1 << (32 - 13)) != 192.168.1.0<br>
and<br>
10.5.0.1 & (1 << (32 - 24) != 10.5.0.1<br>
<br>
Try instead using 192.168.0.0/13 and 10.5.0.0/24.<br>
<br>
Jason<br>
</div>
</span></font></div>
</body>
</html>