etheroute-lon01: use gre rather than ipip

Cloudflare Magic Transit appears to become Very Unhappy when you blast it with IPIP.

Use GRE instead, which it is happier with.
This commit is contained in:
Luke Granger-Brown 2022-04-30 16:48:28 +01:00
parent d21b733794
commit 6e746fb2cf

View file

@ -167,12 +167,12 @@ in {
};
my.ip.tailscale = "100.111.191.21";
systemd.services.quadv1-4-netdev = lib.mkForce (makeIPIPInterface {
name = "quadv1-4";
underlayDevice = "eno1";
localIP = "83.97.19.68";
remoteIP = "82.163.116.114";
});
networking.greTunnels.quadv1-4 = {
remote = "82.163.116.114";
local = "83.97.19.68";
dev = "eno1";
type = "tun";
};
services.openssh.hostKeys = [
{