BarbaTunnelCoder / BarbaTunnel

A layer that hide, redirect. forward, re-encrypt internet packet to keep VPN, Proxies and other p2p software hidden from Firewall. Free implementation for HTTP-Tunnel, UDP-Tunnel, port forwarding, port redirecting and packet re-encryption that can work in network data-link layer and transport layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDP tunneling

DrYSG opened this issue · comments

I am looking to forward UDP traffic (udp Port 8004): https://en.wikipedia.org/wiki/Common_Image_Generator_Interface
From a windows 10 computer (server in a private cloud) to windows 10 computer (client).

The issue is that UDP traffic the private cloud is limited to RDP and TCP connections. UDP data is not forwarded.
Can I tunnel the UDP traffic over a TCP connection, and then have the data appear as local UDP packets on the client.

I am getting that impression from your documentation, but I just wanted to check before diving deeper.