Hello. still new to proxmox and networking in general. Recently setup a proxmox server with some VM's and containers and the other day I setup an OpenVPN and PiHole container. Today my entire wifi network seemed to stop working, no one in the house including me could access anything on the internet, kept receiving an error about DNS addresses not being found. Upon restarting my router some devices were working fine while others weren't. I then proceeded to restore my router settings from a backup from a few days ago and that seemed to have fixes the issues regarding connectivity.
I then go to check on my proxmox server and now my OpenVPN and PiHole both do not work. My ubuntu web server will get hung up on 'A start job is running for Wait for Network to be configured (XXs / no limit)' for awhile. Both the Ubuntu web server and the containers are unable to ping anything and I am unable to execute apt update / upgrade as I get thrown an error stating that I cannot resolve 'archive./ubuntu.com'. All my Windows virtual machines are unable to connect to the internet either.
Like I said I am very new to proxmox and networking so I don't really know how to go about fixing this, is it possible that the DNS I am using is no longer working? Some sort of gateway issue? Router Settings?
Interfaces file
Sources.list
If anything else is needed please let me know and I apologize if I am not being concise as to what is wrong.
I then go to check on my proxmox server and now my OpenVPN and PiHole both do not work. My ubuntu web server will get hung up on 'A start job is running for Wait for Network to be configured (XXs / no limit)' for awhile. Both the Ubuntu web server and the containers are unable to ping anything and I am unable to execute apt update / upgrade as I get thrown an error stating that I cannot resolve 'archive./ubuntu.com'. All my Windows virtual machines are unable to connect to the internet either.
Like I said I am very new to proxmox and networking so I don't really know how to go about fixing this, is it possible that the DNS I am using is no longer working? Some sort of gateway issue? Router Settings?
Interfaces file
Code:
auto lo
iface lo inet loopback
iface enp30s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.69/24
gateway 192.168.1.1
bridge-ports enp30s0
bridge-stp off
bridge-fd 0
Sources.list
Code:
deb http://ftp.us.debian.org/debian bullseye main contrib
deb http://ftp.us.debian.org/debian bullseye-updates main contrib
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
# security updates
deb http://security.debian.org bullseye-security main contrib
If anything else is needed please let me know and I apologize if I am not being concise as to what is wrong.