alpha: enable proxy arp
This commit is contained in:
parent
0dce6bd4ec
commit
ee49f70387
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue