Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Connect Chromebook to UTM using SSL VPN

Hi,

We have the VPN working on Windows but can't seem to connect Chromebooks.

The existing threads point to blog entries that no longer exist.

Is this possible? In a way that our users can follow?

Thanks

Steve



This thread was automatically locked due to age.
Parents Reply
  • Hi,

    the website seems to be offline.

    I ran into the same problem - using the sophos ssl vpn with our chromebooks - here is my solution:

    1. set up your ssl vpn 
    2. log into your UTM with the admin account
      1. goto Remote Access
      2. goto Certificate Management
      3. download user certificate as PKCS#12
    3. log into your UTM user portal with the user account, who needs the ssl connection
      1. go to remote access
      2. download the OpenVPN configuration file (.ovpn)
    4. get my onc template
    5. edit the template according to your IT configuration
      1. "GUID": "{get one at www.uuidgenerator.net}",
      2. "Name": "name of connection in ChromeOS",
      3. "Host": "IP.address.or.domain.name.of.my.utm",
      4. "Port": 443,
      5. copy & paste the ca-certificate and the user certificate from the .ovpn file into the .onc file (-----BEGIN CERTIFICATE----- .... -----END CERTIFICATE-----)
      6. remove the wordwraps between -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----
      7. save
    6. log on to your chromebook with the user account, who needs the ssl connection
      1. open chrome://settings
      2. search for certificate
      3. open the certificate manager
      4. import the user certificate hardware backed
      5. open chrome://net-internals#chromeos
      6. import the edited .onc file by using "Import ONC file" - there will be no confirmation!
    7. open the VPN connection in settings and start it
    8. enter the username and password

    Steps 5.a through 5.g should be scriptable using powershell.

    Cheers,

    Chris

Children
No Data