all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-docs] pve-network: Fix routed configuration example
@ 2022-03-07 11:35 Dylan Whyte
  2022-04-26 10:48 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dylan Whyte @ 2022-03-07 11:35 UTC (permalink / raw)
  To: pve-devel

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 | 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.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH pve-docs] pve-network: Fix routed configuration example
  2022-03-07 11:35 [pve-devel] [PATCH pve-docs] pve-network: Fix routed configuration example Dylan Whyte
@ 2022-04-26 10:48 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-04-26 10:48 UTC (permalink / raw)
  To: Proxmox VE development discussion, Dylan Whyte

On 07.03.22 12:35, Dylan Whyte wrote:
> 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 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-26 10:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07 11:35 [pve-devel] [PATCH pve-docs] pve-network: Fix routed configuration example Dylan Whyte
2022-04-26 10:48 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal