Projects tagged ‘tunnel’


[10 total ]
11

vpnc

   
Primary Language: C/C++ Licensed as: GNU General Public License 2.0

Client for Cisco VPN concentrator.

Metrics updated about 19 hours ago

5

Openswan

   
Primary Language: C Licensed as: GNU General Public License 2.0

Openswan is an Open Source implementation of IPsec for the Linux operating system. Is it a code fork of the FreeS/WAN project, started by a few of the developers who were growing frustrated with the politics surrounding the FreeS/WAN project.

Metrics updated 20 May 08

4

tinc

 
Primary Language: C Licensed as: GNU General Public License 2.0

tinc is a daemon with which you can create a virtual private network (VPN). One daemon can handle multiple connections, so you can create an entire (moderately sized) VPN with only one daemon per participating computer. tinc can tunnel IPv4, IPv6 and/or Ethernet packets over IPv4 and IPv6 networks.

Metrics updated 28 Aug 08

3

anytun

 
Primary Language: C++ Licensed as: GNU General Public License 3.0

Anytun is an implementation of the secure anycast tunneling protocol. It uses an easy openvpn style interface and makes it possible to build redundant vpn clusters with load balancing between servers. VPN Servers share a single IP address. Adding and ... [More] removing VPN Servers is done by the routing protocol, so no client changes have to be made when additional VPN Servers are added or removed. It is possible to realise global load balancing based on shortest BGP routes, by simply announcing the address space of the tunnel servers at multiple locations. [Less]

Metrics updated about 22 hours ago

3

strongSwan

 
Primary Language: C Licensed as: GNU General Public License 2.0

strongSwan is an OpenSource IPsec implementation for the Linux operating system. It is based on the discontinued FreeS/WAN project and the X.509 patch which we developed over the last three years. It features IKEv1 and IKEv2 keying capabilities and targets Linux 2.6 native IPsec.

Metrics updated about 8 hours ago

2

iodine

   
Primary Language: C Licensed as: BSD-ish License

This is a piece of software that lets you tunnel IPv4 data through a DNS server. This can be usable in different situations where internet access is firewalled, but DNS queries are allowed. It runs on Linux, Mac OS X, FreeBSD, NetBSD and OpenBSD ... [More] and needs a TUN/TAP device. The bandwidth is assymetrical with limited upstream and up to 1 Mbit/s downstream. [Less]

Metrics updated about 23 hours ago

2

Corkscrew

 
Licensed as: GNU General Public License 2.0

Corkscrew is a simple tool to tunnel TCP connections through an HTTP proxy supporting the CONNECT method. It reads stdin and writes to stdout during the connection, just like netcat. It can be used for instance to connect to an SSH server running on a remote 443 port through a strict HTTPS proxy.

1

Net::Proxy

 
Primary Language: Perl Licensed as: Artistic License,GNU General Public License 1.0

Framework for proxying network connections in many ways.

Metrics updated 28 Aug 08

0

EchoVNC

 
Primary Language: C++

EchoVNC is a secure tunneling utility for VNC-based remote access. With it, a PC can be remotely accessed regardless of firewall or router configuration. EchoVNC makes standard VNC installs "firewall friendly" with no port-forwarding requirements.

Metrics updated 29 Aug 08

0

JSch

 
Licensed as: BSD-ish License

JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs.