From d7a0fa2a11538c2920c4d5284df84cf3e4920798 Mon Sep 17 00:00:00 2001 From: Dylan Whyte Date: Mon, 7 Mar 2022 12:35:46 +0100 Subject: [PATCH] pve-network: Fix routed configuration example In my previous fixup, I forgot to update the interface name in the line to enable proxy ARP. Signed-off-by: Dylan Whyte --- pve-network.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-network.adoc b/pve-network.adoc index f92ba4d..c5e9a17 100644 --- a/pve-network.adoc +++ b/pve-network.adoc @@ -197,7 +197,7 @@ iface eno0 inet static address 198.51.100.5/29 gateway 198.51.100.1 post-up echo 1 > /proc/sys/net/ipv4/ip_forward - post-up echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp + post-up echo 1 > /proc/sys/net/ipv4/conf/eno0/proxy_arp auto vmbr0 -- 2.39.2