On my server i have eno0 that has the public ip assigned to the server.
This is the interface content for the vmbr0
This is the interface content for the vmbr0
Code:
auto vmbr0
iface vmbr0 inet static
address 10.10.10.0/24
bridge-ports none
bridge-stp off
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
iface vmbr0 inet6 static
address myipv6::2/64