Quantcast
Channel:
Viewing all articles
Browse latest Browse all 120649

Forum Post: RE: ChromeOS SSL VPN

$
0
0
Yup - using it now on my chromebook. The http://blog.dwolla.com/openvpn-on-chromeos-a-step-by-step-guide/ mostly works fine. You'll need to use a full-blown openssl (e.g. Linux box) to create the .p12 file... don't use your chromebook. Here is a sample .ONC file - important line I just added (and is not in the sample).... the ""IgnoreDefaultRoute": true" is new. Otherwise, you'd end up with 2 default routes, and coudln't have a split tunnel. ################### { "Type": "UnencryptedConfiguration", "NetworkConfigurations": [ { "GUID": "{vpn4us201602231651}", "Name": "ExampleUsingTCP", "Type": "VPN", "VPN": { "Type": "OpenVPN", "Host": "XX.XX.XX.XX", "OpenVPN": { "Auth": "SHA1", "ClientCertType": "Ref", "CompLZO": "true", "Cipher": "AES-128-CBC", "Port": 1194, "Proto": "tcp", "SaveCredentials": true, "ServerCARef": "{cacert}", "ClientCertRef": "{clientcert}", "IgnoreDefaultRoute": true, "Verb": "3", "RemoteCertTLS": "none", "ServerPollTimeout": 360 } } } ], "Certificates": [ { "GUID": "{cacert}", "Type": "Authority", "X509": "-----BEGIN CERTIFICATE----- (snip) -----END CERTIFICATE-----" }, { "GUID": "{clientcert}", "Type": "Client", "X509": "-----BEGIN CERTIFICATE----- (snip) -----END CERTIFICATE-----" } ] }

Viewing all articles
Browse latest Browse all 120649

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>