Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What does 'dhclient: suspect value in host_name option - discarded' mean?

Hi,

in the logs of my UTM 9.103 I see many errors(!) stating
'dhclient: suspect value in host_name option - discarded'

What's this or how can see what's really wrong or which host causes this?

Xavier


This thread was automatically locked due to age.
Parents
  • If your ISP is handing out a name with a blank character, that may be why. I thought that message was normally only displayed when dhclient read it's config file but it may also come up when dhclient receives it's lease information. There's not a lot of info from google on that error (just some stuff from Amazon AWS) so I had to dig into the source code of dhclient to make sense of it. [:)]

    Blank(whitespace) characters are not valid characters per the DNS naming specs so dhclient would throw an error. Your hostname is a valid DNS name though not resolvable anywhere except perhaps internally.
Reply
  • If your ISP is handing out a name with a blank character, that may be why. I thought that message was normally only displayed when dhclient read it's config file but it may also come up when dhclient receives it's lease information. There's not a lot of info from google on that error (just some stuff from Amazon AWS) so I had to dig into the source code of dhclient to make sense of it. [:)]

    Blank(whitespace) characters are not valid characters per the DNS naming specs so dhclient would throw an error. Your hostname is a valid DNS name though not resolvable anywhere except perhaps internally.
Children