Alien Robot Army
Alien Robot Army
Simply pass the `-C plain` option to instruct the crypto library NOT to encrypt. Example: ``` ./ctunnel -n -c -l 127.0.0.1:2202 -f 10.0.0.2:22 -C plain ``` This will proxy (without...
Currently ctunnel only supports one client per server process. Connecting more than one client will result in unexpected behavior. Multiple clients should be supported in the next release.
## Please make sure that ip forwarding on both machines is enabled. ```sh cat /proc/sys/net/ipv4/ip_forward 1 ``` 0 = IP Forwarding is disabled. 1 = IP Forwarding is enabled. ###...
ipv6 support is not in ctunnel yet. I will add it to the TODO list! On Fri, Jan 29, 2021 at 4:04 AM Keyshoun wrote: > Is ctunnel compatible with...
I noticed that in every example you didn't specify a listen address with `-l`. You should have received an error message about missing the `-l` option, which is a bug....
I will have an update for these issues in a few hours
I have updated `master` with what I believe should address all of your issues. Please also be advised that when using `-V` (VPN Mode), you should also specify `-U` (UDP...