丰田RAV4现车畅销全国最低优惠5万 尊贵豪华 火
百度 该书根植系统工程理论和方法,所运用或推荐的方法技术、工具手段、操作流程、应对策略,都力求技术可行、经济有效、功能合理、切合实际,能指导巨震灾后应急管理的具体行动。
OpenConnect is a client for Cisco's AnyConnect SSL VPN.
34 questions
0
votes
0
answers
41
views
Windows VPN client using OpenConnect does not resolve internal addresses
The internal corp.local DNS is not resolving and pinging via VPN on a Windows VPN client.
There is a host machine on the local network running a Docker container with a VPN (oscerv) server inside. ...
0
votes
0
answers
19
views
iptables redirect interface on certain ports
I have the following problem. I have a server (subnet x.x.x.x) with a OpenConnect-client (tun0) on it. It redirects all traffic for a subnet (y.y.y.y) to another server (split-tunnel). But now I am ...
0
votes
0
answers
109
views
Why port is open when checked as root but closed for a regular user after establishing a VPN connection on Debian 11?
On Debian 11, I establish a VPN connection as root using openconnect. After the connection is established, I have access to a network where the IP address is 1.2.3.4.5 with an open port 1433.
Question:...
0
votes
1
answer
2k
views
How to run nginx and ocserv on the same IP:Port using the same domain name?
How to run nginx and ocserv on the same IP:Port using the same domain name? Just like how a similar thing is possible by using SSTP protocol, if I am not mistaken. I am using Ubuntu 20.04.
0
votes
2
answers
3k
views
How to view total traffic usage of each user in ocserv
I'm using ocserv as VPN server in my company on ubuntu, and I want to view how much traffic each user is using. Users are set in ocpsswd file. Do ocserv have this feature or any library I can use? As ...
0
votes
1
answer
1k
views
VPN started with Network Manager doesn't configure routing table correctly
I have a Debian 11 system that has been configured to connect to a remote network via VPN. This has been functioning fine for a long time (since Debian 9).
Recently, the remote network made some ...
0
votes
0
answers
332
views
openconnect client hello dropped by DPI
I've installed openconnect server (ocserv) and works perfectly when I tunnel (SSH) to the server through another server that is inside country. But when I try to connect directly, the "client ...
0
votes
3
answers
345
views
how to make an installed package as a service in ubuntu?
I've installed ocserv package using these commands on Ubuntu22:
mkdir /usr/local/src/ocserv
cd /usr/local/src/ocserv
wget ftp://ftp.infradead.org/pub/ocserv/ocserv-0.10.9.tar.xz
unxz ocserv-0.10.9.tar....
0
votes
1
answer
741
views
Prevent VPN client from network scanning on ocserv
I have a ocserv server for VPN on a debian11 server.
One of my clients did a network scanning and service provider blocked my IP for terms of service violation.
This is 2nd time that this happened and ...
1
vote
1
answer
838
views
OpenConnect force clients to use special cipher
I use ocserv on Centos as Openconnect VPN and I use config file for setting up the server
I need to force clients to use special cipher like AES-256-GCM
because it seems that VPN blocks on some 4G net ...
2
votes
2
answers
3k
views
redirect all traffic from server A (Linux) to another server B (Linux) without intercepting ssh to server A
I would like to forward all traffic from a server (Linux) to another server (Linux) without losing ssh access to first server.
Authorities (government) have been shutting down the Internet, we have a ...
1
vote
0
answers
794
views
forward openconnect to internal proxy port by iptables
In my country sometimes government decides to limit access to the international internet. we only have access to sites and IPs inside the country, but data centers have more access to the internet.
I ...
1
vote
1
answer
3k
views
Use openconnect and satsify annyconnect scans
My organisation provides vpn access using cisco anyconnect. I use a linux system and I can connect to vpn using openconnect. I have to use openconnect because anyconnect on linux is not compatible ...
0
votes
1
answer
474
views
Add to route table destnation using this syntax *.mycompany.net
The reason that I am asking this question is that i a using VPN-slice (VPNC) with openconnect
While running this command
ip route add *.mycompany.net via 0.0.0.0 dev tun0
Error: any valid prefix is ...
1
vote
0
answers
623
views
Best way to connect to L2TP VPN from container running in GCP
I've built an ubuntu container locally that uses OpenConnect to establish a connection to a customer's AnyConnect VPN server. They also have an L2TP connection available as well. After OpenConnect ...