Qianxin (奇安信) VPN Client running in a core Kasm Ubuntu workspace image
738
Packing official Qianxin VPN Linux client (https://appstore.qianxin.com/app/download) from base image: kasmweb/core-ubuntu-noble (https://hub.docker.com/r/kasmweb/core-ubuntu-noble).
start container:
docker run --name qianxin-client -e VNC_PW=xxxx -p 6901:6901 -e BYPASS_ROUTES=10.1.0.0/16,10.2.0.0/16 --shm-size=512m --cap-add=NET_ADMIN --device=/dev/net/tun:/dev/net/tun --ulimit nofile=1048576:1048576 yusiwen/qianxin-client:1.2.1.386
Access the workspace via https://HOST_IP:6901, username is kasm_user, password is xxxx.
To use via plain HTTP and no HTTP Basic Auth:
docker run --name qianxin-client -e KASM_VNC_SSL=0 -e KASM_NO_AUTH=1 -p 6901:6901 -e BYPASS_ROUTES=10.1.0.0/16,10.2.0.0/16 --shm-size=512m --cap-add=NET_ADMIN --device=/dev/net/tun:/dev/net/tun --ulimit nofile=1048576:1048576 yusiwen/qianxin-client:1.2.1.386
The comma separated BYPASS_ROUTES is the routes should be bypassed from VPN using the default GW in the container, in case some hosts' routes are incorrectly covered by the VPN server settings.
Content type
Image
Digest
sha256:313760ad5…
Size
397.8 MB
Last updated
about 1 year ago
docker pull yusiwen/qianxin-client:1.2.1.463