After upgrading from PVE7 to 8, I cant get connection to the PVE host. If I try to run the update, it gets "no route to host". I haven't changed anything related to networking from what was working on PV7
Does anyone have any ideas on how to resolve this? Thanks.
My settings are:
DNS Server: 192.168.1.1
resolv.conf :
It was being automatically generated every reboot but I found out that PVE configuration interface was misconfigured after upgrade:
Current resolv.conf:
interfaces:
Does anyone have any ideas on how to resolve this? Thanks.
My settings are:
DNS Server: 192.168.1.1
resolv.conf :
Code:
nameserver 127.0.0.53
options edns0 trust-ad
search .
Current resolv.conf:
Code:
search .
nameserver 192.168.1.1
nameserver 192.168.1.11
# This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8).
# Do not edit.
#
# This file might be symlinked as /etc/resolv.conf. If you're looking at
# /etc/resolv.conf and seeing this text, you have followed the symlink.
#
# This is a dynamic resolv.conf file for connecting local clients to the
# internal DNS stub resolver of systemd-resolved. This file lists all
# configured search domains.
#
# Run "resolvectl status" to see details about the uplink DNS servers
# currently in use.
#
# Third party programs should typically not access this file directly, but only
# through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a
# different way, replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.
options edns0 trust-ad
interfaces:
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface enp2s0 inet manual
iface enp3s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.20/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#auto vmbr0.10
#iface vmbr0.10 inet static
# address 192.168.10.20/24
# gateway 192.168.10.1
auto vmbr1
iface vmbr1 inet static
# address 192.168.100.20/24
bridge-ports enp3s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr1.101
iface vmbr1.101 inet static
address 192.168.101.20/24
gateway 192.168.101.1
Code:
starting apt-get update
Ign:1 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:2 http://ftp.debian.org/debian bookworm InRelease
Ign:3 http://ftp.debian.org/debian bookworm-updates InRelease
Ign:2 http://ftp.debian.org/debian bookworm InRelease
Ign:1 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:3 http://ftp.debian.org/debian bookworm-updates InRelease
Ign:2 http://ftp.debian.org/debian bookworm InRelease
Ign:1 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:3 http://ftp.debian.org/debian bookworm-updates InRelease
Err:2 http://ftp.debian.org/debian bookworm InRelease
Could not connect to debian.map.fastlydns.net:80 (151.101.94.132). - connect (113: No route to host) Unable to connect to ftp.debian.org:http:
Err:1 http://download.proxmox.com/debian/pve bookworm InRelease
Could not connect to download.proxmox.com:80 (170.130.165.90). - connect (113: No route to host)
Err:3 http://ftp.debian.org/debian bookworm-updates InRelease
Unable to connect to ftp.debian.org:http:
Reading package lists...
W: Failed to fetch http://ftp.debian.org/debian/dists/bookworm/InRelease Could not connect to debian.map.fastlydns.net:80 (151.101.94.132). - connect (113: No route to host) Unable to connect to ftp.debian.org:http:
W: Failed to fetch http://ftp.debian.org/debian/dists/bookworm-updates/InRelease Unable to connect to ftp.debian.org:http:
W: Failed to fetch http://download.proxmox.com/debian/pve/dists/bookworm/InRelease Could not connect to download.proxmox.com:80 (170.130.165.90). - connect (113: No route to host)
W: Some index files failed to download. They have been ignored, or old ones used instead.
TASK OK
Last edited: