Hi, I relatively new to Proxmox and as the title stated I can ping those, but can't ping anything else. I had the same problem with my previous Proxmox server, but I can't remember how I solved the issue...
When I try to update I get this:
It seems to be a sort resolver issue, but I'm not an expert. I'm just really starting to go deeper into networking.
There's the ping for 8.8.8.8:
There's the one for 1.1.1.1:
I have my server connected to a switch(bridge mode) and the switch is connected to a opnsense router(router mode)
A quick note is that the default of 192.168.1.1 is correct as is the 192.168.1.0. They're both the same as the VM the only difference is that the IP of the server is a static one out of the dhcp range, but the VM is configured with dhcp.
Last thing my VM has internet and no problem updating, navigate online and even has a perfectly working Steam app. I don't seems to be able to find info on this. Most people can't ping anything outside while I can ping these two although nothing else. Any help would be extremely appreciated.
When I try to update I get this:
Code:
root@pve:~# apt update
Ign:1 http://ftp.ca.debian.org/debian bookworm InRelease
Ign:2 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:3 http://security.debian.org bookworm-security InRelease
Ign:4 http://ftp.ca.debian.org/debian bookworm-updates InRelease
Ign:1 http://ftp.ca.debian.org/debian bookworm InRelease
Ign:3 http://security.debian.org bookworm-security InRelease
Ign:2 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:4 http://ftp.ca.debian.org/debian bookworm-updates InRelease
Ign:1 http://ftp.ca.debian.org/debian bookworm InRelease
Ign:3 http://security.debian.org bookworm-security InRelease
Ign:2 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:4 http://ftp.ca.debian.org/debian bookworm-updates InRelease
Err:1 http://ftp.ca.debian.org/debian bookworm InRelease
Temporary failure resolving 'ftp.ca.debian.org'
Err:3 http://security.debian.org bookworm-security InRelease
Temporary failure resolving 'security.debian.org'
Err:2 http://download.proxmox.com/debian/pve bookworm InRelease
Temporary failure resolving 'download.proxmox.com'
Err:4 http://ftp.ca.debian.org/debian bookworm-updates InRelease
Temporary failure resolving 'ftp.ca.debian.org'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
W: Failed to fetch http://ftp.ca.debian.org/debian/dists/bookworm/InRelease Temporary failure resolving 'ftp.ca.debian.org'
W: Failed to fetch http://ftp.ca.debian.org/debian/dists/bookworm-updates/InRelease Temporary failure resolving 'ftp.ca.debian.org'
W: Failed to fetch http://security.debian.org/dists/bookworm-security/InRelease Temporary failure resolving 'security.debian.org'
W: Failed to fetch http://download.proxmox.com/debian/pve/dists/bookworm/InRelease Temporary failure resolving 'download.proxmox.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
There's the ping for 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.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=120 time=15.0 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=120 time=11.7 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=120 time=12.3 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=120 time=11.2 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=120 time=13.1 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=120 time=13.7 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=120 time=10.8 ms
64 bytes from 8.8.8.8: icmp_seq=8 ttl=120 time=13.7 ms
64 bytes from 8.8.8.8: icmp_seq=9 ttl=120 time=11.2 ms
64 bytes from 8.8.8.8: icmp_seq=10 ttl=120 time=11.0 ms
--- 8.8.8.8 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9014ms
rtt min/avg/max/mdev = 10.783/12.365/15.014/1.367 ms
There's the one for 1.1.1.1:
Code:
root@pve:~# ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=60 time=16.5 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=60 time=12.2 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=60 time=16.6 ms
64 bytes from 1.1.1.1: icmp_seq=4 ttl=60 time=13.7 ms
64 bytes from 1.1.1.1: icmp_seq=5 ttl=60 time=11.1 ms
64 bytes from 1.1.1.1: icmp_seq=6 ttl=60 time=11.5 ms
64 bytes from 1.1.1.1: icmp_seq=7 ttl=60 time=10.8 ms
64 bytes from 1.1.1.1: icmp_seq=8 ttl=60 time=12.2 ms
64 bytes from 1.1.1.1: icmp_seq=9 ttl=60 time=12.4 ms
64 bytes from 1.1.1.1: icmp_seq=10 ttl=60 time=12.1 ms
--- 1.1.1.1 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9017ms
rtt min/avg/max/mdev = 10.833/12.911/16.582/1.953 ms
I have my server connected to a switch(bridge mode) and the switch is connected to a opnsense router(router mode)
Code:
root@pve:~# ip r
default via 192.168.1.1 dev vmbr0 proto kernel onlink
192.168.1.0/24 dev vmbr0 proto kernel scope link src 192.168.1.20
Last thing my VM has internet and no problem updating, navigate online and even has a perfectly working Steam app. I don't seems to be able to find info on this. Most people can't ping anything outside while I can ping these two although nothing else. Any help would be extremely appreciated.