Hi,
My proxmox installation cannot access internet. But my guest VMs can.
I have suspected a DNS issue but I set DNS to 8.8.8.8 and it's still not working.
Probably worth noting that local network is working, and I can access the gui from my other machine.
Do you have any suggestions on where I should look for the cause of this issue?
In trying to update it's giving error:
Ping attempt to 8.8.8.8
I have set it to use 1.1.1.1 / 8.8.8.8 DNS, but it can't be reached.
resolv.conf:
network interfaces:
ip route:
My proxmox installation cannot access internet. But my guest VMs can.
I have suspected a DNS issue but I set DNS to 8.8.8.8 and it's still not working.
Probably worth noting that local network is working, and I can access the gui from my other machine.
Do you have any suggestions on where I should look for the cause of this issue?
In trying to update it's giving error:
Code:
starting apt-get update
Err:1 http://ftp.pl.debian.org/debian bullseye InRelease
Temporary failure resolving 'ftp.pl.debian.org'
Err:2 http://security.debian.org bullseye-security InRelease
Temporary failure resolving 'security.debian.org'
Err:3 https://enterprise.proxmox.com/debian/pve bullseye InRelease
Temporary failure resolving 'enterprise.proxmox.com'
Err:4 http://ftp.pl.debian.org/debian bullseye-updates InRelease
Temporary failure resolving 'ftp.pl.debian.org'
Reading package lists...
W: Failed to fetch http://ftp.pl.debian.org/debian/dists/bullseye/InRelease Temporary failure resolving 'ftp.pl.debian.org'
W: Failed to fetch http://ftp.pl.debian.org/debian/dists/bullseye-updates/InRelease Temporary failure resolving 'ftp.pl.debian.org'
W: Failed to fetch http://security.debian.org/dists/bullseye-security/InRelease Temporary failure resolving 'security.debian.org'
W: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bullseye/InRelease Temporary failure resolving 'enterprise.proxmox.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
TASK OK
Ping attempt to 8.8.8.8
Code:
root@pve:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
^C
--- 8.8.8.8 ping statistics ---
7 packets transmitted, 0 received, 100% packet loss, time 6124ms
I have set it to use 1.1.1.1 / 8.8.8.8 DNS, but it can't be reached.
resolv.conf:
Code:
root@pve:~# cat /etc/resolv.conf
search NAT.warszawa.vectranet.pl
nameserver 1.1.1.1
nameserver 8.8.8.8
nameserver 127.0.0.53
network interfaces:
Code:
root@pve:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp4s0f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.16/24
gateway 192.168.0.1
bridge-ports enp4s0f1
bridge-stp off
bridge-fd 0
iface wlp3s0 inet manual
ip route:
Code:
root@pve:~# ip route
default via 192.168.0.1 dev vmbr0 proto kernel onlink
192.168.100.0/24 dev vmbr0 proto kernel scope link src 192.168.100.16
Last edited: