Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2002 21:04:57 -0800 (PST)
From:      Richard Sather <satherrl@dssrg.curtin.edu.au>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/34728: DHCP hostname set as Hexadecimal string 
Message-ID:  <200202080504.g1854vO06384@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         34728
>Category:       bin
>Synopsis:       DHCP hostname set as Hexadecimal string
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 21:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Richard Sather
>Release:        4.5-STABLE
>Organization:
The Labs
>Environment:
FreeBSD dssrg210.dssrg.curtin.edu.au 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Jan 30 17:08:19 WST 2002
    root@ifurita.dssrg.curtin.edu.au:/usr/src/sys/compile/SADMIN  i386
>Description:
DHCP client wants to set the hostname to a hex (xx:xx:...) string.
>How-To-Repeat:
within /etc/rc.conf on the client

ifconfig_interface0="DHCP"


within /usr/local/etc/dhcpd.conf

get-lease-hostnames true;

and so on...
>Fix:
in /usr/src/contrib/isc-dhcp/common/tables.c

change "host-name", "X"
to "host-name", "t"
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202080504.g1854vO06384>