Hello! I have Proxmox VE running on my laptop (8.2.4). I have a standard Linux bridge with the configuration of this
which works great, except for when I restart the node, anything connected to the bridge gets assigned to a new IP which is unfortunate since I keep having to change the ip of my Cloudflare tunnels since the IP changes. If I try to do a non-DHCP server such as this
Read more
Code:
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports enx0222796c7c62
bridge-stp off
bridge-fd 0
Code:
auto...
Read more