[Babel-users] tunnels
Juliusz Chroboczek
jch at irif.fr
Sat Oct 13 13:00:56 BST 2018
> I keep seeing people talk about running tunnels via babel. Is there a howto
> about how to do it? With wireguard? ipsec ? ssh? Or ?
We've had good success with both GRE (insecure) and OpenVPN over UDP.
In both cases, it's pretty trivial:
- start the tunnel;
- make sure the tunnel endpoints have link-local IPv6 addresses;
- assign IPv4 addresses to the tunnel endpoints;
- run babeld with
interface tun0 type tunnel
-- Juliusz
More information about the Babel-users
mailing list