Could you please assist me in troubleshooting my server? I've installed Proxmox on it and configured the Linux VM bridge. Initially, I created the VM with AlmuxLinux, but whenever I install CloudLinux and reboot the VM, it loses its IP address.
the server is hosted on hetzner
Linux VM bridge configure:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 95.216.114.xxx/26
gateway 95.216.114.129
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 95.216.114.xxx/26
bridge-ports none
bridge-stp off
bridge-fd 0
post-up echo 1 replacewithangleyoutubewontallowit /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '95.216.114.xxx/26' -o vmbr0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '95.216.114.xxx/26' -o vmbr0 -j MASQUERADE
the server is hosted on hetzner
Linux VM bridge configure:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 95.216.114.xxx/26
gateway 95.216.114.129
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 95.216.114.xxx/26
bridge-ports none
bridge-stp off
bridge-fd 0
post-up echo 1 replacewithangleyoutubewontallowit /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '95.216.114.xxx/26' -o vmbr0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '95.216.114.xxx/26' -o vmbr0 -j MASQUERADE
Last edited: