<div>Dear StrongSwan Developer,</div>
<div><br>When assigning IPv4 and IPv6 addresses for the single tunnel, client gets both VPN addresses, IPv4 routing is working fine, but there is no IPv6 routing/traffic over the tunnel. Server's log shows only the TS for [<a href="http://10.10.10.0/24" target="_blank">10.10.10.0/24</a> fec1::/64 === <a href="http://10.10.10.1/32" target="_blank">10.10.10.1/32</a>], but there is no TS for [<a href="http://10.10.10.0/24" target="_blank">10.10.10.0/24</a> fec1::/64 === fec1::1/128] in the log:</div>

<div> </div>
<div>charon: 10[IKE] peer requested virtual IP %any</div>
<div>
<div>charon: 10[CFG] assigning new lease to '<a href="mailto:carol@strongswan.org" target="_blank">carol@strongswan.org</a>'</div>
<div>charon: 10[IKE] assigning virtual IP 10.10.10.1 to peer '<a href="mailto:carol@strongswan.org" target="_blank">carol@strongswan.org</a>'</div>
<div>charon: 10[IKE] peer requested virtual IP %any6</div>
<div>charon: 10[CFG] assigning new lease to '<a href="mailto:carol@strongswan.org" target="_blank">carol@strongswan.org</a>'</div>
<div>charon: 10[IKE] assigning virtual IP fec1::1 to peer '<a href="mailto:carol@strongswan.org" target="_blank">carol@strongswan.org</a>'</div>
<div>charon: 10[IKE] CHILD_SA client{1} established with SPIs c4baa232_i c6a51aa7_o and TS <a href="http://10.10.10.0/24" target="_blank">10.10.10.0/24</a> fec1::/64 === <a href="http://10.10.10.1/32" target="_blank">10.10.10.1/32</a></div>

<div>charon: 10[ENC] generating IKE_AUTH response 1 [ IDr AUTH CP(ADDR ADDR6) SA TSi TSr N(AUTH_LFT) N(MOBIKE_SUP) N(ADD_4_ADDR) N(ADD_4_ADDR) N(ADD_6_ADDR) N(ADD_6_ADDR) ]</div></div>
<div><br></div>
<div>Server's ipsec.conf:</div>
<div>
<div>conn client</div>
<div>        leftsubnet=<a href="http://10.10.10.0/24,fec1::/64" target="_blank">10.10.10.0/24,fec1::/64</a></div>
<div>        rightsourceip=10.10.10.1,fec1::1/64</div></div>
<div><br></div>
<div>Client's ipsec.conf:</div>
<div>
<div>conn home</div>
<div>        rightsubnet=<a href="http://10.10.10.0/24,::0/0" target="_blank">10.10.10.0/24,::0/0</a></div>
<div>        leftsourceip=%config4,%config6</div></div>
<div><br></div>
<div>Thank you!</div>
<div>Robert</div>
<div><br></div>