Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:vpn:motorizzazione [2018/01/08 14:41] – [openconnect] scipio | tips:vpn:motorizzazione [2019/03/19 15:52] (current) – [configuration] scipio | ||
---|---|---|---|
Line 30: | Line 30: | ||
< | < | ||
- | sudo apt-get install curl vpnc-scripts build-essential libssl-dev libxml2-dev liblz4-dev | + | sudo apt-get install curl vpnc-scripts build-essential libssl-dev libxml2-dev liblz4-dev |
- | tar xzf openconnect-7.08.tar.gz | + | wget ftp:// |
- | cd openconnect-7.08 | + | tar xzf openconnect-8.02.tar.gz |
+ | cd openconnect-8.02 | ||
./configure --without-gnutls --with-vpnc-script=/ | ./configure --without-gnutls --with-vpnc-script=/ | ||
make | make | ||
- | sudo make install | + | sudo make install-strip |
sudo ldconfig / | sudo ldconfig / | ||
</ | </ | ||
Line 41: | Line 42: | ||
==== configuration ==== | ==== configuration ==== | ||
+ | test credentials with browser on https:// | ||
+ | get server fingerprint with | ||
+ | < | ||
+ | openconnect --authenticate https:// | ||
+ | </ | ||
<file txt / | <file txt / | ||
user=COMxxx | user=COMxxx | ||
password=yyy | password=yyy | ||
- | url=https:// | + | url=https:// |
servercert=sha256: | servercert=sha256: | ||
</ | </ |