ctunnel icon indicating copy to clipboard operation
ctunnel copied to clipboard

ctunnel is a proxy and VPN software for tunneling TCP and UDP connections securely

Results 9 ctunnel issues
Sort by recently updated
recently updated
newest added

Is ctunnel compatible with IPv6? Trying to proxy with ctunnel to an IPv6 host, but ctunnel is not binding to IPv6, instead it is listening on 255.255.255.255. What is the...

Hi I was trying to use VPN mode in the manner of multiple clients connect to one server. They all get connected. I can ping the server from all the...

example1: ./ctunnel -V -c -n -C rc4 ctunnel 0.7 Copyright (C) 2008-2014 Jess Mahan Enter Key [16 Characters]: 1234567891234567 Enter IV [16 Characters]: 1234567891234567 [ctunnel] ctunnel 0.7 starting [ctunnel] TCP...

"ctuunel also is a plain tunnel" But I dont find the option to disable the cryptographic. I want to use the ctuunel VPN fuction to forward my encryption content and...

Is there an option to use ctunnel not only for encrypting the tunnel, but also to do authentication with the established tunnel? So is it possible to use a generated...

Hello, I have 2 networks I want to connect together: server A - public ip A, private ip 11.0.0.1, other servers with ips 11.0.0.2, ... server B - public ip...

I just want to use a config file to use multi port forward in one process, not launch more.. Thank you.

I've compiled the latest `master` branch, and I've tried specifying `-z` on both ends (client and server), only client, only server, and the connection just seems to reset. Without `-z`...

Setting arrays like "threads" to static might get the code to compile on Ubuntu but these arrays aren't supposed to be static they should be shared between files eg. "threads"...