alpha: enable proxy arp

This commit is contained in:
Casper V. Kristensen 2024-06-03 23:35:23 +02:00
parent 0dce6bd4ec
commit ee49f70387

View file

@ -22,6 +22,10 @@
} }
{routeConfig = {Gateway = "fe80::1";};} {routeConfig = {Gateway = "fe80::1";};}
]; ];
# Enable proxy ARP to answer ARP requests for the floating IP addresses,
# intended for the wireguard peers, from Hetzner's router. Without this,
# the router will not send traffic to us.
networkConfig.IPv4ProxyARP = true;
}; };
# The following routes traffic destined for 49.13.33.75 (floating IP) to # The following routes traffic destined for 49.13.33.75 (floating IP) to