On Sat, Oct 21, 2023 at 4:24 PM Pocket wrote: > > Ding ding ding we have a winner!!!!
Just out of curiosity, why didn't you use the example from https://wiki.debian.org/resolv.conf and do echo 'make_resolv_conf() { :; }' > /etc/dhcp/dhclient-enter-hooks.d/leave_my_resolv_conf_alone chmod 755 /etc/dhcp/dhclient-enter-hooks.d/leave_my_resolv_conf_alone Are you using NTP? If yes, how are you keeping dhcp from over-writing your ntp.conf? I had to comment out the "ntp_servers_setup" line in /etc/dhcp/dhclient-exit-hooks.d/ntp to keep dhcp from messing up my list of ntp servers. Regards, Lee > > cat /etc/resolv.conf > # Generated by NetworkManager > search example.org > nameserver 127.0.0.1 > nameserver ::1 > options edns0 trust-ad > > This make this work > > sudo cat /etc/NetworkManager/NetworkManager.conf > [main] > plugins=ifupdown,keyfile > > [ifupdown] > managed=false > > [device] > wifi.scan-rand-mac-address=no > > [global-dns] > searches=example.org > options=edns0 trust-ad > > cat /etc/NetworkManager/system-connections/Wired\ connection\ 1.nmconnection > [connection] > id=Wired connection 1 > uuid=fe51b7a9-f0a9-32b9-ba1d-7a4dd08d0718 > type=ethernet > autoconnect-priority=-999 > interface-name=end0 > timestamp=1697818643 > > [ethernet] > > [ipv4] > dns=127.0.0.1; > dns-search=example.org; > ignore-auto-dns=true > method=auto > > [ipv6] > addr-gen-mode=default > dns=::1; > dns-search=example.org; > ignore-auto-dns=true > method=auto > [proxy] > > [.nmmeta] > nm-generated=true