"The Internet standards (Request for Comments) for protocols mandate that component hostname labels may contain only the ASCII letters 'a' through 'z' (in a case-insensitive manner), the digits '0' through '9', and the hyphen ('-'). The original specification of hostnames in RFC 952, mandated that labels could not start with a digit or with a hyphen, and must not end with a hyphen. However, a subsequent specification (RFC 1123) permitted hostname labels to start with digits. No other symbols, punctuation characters, or white space are permitted." --- http://en.m.wikipedia.org/wiki/Hostname This means that the name chosen can not have an underscore and be valid. This actually sounds like a bug in your operating system in letting you choose a name with an underscore and sending it out in the DHCP request. The BBHN WebUI properly refused to let you register this invalid name and that is where the message came from. |