<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-2">
</head>
<body>
<br>
<blockquote type="cite"
cite="mid:f4865b66-aa9c-1003-b5a3-b1a95ad39886@mess.hu">
<p>I have a VPN server on a MikroTik router. I'm trying to connect
to it from strongswan client on Ubuntu 10.04.1 LTS.</p>
</blockquote>
This was a typo, I meant 20.0.4 LTS, of course.<br>
<blockquote type="cite"
cite="mid:f4865b66-aa9c-1003-b5a3-b1a95ad39886@mess.hu">If I
change the order of the networks on the server, then the first one
takes precedence. For example this config:
<pre><code>/ip ipsec mode-config
add address-pool=vpn.my.server.hu address-prefix-length=32 name="modeconf vpn.my.server.hu" split-include=</code><code><code>172.111.0.0/16</code>,</code><code><code>192.168.13.0/24</code>,10.0.88.0/24 static-dns=10.0.88.1 system-dns=no
</code></pre>
<p>Will add route for 172.111.0.0/16 on the client. But it won't
add 192.168.13.0/24 nor 10.0.88.0/24.<br>
</p>
<p>The problem is not with the VPN server, because I can connect
to it from Windows 10, and all routes pushed by the server are
correctly added to the routing table.</p>
</blockquote>
<p>For comparison, this is what I see in the routing table after I
connect from Windows 10:</p>
<p><a class="moz-txt-link-freetext" href="https://imgur.com/a/gD6vavc">https://imgur.com/a/gD6vavc</a></p>
<p><br>
</p>
</body>
</html>