Skip to content

Container with Checkpoint SNX VPN and Dante Socks server

Notifications You must be signed in to change notification settings

tbi88/docker-snx-dante

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

docker-snx-dante

Container with Checkpoint SNX VPN and Dante Socks server (exposed on port 1080)

Running:

docker run -p 127.0.0.1:1080:1080 --cap-add=ALL -v /lib/modules:/lib/modules -v /dev:/dev -e SNX_PASSWORD=YOUR_SNX_PASSWORD -e SNX_USER=YOUR_SNX_USERNAME -e SNX_SERVER=YOUR_SNX_SERVER -d -ti snx-dante

Using:

Netcat

SSH:
$ cat ~/.ssh/config
Host ssh-through-socks5
ProxyCommand=nc --proxy localhost:1080 --proxy-type socks5 %h %p

Netcat BSD

SH:
$ cat ~/.ssh/config
Host ssh-through-socks5
ProxyCommand=nc -X 5 -x localhost:1080 %h %p

About

Container with Checkpoint SNX VPN and Dante Socks server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published