You can try the official Meraki Configuring Client VPN in Linux article for GUI based setup. For terminal based configuration, see below.
Install the following packages:
- strongswan
- xl2tpd
| #!/bin/bash | |
| # Check a list of serial numbers for eligibility in the 2015 MacBook Pro battery replacement recall | |
| # Returns only eligible serial numbers | |
| # The text file must be formatted with Unix (LF) line breaks | |
| # | |
| # Usage: mbpserialcheck.sh /path/to/inputfile.txt | |
| # | |
| # To output directly to a CSV file: mbpserialcheck.sh /path/to/inputfile.txt > /path/to/outputfile.csv | |
| # |
You can try the official Meraki Configuring Client VPN in Linux article for GUI based setup. For terminal based configuration, see below.
Install the following packages: