OpenConnect is a client for Cisco’s AnyConnect VPN. It is free software, and is released under the GNU LGPL v2.1 . Getting connected to an AnyConnect VPN is easy with OpenConnect and the TUN/TAP kernel module that is built into the Linux kernel.
1. First run command below to active th TUN module:
sudo /sbin/modprobe tun
2. Install OpenConnect:
sudo apt-get install openconnect
3. Connect to VPN, run:
sudo openconnect yourvpn.example.com
It prompts you to type in username and password. Once these are authenticated, the VPN connection is established.
Wednesday, 25 January 2023
CISCO AnyConnect VPN Client in Ubuntu
Subscribe to:
Post Comments (Atom)
Run first C# Program in ubuntu and create linux command
Got it — here’s how to go from zero to running C# on Linux in a clean, beginner-friendly way. 1. Install .NET SDK The .NET SDK is ...
-
Epson LQ 300 Printer Driver for Linux (Dot Matrix Printer) 1. Download the ppd file from the below link https://raw.githubusercontent.com...
-
an authentication error has occurred the token supplied to the function is invalid I have installed xrdp 0.9.8 at server side. Re...
-
First check partition type of existing disk. parted -l To convert MBR to GPT, create one partition with gpt and that will convert entire...
No comments:
Post a Comment