[SOLVED] Turns out I’m just a bigger moron than I thought. The MAC address of my server had accidentally been flagged in my router for black listing.
As the title says, my proxmox host is apparently not able to reach the internet anymore, not sure for how long this has been an issue, I rarely work on the host itself. It can ping other devices on my network just fine, and other devices can ping it. I can also SSH in to it and access the web interface. My VMs are connected to the internet without any issues. I don’t need to access the host remotely/outside my home network, this is just for updating it etc.
I can’t see the host under active devices in my router though.
I have been trying to figure why, but so far without any luck.
Check your gateway
It is set to my router IP
Can you ping 1.1.1.1?
no
What message are you seeing?
Nothing, and it just reports 100% packet loss when I terminate the ping command.
What is the output of
ip route
?
In the UI, go to your host -> system -> network and confirm that you have a default gateway set.
I have, and it’s correct.
That doesn’t match your
ip route
. And the gateway 10.99.3.1 is not on the CIDR of that bridge.That image is not mine, it’s just for reference by the other user to show me where to look
Damn, apparently I mixed that up when I was looking at it on my phone app.
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters DHCP Dynamic Host Configuration Protocol, automates assignment of IPs when connecting to a network DNS Domain Name Service/System IP Internet Protocol PCIe Peripheral Component Interconnect Express
[Thread #648 for this sub, first seen 1st Apr 2024, 16:45] [FAQ] [Full list] [Contact] [Source code]
Does it work after a reboot? I vaguely remember having this problem on my old motherboard. Adding a PCIe LAN adapter and switching everything over solved it for me. Now I have a new mobo and it doesn’t have any network problems.
Nope, reboot doesn’t change anything
Try a traceroute to something like 9.9.9.9 and google’s IP. You’re able to resolve things ok. So, not DNS. Need to find out where the traffic is going to die.
Also, try a
curl https://google.com -vvv
. This should give some more info on what is happening to TCP traffic.this is the output when i run curl httpS://google.com -vvv