<div>Hi,</div>
<div> </div>
<div>I'm trying to setup IPv6 tunnel with virtual IP (IPv4) assigned by server.</div>
<div> </div>
<div>However, I found the server will assigned virtual IP but with TS unacceptable notify error.</div>
<div>The root cause is client will send out configuration request with IPv6 address type.</div>
<div>Is there anyway we can indicate configuration request as IPv4 or IPv6 address type?</div>
<div> </div>
<div>The cnfig file on client side is </div>
<div> </div>
<div>conn psk-client                                     <br>        left=fec0::1                                <br>        leftsourceip=%config             <------ This setting cannot seperate IPv4 or IPv6 requested<br>
        keyexchange=ikev2                           <br>        authby=secret                               <br>        right=fec0::2                               <br>                                                    <br>
And the config on server side is</div>
<div>                                                    <br>conn psk-server                                     <br>        left=fec0::2                                <br>        keyexchange=ikev2                           <br>
        authby=secret                               <br>        right=fec0::1                               <br>        rightsourceip=<a href="http://10.8.0.0/16">10.8.0.0/16</a>                   <br>        auto=add                                    <br>
</div>