Firstly, after a fresh setup of PVE 6.2-1, any DNS request are returned in "temporary failure in name resolution".
I assumed it could be some problem of the firewall, but after I disabled all of the firewall, nothing changed.
The phenomenon appears like, you can't get any return by pinging any domain except a "temporary failure in name resolution".
But weiredly, I'm sure that any connection only through IP address is unjammed, which means I can ping through any IP instead of their domain.
Another command proofed my test:
Returns with a good resolotion result with github.com's IP address.
But when use the command
It still return a "temporary failure in name resolution".
I changed the DNS server to a local one which I set-up in my main PC, and more weiredly, it just works.
What is the reason of it? I was quite confused.
I assumed it could be some problem of the firewall, but after I disabled all of the firewall, nothing changed.
The phenomenon appears like, you can't get any return by pinging any domain except a "temporary failure in name resolution".
But weiredly, I'm sure that any connection only through IP address is unjammed, which means I can ping through any IP instead of their domain.
Another command proofed my test:
$ dig github.com
Returns with a good resolotion result with github.com's IP address.
But when use the command
$ ping github.com
It still return a "temporary failure in name resolution".
I changed the DNS server to a local one which I set-up in my main PC, and more weiredly, it just works.
What is the reason of it? I was quite confused.