<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hello,<o:p></o:p></p><p class=MsoNormal>I am a newbie to ipsec. I was able to setup a working VPN but struggled with the split setup.<o:p></o:p></p><p class=MsoNormal>My setup is a normal home setup:<o:p></o:p></p><p class=MsoNormal>-DSL Connection from my home network (192.168.178.0/24)<o:p></o:p></p><p class=MsoNormal>-DSL Router (192.168.178.1) (ESP and needed udp ports are forwarded the raspberry)<o:p></o:p></p><p class=MsoNormal>-Raspberry (192.168.178.xx) with running ipsec<o:p></o:p></p><p class=MsoNormal>-my mobile devices get an address in the range 192.168.179.1-192.168.179.50<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I can connect and use the VPN from my laptop connected to a mobile network. But all traffic is then routed over my home network (which is working but I only want to have the traffic for 192.168.178.0/24 routed over VPN).<br>I think I have to use several connections in ipsec.conf with the passthrough policy but I tried a lot of variants and googled much more and was not able to get it running.<o:p></o:p></p><p class=MsoNormal>Can somebody here help me or give me a hint?<o:p></o:p></p><p class=MsoNormal>Here is my actual ipsec.conf:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>config setup<o:p></o:p></p><p class=MsoNormal>    charondebug="ike 1, knl 1, cfg 0"<o:p></o:p></p><p class=MsoNormal>    uniqueids=no<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>conn ikev2-vpn<o:p></o:p></p><p class=MsoNormal>    auto=add<o:p></o:p></p><p class=MsoNormal>    compress=no<o:p></o:p></p><p class=MsoNormal>    type=tunnel<o:p></o:p></p><p class=MsoNormal>    keyexchange=ikev2<o:p></o:p></p><p class=MsoNormal>    fragmentation=yes<o:p></o:p></p><p class=MsoNormal>    forceencaps=yes<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>    dpdaction=clear<o:p></o:p></p><p class=MsoNormal>    dpddelay=300s<o:p></o:p></p><p class=MsoNormal>    rekey=no<o:p></o:p></p><p class=MsoNormal>    left=%any<o:p></o:p></p><p class=MsoNormal>    leftid=@my.external.address<o:p></o:p></p><p class=MsoNormal>    leftcert=/etc/ipsec.d/certs/vpn-server-cert.pem<o:p></o:p></p><p class=MsoNormal>    leftsendcert=always<o:p></o:p></p><p class=MsoNormal>    leftsubnet=0.0.0.0/0<o:p></o:p></p><p class=MsoNormal>    right=%any<o:p></o:p></p><p class=MsoNormal>    rightid=%any<o:p></o:p></p><p class=MsoNormal>    rightauth=eap-mschapv2<o:p></o:p></p><p class=MsoNormal>    rightdns=192.168.178.1<o:p></o:p></p><p class=MsoNormal>    rightsourceip=192.168.179.1-192.168.179.50<o:p></o:p></p><p class=MsoNormal>    rightsendcert=never<o:p></o:p></p><p class=MsoNormal>    eap_identity=%identity<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Many thanks and Kind Regards,<o:p></o:p></p><p class=MsoNormal>Marco<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>