No longer able to connect

tempeduck

New Member
Feb 11, 2024
1
0
1
Hello,

I was trying to transition away from using my Google Wifi 's DHCP/DNS to AdGuard Home. I ran into some issues and reverted back to the Google WiFi but now my Proxmox server won't take an IP. either from DHCP or a static IP.

I have tried updating the interface file and vmbr0 to be both DHCP and static, neither works. If I choose DHCP, it never receives one from the router, if I configure it as static proxmox thinks it has one but it won't resolve. Fing doesn't see it in either configuration nor the containers.

Looking for some guidance please. I would really like to avoid reinstalling and losing my VMs.

/etc/host

Code:
127.0.0.1 localhost.localdomain localhost
192.168.86.13 pve.lan pve

# 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

/etc/network/Interfaces

Code:
auto lo
iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
            address 192.168.86.13/24
            gateway 192.168.86.1
            bridge-ports eno1
            bridge-stp off
            bridge-fs 0

source /etc/network/interfaces.d/*
 
Last edited: