aboutsummaryrefslogtreecommitdiff
path: root/blueprint/proxmox.md
diff options
context:
space:
mode:
Diffstat (limited to 'blueprint/proxmox.md')
-rw-r--r--blueprint/proxmox.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/blueprint/proxmox.md b/blueprint/proxmox.md
index e88c2ff..f50df2a 100644
--- a/blueprint/proxmox.md
+++ b/blueprint/proxmox.md
@@ -80,8 +80,8 @@ iface vmbr0 inet static
bridge-fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
- post-up iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o eno1 -j MASQUERADE
- post-down iptables -t nat -D POSTROUTING -s '10.10.10.0/24' -o eno1 -j MASQUERADE
+ post-up iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o ens18 -j MASQUERADE
+ post-down iptables -t nat -D POSTROUTING -s '10.10.10.0/24' -o ens18 -j MASQUERADE
source /etc/network/interfaces.d/*
```