Hi all,

I'm able to get a Windows 10 client to connect to the VPN but, I can't seem to 
get it to route all traffic through the endpoint. When I, for example, check my 
external IP (by asking Google) when connected to the VPN it still reports my 
home connection IP instead of the VPN endpoint.

The configuration follows in the attachments. I know this is a question that 
goes around and around but nothing that I have found worked. The firewall 
doesn't seem to be the problem as it seems no traffic gets routed.

Thanks in advance,
Duarte
# ipsec.conf - strongSwan IPsec configuration file

# basic configuration

config setup
        charondebug="ike 2, knl 2, cfg 2, net 2, esp 2, dmn 2, mgr 2"

# Add connections here.
conn %default
        ikelifetime=60m
        keylife=20m
        rekeymargin=3m
        keyingtries=1

conn common
        left=%defaultroute
        leftcert=server.crt.pem
        [email protected]
        leftsubnet=0.0.0.0/0
        leftauth=pubkey
        right=%any
        rightsourceip=10.168.178.0/24
        rightdns=8.8.8.8,8.8.4.4
        auto=start

conn ikev2
        keyexchange=ikev2
        ike=aes256-sha1-modp1024!
        esp=aes256-sha1!
        dpdaction=clear
        dpddelay=300s
        also=common

conn eap
        rightauth=eap-mschapv2
        rightsendcert=never
        eap_identity=%any
        also=ikev2
_______________________________________________
Users mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to