Please help!!!
I created a new vpn.config file at /var/lib/connman-vpn/vpn.config
:
[provider_l2tp] Type=L2TP Name=UK1 Host=myvpn.vpn.com Domain=my.home L2TP.User=myusername L2TP.Password=mypassword L2TP.IPSecSaref=yes;
Now, when I run connman-vpn daemon and point it to the config file (connman-vpnd -c /var/lib/connman-vpn/vpn.config -n -d
), I get the following error:
connman-vpnd[575]: vpn/vpn-config.c:load_provider() Cannot create provider from config file (19/No such device)
connman-vpnd[575]: Config file /var/lib/connman-vpn/vpn.config does not contain any configuration that can be provisioned!
Any idea where I got this wrong?
Thanks!