anytun
secure anycast tunneling protocol
Install
- All systems
-
curl cmd.cat/anytun.sh
- Debian
-
apt-get install anytun
- Ubuntu
-
apt-get install anytun
- Alpine
-
apk add anytun
- Kali Linux
-
apt-get install anytun
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install anytun
- Raspbian
-
apt-get install anytun
- Dockerfile
- dockerfile.run/anytun
- Docker
-
docker run cmd.cat/anytun anytun
powered by Commando
anytun
secure anycast tunneling protocol
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 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. Currently ethernet, ipv4 and ipv6 tunnels are supported by the implementation. However the protocol allows one to tunnel every ETHERTYPE protocol.