On Mon, Oct 1, 2012 at 8:18 PM, Ike Devolder <ike.devol...@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.

Reply via email to