mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-13 18:40:19 +00:00
added missing ipv4/ip_forward in routed network section
Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
parent
b31e057869
commit
1ed9085234
@ -137,6 +137,7 @@ iface eno1 inet static
|
|||||||
address 192.168.10.2
|
address 192.168.10.2
|
||||||
netmask 255.255.255.0
|
netmask 255.255.255.0
|
||||||
gateway 192.168.10.1
|
gateway 192.168.10.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/eno1/proxy_arp
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user