Hi,
Been looking for details on cow to configure a chromebook to connect to
sswan 5.5.3

Found an ONC spec document and came up with

{
"Type": "UnencryptedConfiguration",
"NetworkConfigurations": [
 {
    "GUID":"{818743ad-2d62-4602-bc6b-d77a7d3ad828}",
    "Type": "VPN",
    "Name": "UoY StrongSwan VPN",
    "VPN": {
       "Type": "IPsec",
       "Host": "vpn10.york.ac.uk",
       "IPsec": {
          "AuthenticationType": "PSK",
          "IKEVersion": "2",
          "PSK": "12345"
       },
       "EAP": {
          "AnonymousIdentity": "@york.ac.uk",
          "Identity": "use...@york.ac.uk",
          "Outer": "PEAP",
          "Inner": "MSCHAPv2",
          "UseSystemCAs": true
       }
    }
 }
]
}

Thing is

1). Never done this before so don;t know if its correct
2). Importing via URI chrome://net-internals/#chromeos doesn't tell me one
way or the other if its worked. I'm assuming it hasn't as I can't see a VPN
definition apearing in chromeos

Any help appreciated
RgdsAlex

Reply via email to