02-01-2024 03:45 AM
Hej
I have a Linux server (no-gui) that we want to connect to Anyconnect. But I am having a bit of a trouble figuring out how to connect to Anyconnect from Linux terminal.
From some googling this is what people seem to use the command below, but I get an error
cisco@Ubuntu-1:~$ cd /opt/cisco/anyconnect/bin/
cisco@Ubuntu-1:/opt/cisco/anyconnect/bin$ vpn -s 10.250.3.25
Command 'vpn' not found, did you mean:
command '7vpn' from snap 7vpn (4.7.0)
command 'vpv' from snap vpv (v0.8.2)
command 'ivpn' from snap ivpn (3.13.4)
command 'vpnc' from deb vpnc (0.5.3+git20210125-1)
command 'vpe' from deb texlive-latex-extra (2021.20220204-1)
command 'vp' from deb atfs (1.4pl6-15)
See 'snap info <snapname>' for additional versions.
Help appreciated.
Solved! Go to Solution.
02-01-2024 05:45 AM - edited 02-01-2024 05:46 AM
You need to use ./vpn or add "/opt/cisco/anyconnect/bin/ to your PATH.
02-01-2024 05:45 AM - edited 02-01-2024 05:46 AM
You need to use ./vpn or add "/opt/cisco/anyconnect/bin/ to your PATH.
02-01-2024 06:22 AM
Thanks. "./vpn -s connect <IP>" works
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide