On 4/23/23 19:48, Samuel Sieb wrote:
On 4/23/23 19:38, ToddAndMargo via users wrote:
On 4/23/23 19:34, Samuel Sieb wrote:
On 4/23/23 19:17, ToddAndMargo via users wrote:
How do I tell dhcp-client to use a DNS server of
my choosing and not what comes from the dhcp server?

You set it in the networkmanager connection config.
In the IPV4 section, turn off automatic DNS and enter your DNS server address.

How about if I am, not running networkmanager?

# networkmanager
bash: networkmanager: command not found

It doesn't work like that.  You're clearly using NetworkManager because you are running nmcli.

I was referring to the Gnome network control panel, but you can do the same thing using nm-connection-editor or editing the config files or running nmcli.

nmcli device mod eno2 ipv4.ignore-auto-dns yes

Ha!

Works great:

# nmcli connection modify "Wired connection 2" ipv4.ignore-auto-dns yes


This did not:
# nmcli device modify eno2 ipv4.ignore-auto-dns yes

Thank you Sam!!!!

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to