OpenSource is an open source VPN.
Questions tagged [openconnect]
65 questions
0
votes
1 answer
Add input and show output in terminal from .desktop file
I have bash script which connect to my vpn.
bash script - Openconnect.sh
#!/bin/bash
sudo openconnect --protocol=gp 15.115.16.145
Openconnect.desktop file
[Desktop Entry]
Version=1.0
Name=ProgramName
Comment=This is my VPN…

Jaydeep Chaudhari
- 420
- 1
- 9
- 21
0
votes
1 answer
Use Powershell and SSH-Sessions to launch openconnect VPN
I need to launch an openconnect VPN on a linux router from a powershell script on Windows.
I have a working script on the linux router:
echo PASSWORD | sudo openconnect -b --no-dtls --interface=sslvpn host.isp.com --authgroup=SharedVPN…

Noah Sutherland
- 121
- 7
-1
votes
1 answer
how to run command onn ubuntu startup
I have configured OpenConnect server on my Ubuntu 14.04 LTS Server
The problem is that, time to time some unknown users process takes port on which OCserver is running (port 900)
So I decided to make scheduled reboot, but after reboot I have to…

ilyas Jumadurdyew
- 883
- 11
- 24
-2
votes
1 answer
openconnect vpn not change resolv.conf from GUI . Fedora 29
I try to connect to the VPN with openvpn.
If I connect from the cli with sudo openconnect..... its working fine. The vpn change the /etc/resolv.conf to the desired format.
But If I would connect from the GUI. Settings > Network > VPN it doesn-t…

GergA
- 304
- 1
- 3
- 17
-3
votes
1 answer
How to enable Web API to accept requests from multiple ClientIDs using Owin/Azure AD/OAuthV2
I want to build a Web API with following features:
Support OAuthv2 authentication
Can be accessed by multiple clients
Can restrict which client has access to which API method (like some XML file storing Client to API mapping)
The working scenario…

Quest
- 444
- 1
- 6
- 18