Score:-2

What are the default DNS server addresses in Network Manager

bf flag

For the first time, I have set up a Orange PI as a home server. I'm planning to SSH into this so I'm trying to set up a static IP for this. I have used nmtui to set a static IP.

With the following configuration, I can SSH into the server but server cannot access Internet.

IPv4 Configuration <Manual>

Address = 192.168.1.110
Gateway = 192.168.1.1
DNS Servers = 

With following, I can SSH and access Internet.

IPv4 Configuration <Manual>

Address = 192.168.1.110
Gateway = 192.168.1.1
DNS Servers = 8.8.8.8

With IPv4 Configuration <Auto>, it auto connects to internet as well as allows SSHing. So I'm assuming there is a list of default DNS servers.

  • What are the default DNS servers and where can I find them?
  • Is there a way to configure just the static IP and leave everything else such as DNS servers as default in network manager?
vidarlo avatar
ar flag
Hint: DHCP. And this question is *blatantly* off topic on serverfault.
Score:-1
bf flag

I just did following configuration and restarted rather than service restart. It seems sometimes it behaves some unexpected way when server is not restarted

IPv4 Configuration <Manual>

Address = 192.168.1.110
Gateway = 192.168.1.1
DNS Servers = 192.168.1.1

I was able to find default values by setting the IPv4 to auto and running following commands to find default values

nmcli dev show | grep DNS
nmcli dev show | grep GATEWAY
nmcli dev show | grep IP
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.