[arch-general] NetworkManager, DHCP and DNS

Jan Steffens jan.steffens at gmail.com
Mon Oct 1 18:54:24 EDT 2012


On Mon, Oct 1, 2012 at 8:18 PM, Ike Devolder <ike.devolder at gmail.com> wrote:
> Are you using NetworkManager with dhclient ?
> NetworkManager with dhcpcd should give you no issues since dhcpcd sends
> the hostname along with the dhcp request.
>
> dhclient does not with the defaults given by NetworkManager.

Actually, it does. Here, /var/run/nm-dhclient-wlan0.conf contains:

# Created by NetworkManager

send host-name "philomeena"; # added by NetworkManager

option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
option ms-classless-static-routes code 249 = array of unsigned integer 8;
option wpad code 252 = string;

also request rfc3442-classless-static-routes;
also request ms-classless-static-routes;
also request wpad;
also request ntp-servers;

---

"philomeena" being the hostname of my laptop.


More information about the arch-general mailing list