Hi,
I am pretty new to proxmox but I have setup Proxmox on a root system.
My network config looks like this:
I have 2 vms and I added vmbr2 to both so they can access the internet but are not reachable from the outside (using zerotier to connect via ssh).
I assigned the same mac address to both as I got abuse messages with the proxmox generated mac address.
This works just fine as long as they are not running at the same time.
When they are running at the same time the networking just works for about 50% of the time.
In the hetzner docs there is this:
But I can't find this button. Is this only possible when I bought additional ip addresses?
Or is there any way I can bypass getting mac addresses from Hetzner?
I am pretty new to proxmox but I have setup Proxmox on a root system.
My network config looks like this:
Code:
#LoopBacks
auto lo
iface lo inet loopback
iface lo inet6 loopback
#Physical Interfaces
iface eno1 inet manual
#Non-Proxmox Interfaces
source /etc/network/interfaces.d/*
#Proxmox Interfaces
#Public Interface
auto vmbr0
iface vmbr0 inet static
address xx.xx.xx.157/26
gateway xx.xx.xx.129
bridge-ports eno1
bridge-stp off
bridge-fd 0
up sysctl -p
auto vmbr2
iface vmbr2 inet static
address 192.168.192.5/18
bridge-ports none
bridge-stp off
bridge-fd 0
post-up iptables -t nat -A POSTROUTING -s '192.168.192.0/18' -o vmbr0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '192.168.192.0/18' -o vmbr0 -j MASQUERADE
post-up iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1
post-down iptables -t raw -D PREROUTING -i fwbr+ -j CT --zone 1
I have 2 vms and I added vmbr2 to both so they can access the internet but are not reachable from the outside (using zerotier to connect via ssh).
I assigned the same mac address to both as I got abuse messages with the proxmox generated mac address.
This works just fine as long as they are not running at the same time.
When they are running at the same time the networking just works for about 50% of the time.
In the hetzner docs there is this:
Code:
When setting up Proxmox in bridged mode, it is absolutely crucial to request virtual MAC addresses for each IP address through the Robot Panel
But I can't find this button. Is this only possible when I bought additional ip addresses?
Or is there any way I can bypass getting mac addresses from Hetzner?
Last edited: