Hi All,
I have had proxmox running for a while without issues on a dell optiplex 7070. recently the server has started playing up.
I am running version 8.4.1.
My Config:
this is my hosts file:
when i do an ping 8.8.8.8 i get:
Network in Unreachable
when i do ip addr, i have:
1: lo
2: eno1
3: tailscale0
4: vmbr0
followed by vethxxxx
ip route shows nothing.
if i manually run ip addr add 192.168.1.22/24 dev vmbr0. then i can reach the WEBUI of proxmox. The VM's and LXC's lose internet at this point.
Also on a reboot, this fails again.

the ip addresses for the proxmox server and the LXC's and VM's all have dhcp reservations in my synology router.
I have rebooted my router as well.
Please can someone help me fix this.
Much appreciated.
I have had proxmox running for a while without issues on a dell optiplex 7070. recently the server has started playing up.
I am running version 8.4.1.
My Config:
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.22/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
this is my hosts file:
Code:
127.0.0.1 localhost.localdomain localhost
192.168.1.22 proxmox.test.network proxmox
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
when i do an ping 8.8.8.8 i get:
Network in Unreachable
when i do ip addr, i have:
1: lo
2: eno1
3: tailscale0
4: vmbr0
followed by vethxxxx
ip route shows nothing.
if i manually run ip addr add 192.168.1.22/24 dev vmbr0. then i can reach the WEBUI of proxmox. The VM's and LXC's lose internet at this point.
Also on a reboot, this fails again.

the ip addresses for the proxmox server and the LXC's and VM's all have dhcp reservations in my synology router.
I have rebooted my router as well.
Please can someone help me fix this.
Much appreciated.
Last edited: