Skip to main content

Questions tagged [openconnect]

The tag has no usage guidance.

11 questions with no upvoted or accepted answers
2 votes
0 answers
449 views

SSH over VPN (openconnect) in one line

I have succeeded the following commands: sudo openconnect hoge.com ssh -p <PORT> user@IP But I cannot execute these commands with one line. ssh -t -o ProxyCommand='echo "PASS" | sudo ...
user36327's user avatar
1 vote
1 answer
2k views

Ocserv config for Cisco anyconnect v4.6+

I've configured an open connect vpn server on my vps (ubuntu 22.04) with following parameters on /etc/ocserv/ocserv.conf: # User authentication method. Could be set multiple times and in # that case ...
abolfazl74's user avatar
1 vote
0 answers
1k views

Can't setup Anyconnect/OpenConnect VPN proxy on Linux (Manjaro) - proxy is not on https

Main issue is that when using openConnect, I can't setup proxy, since it's like http://setpac.mycorp.com and openConnect will refuse to connect to it openconnect vpn.mycorp.com -P setpac.mycorp.com ...
Hessesian's user avatar
1 vote
0 answers
246 views

When VPN is connected it disconnects other clients connections to the server

I'm on Ubuntu 20.04. I followed the tutorial here to install and connect to a VPN, which worked brilliantly. I'm using PuTTy and WinScp to connect. After connecting using PuTTy, I noticed that all ...
ken4ward's user avatar
  • 111
1 vote
0 answers
969 views

Using openconnect to connect to a vpn

On Debian, I am using the following command to connect to a vpn: sudo openconnect --csd-wrapper=/usr/libexec/openconnect/csd-post.sh --verbose vpn.abc.com It fails: POST https://vpn.abc.com/ ...
babon's user avatar
  • 121
1 vote
0 answers
113 views

Connect to FTP server with tunneling through VPN in Nextcloud

My main goal is to bind an external ftp storage in my Nextcloud. I can't access the ftp storage directly, so I have to use a VPN. I tried to connect to the VPN, but it failed: openconnect -u User --...
Sirdrakeistda's user avatar
0 votes
0 answers
197 views

Split-tunnel VPN with openconnect-sso

I was happily using the OpenConnect plugin for NetworkManager on Linux (Kubuntu), restricting the VPN use to a particular subnet. I did that in the GUI, by specifying an IPv4 route (x.y.z.w, mask 255....
Jellby's user avatar
  • 171
0 votes
0 answers
500 views

OpenConnect Server not connecting to internet using ufw ip forwarding

I want to create an OpenConnect VPN server. I followed this tutorial step by step however, while I'm able to connect to the open connect server using a client, the problem is that I don't have any ...
ARK1375's user avatar
  • 51
0 votes
0 answers
1k views

VPN MFA (Keycloak) with openconnect

I am trying to deploy a VPN with dual authentication. While reading the ocserv documentation, I found the oicd option (https://gitlab.com/openconnect/ocserv/-/blob/master/doc/README-oidc.md). I am now ...
EFE's user avatar
  • 1
0 votes
1 answer
612 views

Raspberry PI WiFi AP with VPN

I want to make portable Raspberry PI 4 WiFi AP with VPN, so once I connect to AP all my traffic should go through VPN. The official Raspberry Pi documentation helped me to setup working WiFi access ...
Evgheni Calcutin's user avatar
0 votes
0 answers
50 views

Browsing ouside VPN

My company asks to connect thru a VPN client (Cisco), but when I do I lose access to a bunch of sites. In a solution I found here, installing OpenConnect solved the issue, as it uses the same protocol ...
Welsige's user avatar
  • 11