Sign inSign up

torusware/openconnect-pulse

By torusware

•Updated over 7 years ago

Image
1

394

torusware/openconnect-pulse repository overview

⁠OpenConnect VPN Client for Juniper / Pulse Secure with Host Checker emulation

⁠Example usage with direct connection over host network
docker run --rm -ti --privileged --net=host \
    torusware/openconnect-pulse $VPN_URL

You will be prompted for:

  1. Username
  2. Password
  3. OTC code (2FA)

Once connected, look into the updated /etc/resolv.conf inside the container and configure your host DNS with them.

⁠Example usage over SOCKS5 proxy over container network
docker run --rm -ti --privileged \
    -p 127.0.0.1:9000:9000 \
    torusware/openconnect-pulse \
    --script-tun --script "/usr/bin/ocproxy -v -k 30 -g -D 9000" \
    $VPN_URL

After successful authentication, you can set up your browser to use Manual Proxy with the SOCKS v5 at 127.0.0.1:9000.

⁠Resources & Credits

Tag summary

Content type

Image

Digest

Size

192 MB

Last updated

over 7 years ago

docker pull torusware/openconnect-pulse