Hello,
for like 3 days, my servers suddenly can't resolve to anything. Literally anything.
I can't start any sourcegames cuz this error comes up:
assert_20240229170759_22.dmp[46]: Finished uploading minidump (out-of-process): success = no
assert_20240229170759_22.dmp[46]: error: Couldn't resolve host name
assert_20240229170759_22.dmp[46]: file ''/tmp/dumps/assert_20240229170759_22.dmp'', upload no: ''Couldn't resolve host name''
I can start minecraft servers but plugins that have access to anything (APIs) can't resolve or connect to the APIs (Auto-Updater for example)
I literally did not change anything on my end. I googled the issue and I didn't find an answer.
It seems like that docker0 and pterodactyl10 (Links) do not have a DNS associated to it (If i can put it like that)
In putty, I typed "resolvectl status" and this came up:
Global
Protocols: -LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
resolv.conf mode: stub
Current DNS Server: 1.1.1.1
DNS Servers: 1.1.1.1 1.0.0.1
Link 2 (eth0)
Current Scopes: DNS
Protocols: +DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
Current DNS Server: 8.8.4.4
DNS Servers: 1.1.1.1 8.8.4.4 2606:4700:4700::1111 2001:4860:4860::8844
Link 3 (docker0)
Current Scopes: none
Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
Link 4 (pterodactyl0)
Current Scopes: none
Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
Link 14 (vethb7ea2df)
Current Scopes: none
Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported
I think this is the crucial point of my problem. Pterodactyl is not using a DNS anymore (I guess).
I tried to re-associate DNS servers through config of pterodactyl
but also with sudo nano /etc/resolv.conf , I tried to assign a DNS connected to pterodactyl.
I guess nothing works.
Can someone please help me or give a hint, I would be thankful for that!