<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 10.00.9200.17148"></HEAD>
<BODY style="FONT: 10pt Segoe UI; MARGIN: 4px 4px 1px">
<DIV>Yeah, that was my mistake. I only need the second one.</DIV>
<DIV> </DIV>
<DIV>I thought I needed the first one because IPTables Postrouting didn't take place until after the kernel had determined whether the traffic was to be tunneled but I was mistaken. I see now that Postrouting takes place before the kernel determines whether or not the traffic is to be tunneled.</DIV>
<DIV> </DIV>
<DIV>Thanks for your help.<BR><BR>>>> Noel Kuntze <noel@familie-kuntze.de> 07/04/2015 12:37 >>><BR><BR>-----BEGIN PGP SIGNED MESSAGE-----<BR>Hash: SHA256<BR><BR>Hello Tormod,<BR><BR>Okay. But still only one CHILD_SA is up and the other one not.<BR><BR>Mit freundlichen Grüßen/Kind Regards,<BR>Noel Kuntze<BR><BR>GPG Key ID: 0x63EC6658<BR>Fingerprint: 23CA BB60 2146 05E7 7278 6592 3839 298F 63EC 6658<BR><BR>Am 07.04.2015 um 13:35 schrieb Tormod Macleod:<BR>> Hi Noel,<BR>> <BR>> I need the SNAT as the network on the right want to see the traffic originate from the 1.1.1.0/24 range for internal routing purposes.<BR>> <BR>> I thought (Bryan Duff set me straight) I needed two Child SAs. Because the right device is a Cisco device I had to configure two separate Child SAs rather than do rightsubnet=c,d. It seems the Cisco ASA wants to do it that way and it was causing me problems. Martin Willi previously helped me with this (see attached).<BR>> <BR>> Cheers,<BR>> <BR>> <BR>> Tormod<BR>><BR>> >>> Noel Kuntze <noel@familie-kuntze.de> 06/04/2015 18:01 >>><BR>><BR>> Hello Tormod,<BR>><BR>> There is a graph[1] that describes the path of the traffic in the kernel.<BR>><BR>> Why do you believe, that you have to apply SNAT/MASQUERADE?<BR>> By the way, your tunnel setup is wrong.<BR>> You define two IPsec tunnels, but there is only one being used:<BR>><BR>> >SecurityAssociation-2{2}:  INSTALLED, TUNNEL, ESP in UDP SPIs: cb5e661f_i 9add0a95_o<BR>> >SecurityAssociation-2{2}:  AES_CBC_128/HMAC_SHA1_96, 0 bytes_i, 0 bytes_o, rekeying in 48 minutes<BR>> >SecurityAssociation-2{2}:   1.1.1.0/24 === 192.168.0.0/16<BR>><BR>> You should look for the reason that causes CHILD_SA of "SecurityAssociation-1" to not come up.<BR>> Also, with IKEv2, you can combine the subnets of all SAs into one.<BR>><BR>> So you can build something like this:<BR>><BR>> leftsubnet=a,b<BR>> rightsubnet=c,d<BR>><BR>> Mit freundlichen Grüßen/Kind Regards,<BR>> Noel Kuntze<BR>><BR>> GPG Key ID: 0x63EC6658<BR>> Fingerprint: 23CA BB60 2146 05E7 7278 6592 3839 298F 63EC 6658<BR>><BR>> Am 06.04.2015 um 16:36 schrieb Tormod Macleod:<BR>> > Hello,<BR>><BR>> > I'm currently testing a site to site VPN. I need to change both the source and destination address on the left device before forwarding the packets over the VPN to the right device. I believe it all happens in the order below but I may be wrong.<BR>><BR>> > 1 IPTables Prerouting<BR>> > 2 Route selected<BR>> > 3 A determination is made on whether the packets should be encapsulated with IPSec<BR>> > 4 IPTables Postrouting<BR>> > 5 Packets are encapsultaed with IPSec where applicable<BR>> > 6 Packets are forwarded<BR>><BR>> > I believe I have a solution but I'm not sure whether it's the best and I'd welcome some ideas...<BR>><BR>> > In order to have the traffic encapsulated I had to create two child SAs on the left side. The first has the original source address and the translated destination address. This is only used in step 3. In step 4 the destination address is translated and by the time it gets to step 5 the traffic source and destination addresses match that of the second child SA which also matches the single child SA on the right side.<BR>><BR>> > I'm concerned that I might run into some problems with this approach that I have not yet foreseen.<BR>><BR>> > Here's my config...<BR>><BR>> > config setup<BR>> >         # strictcrlpolicy=yes<BR>> >         # uniqueids=no<BR>><BR>> > conn %default<BR>> >         ikelifetime=1440m<BR>> >         keylife=60m<BR>> >         margintime=3m<BR>> >         keyingtries=5<BR>> >         keyexchange=ikev2<BR>> >         authby=secret<BR>> >         left=10.180.0.12<BR>> >         leftid=2.2.2.2<BR>> >         auto=start<BR>> >         ike=aes128-md5-modp1536<BR>> >         esp=aes128-sha1<BR>> >         reauth=no<BR>> >         dpdaction=hold<BR>> >         dpddelay=40<BR>><BR>> > conn SecurityAssociation-1<BR>> >         leftsubnet=10.176.0.0/13<BR>> >         right=3.3.3.3<BR>> >         rightsubnet=192.168.0.0/16<BR>> >         rightid=3.3.3.3<BR>><BR>> > conn SecurityAssociation-2<BR>> >         leftsubnet=1.1.1.0/24<BR>> >         right=3.3.3.3<BR>> >         rightsubnet=192.168.0.0/16<BR>> >         rightid=3.3.3.3<BR>><BR>><BR>> > Here's the statusall...<BR>><BR>> > [root@localhost ~]# /opt/strongswan522/sbin/ipsec statusall<BR>> > Status of IKE charon daemon (strongSwan 5.2.2, Linux 2.6.32-504.12.2.el6.x86_64, x86_64):<BR>> >   uptime: 3 days, since Apr 03 14:47:09 2015<BR>> >   malloc: sbrk 270336, mmap 0, used 210768, free 59568<BR>> >   worker threads: 11 of 16 idle, 5/0/0/0 working, job queue: 0/0/0/0, scheduled: 4<BR>> >   loaded plugins: charon aes des rc2 sha1 sha2 md5 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey pem fips-prf gmp xcbc cmac hmac attr kernel-netlink resolve socket-default stroke updown xauth-generic unity<BR>> > Listening IP addresses:<BR>> >   10.180.0.12<BR>> > Connections:<BR>> > SecurityAssociation-1:  10.180.0.12...3.3.3.3  IKEv2, dpddelay=40s<BR>> > SecurityAssociation-1:   local:  [2.2.2.2] uses pre-shared key authentication<BR>> > SecurityAssociation-1:   remote: [3.3.3.3] uses pre-shared key authentication<BR>> > SecurityAssociation-1:   child:  10.176.0.0/13 === 192.168.0.0/16 TUNNEL, dpdaction=hold<BR>> > SecurityAssociation-2:   child:  1.1.1.0/24 === 192.168.0.0/16 TUNNEL, dpdaction=hold<BR>> > Security Associations (1 up, 0 connecting):<BR>> > SecurityAssociation-1[4]: ESTABLISHED 41 minutes ago, 10.180.0.12[2.2.2.2]...3.3.3.3[3.3.3.3]<BR>> > SecurityAssociation-1[4]: IKEv2 SPIs: 75498cd903d39dfa_i* 9dca56ab7071039a_r, rekeying in 23 hours<BR>> > SecurityAssociation-1[4]: IKE proposal: AES_CBC_128/HMAC_MD5_96/PRF_HMAC_SHA1/MODP_1536<BR>> > SecurityAssociation-2{2}:  INSTALLED, TUNNEL, ESP in UDP SPIs: cb5e661f_i 9add0a95_o<BR>> > SecurityAssociation-2{2}:  AES_CBC_128/HMAC_SHA1_96, 0 bytes_i, 0 bytes_o, rekeying in 48 minutes<BR>> > SecurityAssociation-2{2}:   1.1.1.0/24 === 192.168.0.0/16<BR>> > And here's the IPTABLES commands I used to send traffic both ways...<BR>><BR>> >   iptables -t nat -A PREROUTING -p tcp -s 10.176.0.10/32 -d 10.180.0.12/32 --dport 61001 -j DNAT --to-destination 192.168.1.1:23<BR>> >   iptables -t nat -A POSTROUTING -s 10.176.0.10/32 -d 192.168.1.1/32 -j SNAT --to-source 1.1.1.2<BR>> >   iptables -t nat -A PREROUTING -p tcp -s 192.168.1.1/32 -d 1.1.1.3/32 --dport 61002 -j DNAT --to-destination 10.176.0.10:23<BR>> >   iptables -t nat -A POSTROUTING -s 192.168.1.1/32 -d 10.176.0.10/32 -j SNAT --to-source 10.180.0.12<BR>> > It's a bit convoluted but it works. I'd love to know if someone has a better idea.<BR>><BR>> > Cheers,<BR>><BR>><BR>> > Tormod<BR>><BR>> > Please consider the environment before printing this email<BR>> > *********************************************************************<BR>><BR>> > This e-mail and any attachments are confidential.  If it is not for you, please inform us and delete it immediately without disclosing, copying, or distributing it.<BR>><BR>> > If the content is not about the business of PayWizard Group PLC or its clients, then it is neither from nor sanctioned by PayWizard Group PLC.  Use of this or any other PayWizard Group PLC e-mail facility signifies consent to interception by PayWizard Group PLC.  The views expressed in this email or any attachments may not reflect the views and opinions of PayWizard Group PLC.<BR>><BR>> > This message has been scanned for viruses and dangerous content by MailScanner, but PayWizard Group PLC accepts no liability for any damage caused by the transmission of any viruses.<BR>><BR>> > PayWizard Group PLC is a public limited company registered in Scotland (SC175703) with its registered office at Cluny Court, John Smith Business Park, Kirkcaldy, Fife, KY2 6QJ.<BR>><BR>> > ********************************************************************<BR>> > --<BR>> > This message has been scanned for viruses and<BR>> > dangerous content by *MailScanner* <<A href="http://www.mailscanner.info/">http://www.mailscanner.info/</A>>, and is<BR>> > believed to be clean.<BR>><BR>><BR>> > _______________________________________________<BR>> > Users mailing list<BR>> > Users@lists.strongswan.org<BR>> > <A href="https://lists.strongswan.org/mailman/listinfo/users">https://lists.strongswan.org/mailman/listinfo/users</A><BR>><BR>><BR>><BR>> _______________________________________________<BR>> Users mailing list<BR>> Users@lists.strongswan.org<BR>> <A href="https://lists.strongswan.org/mailman/listinfo/users">https://lists.strongswan.org/mailman/listinfo/users</A><BR>> --<BR>> This message has been scanned for viruses and<BR>> dangerous content by MailScanner, and is<BR>> believed to be clean.<BR>><BR>><BR>> Please consider the environment before printing this email<BR>> *********************************************************************<BR>><BR>> This e-mail and any attachments are confidential.  If it is not for you, please inform us and delete it immediately without disclosing, copying, or distributing it.<BR>><BR>> If the content is not about the business of PayWizard Group PLC or its clients, then it is neither from nor sanctioned by PayWizard Group PLC.  Use of this or any other PayWizard Group PLC e-mail facility signifies consent to interception by PayWizard Group PLC.  The views expressed in this email or any attachments may not reflect the views and opinions of PayWizard Group PLC.<BR>><BR>> This message has been scanned for viruses and dangerous content by MailScanner, but PayWizard Group PLC accepts no liability for any damage caused by the transmission of any viruses.<BR>><BR>> PayWizard Group PLC is a public limited company registered in Scotland (SC175703) with its registered office at Cluny Court, John Smith Business Park, Kirkcaldy, Fife, KY2 6QJ.<BR>><BR>> ********************************************************************<BR>> --<BR>> This message has been scanned for viruses and<BR>> dangerous content by *MailScanner* <<A href="http://www.mailscanner.info/">http://www.mailscanner.info/</A>>, and is<BR>> believed to be clean.<BR><BR>-----BEGIN PGP SIGNATURE-----<BR>Version: GnuPG v2<BR><BR>iQIcBAEBCAAGBQJVI8F9AAoJEDg5KY9j7GZYEXIP/28fjNsVPRmfZ8pRGR2T4l+u<BR>ke9GzLTIThVP7ev0Syra9mt92IBFhMf115JTjQptQf6QeuXKgNTT0p+nsWyXDdXv<BR>qMYxtmszEd6gLt8u/zactbHMhEk5RWGqpt0gv8XP/ojtzn35l92R0l3VP5EYVSg6<BR>fVUgA4F39d1vT1Qj4RnoRaW3j39m2hD+o5oig4erJfHMITRJlXflBvmiqHneQYP5<BR>OpksYEHco2o4b5bFVLJgC9wzXHhG+DOZxRguVtcbtTLwWdYtsNgYi5281oH7cdqA<BR>fMzJKOnTZk3PbHO5wIsZMnhuvE2FCkY5KchZaFMPr43OFqvBV25rKkT1S9G4x3Qb<BR>5e9G1CYAT/CH2VWmscmhtDECZtsMBvKg3vvGEAZModFwVOwDyhfRjtlnd7K4vJvt<BR>sCxwnMmByKtalDgwqzXwmhirl1Lw/0kF456P2WEH5airHaFXD9/WSM3GUeByr921<BR>u5kzuvYwjASFDujexiGgJlsTfi2vVI3OQscxPYvfZdZKw2fzt22aaZu86BaoqMu6<BR>OMvfE1VF8SqDkkpiyn8E4emEFhiKFFyIq3fPjbA14JYy4YyduLQN3F2kXrbwN8fa<BR>fdQ1ayC+djcm8vTwQCJ56RQaS4Q3BSOAOHonT1e3HCgNUIorzxILSSrihUpbxPfl<BR>7PZpELg8IqPRd+E6K/p5<BR>=n4Hn<BR>-----END PGP SIGNATURE-----<BR><BR><BR>-- <BR>This message has been scanned for viruses and<BR>dangerous content by MailScanner, and is<BR>believed to be clean.<BR><BR></DIV><BR>

    <div>
      <div>
        <div>
          <font face="Arial" size="2" color="#008000">Please consider the 
          environment before printing this email</font><font face="Arial" size="2">
</font>        </div>
      </div>
    </div>
    <div>
      <font face="Arial" size="2">
</font>    </div>
    <span class="f133 controlstyle" id="F133"><font face="Arial" size="2">*********************************************************************
</font></span><font face="Arial" size="2"><br><span class="f133 controlstyle" id="F133"><br>This 
    e-mail and any attachments are confidential.  If it is not for you, please 
    inform us and delete it immediately without disclosing, copying, or 
    distributing it.<br><br>If the content is not about the business of 
    PayWizard Group PLC or its clients, then it is neither from nor sanctioned 
    by PayWizard Group PLC.  Use of this or any other PayWizard Group PLC 
    e-mail facility signifies consent to interception by PayWizard Group PLC.  
    The views expressed in this email or any attachments may not reflect the 
    views and opinions of PayWizard Group PLC.<br><br>This message has been 
    scanned for viruses and dangerous content by MailScanner, but PayWizard 
    Group PLC accepts no liability for any damage caused by the transmission 
    of any viruses.<br><br>PayWizard Group PLC is a public limited company 
    registered in Scotland (SC175703) with its registered office at Cluny 
    Court, John Smith Business Park, Kirkcaldy, Fife, KY2 6QJ.<br><br>*******************************************************************</span>*</font>
  <br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</BODY></HTML>