Thank you very, very much to @timac! His `vpnutil` command line utility for #macOS really helped me! See…
https://github.com/Timac/VPNStatus
For years, I used a script to call `scutil` to control my #VPN connection. Recently, it stopped working. It shows signs of using IKEv2 services mentioned in his blog…
https://blog.timac.org/2018/0719-vpnstatus/
Maybe my employer changed our services over to IKEv2 recently.
I replaced calls to `scutil --nc` in my script with `vpnutil` and all is now good again!