linux 通过 openconnect 来连接学校内网

参考
http://xingda1989.iteye.com/blog/1969908
https://blog.csdn.net/edin_blackpoint/article/details/70860101
sudo apt install openconnect

在/etc/vpc/目录下新建c-script 文件
文件内容可以到此处拷贝
http://git.infradead.org/users/dwmw2/c-scripts.git/blob_plain/HEAD:/c-script

sudo openconnect --juniper -u [你的学号] --script /etc/c/c-script [你学校的提供的的url]

你可能感兴趣的:(工具)