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:
parent
d21b733794
commit
6e746fb2cf
1 changed files with 6 additions and 6 deletions
|
@ -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 = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue