]> git.proxmox.com Git - pve-docs.git/commitdiff
pve-network: Fix routed configuration example
authorDylan Whyte <d.whyte@proxmox.com>
Mon, 7 Mar 2022 11:35:46 +0000 (12:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Apr 2022 10:48:15 +0000 (12:48 +0200)
In my previous fixup, I forgot to update the interface name in the line
to enable proxy ARP.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
pve-network.adoc

index f92ba4d2203c107785f3ed60c86846e254f2bacc..c5e9a173dad5a7a6d51825cdabdb3e523a7eeac4 100644 (file)
@@ -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