Dear all,

I am testing Windows7 VPN client with Strongswan using IPv6
The problem is ip6tables cannot be generated automatically even the
IPSec-IKEV2(IPV6) tunnel has been established and windows7 get an IPv4
address from strongswan.
However, there is no problem while using ubuntu instead of windows7 the
ip6tables can be generated automatically once VPN tunnel has been
established.
Moreover, no problem while using windows7  IPSec-IKEV2(IPV4) the iptables
can be generated automatically. *It only happens on windows7 with IPv6*.
Any suggestion would be highly appreciated.* I am using Strongswan
strongswan-4.2.11rc4*
My ipsec.conf on Strongswan as below

Thanks,
Edward
###############################################################################################
config setup
     plutostart=no

conn %default
    leftcert=serverCert.pem
    *leftfirewall=yes*
    keyexchange=ikev2


conn ubuntu-IPv6
    right=3ffe:1234::1111
    left=3ffe:1234::111a
    rightid="/C=AU/ST=QLD/O=ABC/OU=IT/CN=a/[email protected]"
    auto=add

conn win7-IPv6
    left=3ffe:1234::111a
    leftsubnet=192.168.1.0/24
    right=3ffe:1234:1115
    rightid="/C=AU/ST=QLD/O=ABC/OU=IT/CN=b/[email protected]"
    rightsourceip=192.168.2.1
    auto=add

conn win7-IPv4
    leftsubnet=192.168.1.0/24
    right=%any
    rightid="/C=AU/ST=QLD/O=ABC/OU=IT/CN=b/[email protected]"
    rightsourceip=192.168.2.1
    auto=add
###############################################################################################
_______________________________________________
Users mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to