In our topology,<br><br>LAN (<a href="http://10.0.0.0/8">10.0.0.0/8</a>) - SW(<a href="http://10.0.0.1">10.0.0.1</a>) - VPNRouter (<a href="http://10.0.0.2">10.0.0.2</a>) +++ VPN Users <a href="http://172.16.10.0/24">172.16.10.0/24</a><br>
<br>Our VPN users connect and are assigned an IP from <a href="http://172.16.10.0/24">172.16.10.0/24</a> subnet by l2tpd. There are configured as split-tunnel. That is, they use internet directly not over VPNRouter.<br><br>
How can I automatically inform VPN clients about <a href="http://10.0.0.0/8">10.0.0.0/8</a> subnet connections should go over VPNRouter?<br><br>Best Regards,<br><br><br>Current ipsec.conf:<br><br>version 2.0<br><br>config setup<br>
interfaces="ipsec0=eth0"<br> klipsdebug=none<br> plutodebug=none<br> nat_traversal=yes<br> uniqueids=yes <br>virtual_private=%v4:<a href="http://10.0.0.0/8,%v4:172.16.0.0/12,%v4:192.168.0.0/16,%v4:!192.168.1.0/24">10.0.0.0/8,%v4:172.16.0.0/12,%v4:192.168.0.0/16,%v4:!192.168.1.0/24</a><br>
<br><br>conn %default<br> auto=start<br><br>conn labris.l2tp<br> authby=secret<br> left=INTERNETIP<br> right=%any<br> rightsubnet=vhost:%no,%priv<br> leftnexthop=INTERNETROUTER<br>
auth=esp<br> rightprotoport=17/1701<br> auto=add<br> keyingtries=3<br> pfs=no<br> leftprotoport=17/1701<br> rekey=no<br> rightid=%any<br><br><br>