xVPN application |
xVPN is multiplatform application that uses wodVPN component statically
linked to allow making P2P VPNs between two computers.
It is free for use for licensed wodVPN users, and cannot be shared by 3rd
parties. DEMO version has a limitation - it always uses 'anypass...'
password which cannot be changed.
You should run it from command line. It will silently wait for incoming
connections, search for remote peers etc.. Since same engine is used as
wodVPN, it can be easily extended to provide more functions than what are
implemented now. xVPN library can be provided to customers that own source
code of wodVPN.
Following options are supported:
-id=... | your ID to be shown to remote peer |
-remoteid=... | remote peer ID you are searching for |
-password=... | password used for AES encryption between peers |
-mediator=... | IP or hostname of the mediator |
-[no]search | enable or disable search for 'remoteid' |
-L[addr:]lport:rhost:rport | local port forwarding (multiple allowed) |
-R[addr:]lport:rhost:rport | remote port forwarding (multiple allowed) |
-D[addr:]lport | dynamic socks forwarding (multiple allowed) |
-connect=addr:port | connect directly to remote peer (disables search) |
Currently xVPN runs on Cygwin, Linux, FreeBSD and OpenBSD. You should
find it in 'Other OS' folder, provided as TAR.GZ archive.