-
What I do:
_docker pull quay.io/aminvakil/ocserv_
_docker run --name ocserv --sysctl net.ipv4.ip_forward=1 --cap-add NET_ADMIN --security-opt no-new-privileges -p 443:443 -p 443:443/udp -v /etc/l…
combx updated
5 months ago
-
I'm really impressed with your docker-ocserv project.
Deploying an OpenConnect server has never been easier.
I noticed that the caddy-l4 plugin now supports Caddyfile, and considering you're a …
-
Hello.
I'm trying to integrate Ocserv with Authentik SAML. I'm trying to use docker-ocserv for this. But as I understand there is only metadata for the Cisco ASA supplied. Do you have any example o…
-
OC: CentOS 8
Command history:
```
# docker run --name ocserv --privileged -p 443:443 -p 443:443/udp -d --restart unless-stopped ocserv
Emulate Docker CLI using podman. Create /etc/containers/nod…
-
我用k8s创建这个container 下面是我的yaml文件:
apiVersion: v1
kind: Service
metadata:
name: ocservsv
labels:
app: ocservapp
spec:
type: NodePort
ports:
- port: 443
selector:
app: oc…
-
shell_exec("docker exec -ti ocserv ocpasswd -c /etc/ocserv/ocpasswd testUserName");
is working but it needs password in second step is there anyway to add new user by one command?
-
Already change server-cert and server-key path. It now an trust website.
Working on private key. can your docker generate client.ios?
_Originally posted by @carmineyiu in https://github.com/aminv…
-
After about four minutes, the VPN connection is disconnected with this error and I have to log in again to connect.
"The secure gateway has rejected the connection attempt. A new connection attempt…
-
根据这个教程衍生和记录而来。
Centos 6 x64 下进行。
1、依赖
yum install pam-devel readline-devel http-parser-devel unbound gmp-devel
yum install tar gzip xz wget gcc make autoconf
2、安装 nettle
cd
…
-
I can't start ocserv after installing with a shell script, my system is Ubuntu23.04.
![11111](https://github.com/iw4p/OpenConnect-Cisco-AnyConnect-VPN-Server-OneKey-ocserv/assets/138294823/dba41efc-c…
ghost updated
5 months ago