Projects tagged ‘tunnel’ and ‘udp’


Jump to tag:

Projects tagged ‘tunnel’ and ‘udp’

Filtered by Project Tags tunnel udp

Refine results Project Tags tcp (4) network (4) linux (3) solaris (2) windows (2) ipv6 (2) sockets (2) tool (1) stable (1) proxy (1) ssh (1) vpn (1)

[5 total ]

1 Users

udpproxy allows to proxy UDP flows using Netfilter queuing capabilities. This is not just an UDP relay: the destination does not need to be known in advance. First, flows to be proxied need to be ... [More] selected with the help of iptables: # iptables -A OUTPUT -p udp --dport 161 \ --destination 172.16.100.0/23 -j NFQUEUE --queue-num 10 Then, udpproxy is launched and will relay the packets sent to queue 10: # udpproxy -e "ssh somehost ./udpproxy" -q 10 [Less]
Created about 1 year ago.

0 Users

Tunnels TCP over UDP packets. Runs in user space on Linux, Solaris, Cygwin (with IPv6 extension), and native Win32. Currently there isn't any authentication or encryption, but I plan to add that in ... [More] one day. The revisions in the svn repository will be working versions. Add any issues to you may encounter to the Issues tab. [Less]
Created 10 months ago.

0 Users

Tunnels TCP data over UDP packets. Previous was called udptunnel. Renamed because of another udptunnel project on the internet.
Created about 1 month ago.

0 Users

Yatun is designed to create virtual private network (VPN) between two remote endpoints. Tunnel can be created over reliable TCP protocol or over unreliable UDP protocol. If using unreliable UDP Yatun ... [More] provides mechanism for reliable packet delivery. Yatun will also provide API for packet modification like encryption or compression. [Less]
Created 12 months ago.

0 Users

Utility to tunnel TCP connections over UDP.
Created 10 months ago.