Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@sources.redhat.com Delivered-To: mailing list cygwin@sources.redhat.com Message-Id: <200107251454.QAA20770@cabs40.col.bsf.alcatel.fr> Date: Wed, 25 Jul 2001 16:54:06 +0200 (MEST) From: Jorge Goncalvez Reply-To: Jorge Goncalvez Subject: Re:port of DHCPd To: cygwin@sources.redhat.com MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: LErCL/qw/fGb3PgRA3O9fw== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4.2 SunOS 5.8 sun4u sparc Hi, I have the following: lo: unknown hardware address type 2 eth0: unknown hardware address type 2 Listening on Socket/eth0/155.132.0.0 Sending on Socket/eth0/155.132.0.0 DHCPDISCOVER from 52:41:53:20:10:1a:2c:4d:d5:14:c1:01:01:00:00:00 via eth0 Booting denied, no alcatel XID and the vendor class is empty DHCPDISCOVER from 52:41:53:20:80:3a:a3:f0:ff:7b:c0:01:01:00:00:00 via eth0 Booting denied, no alcatel XID and the vendor class is empty DHCPDISCOVER from 52:41:53:20:80:b8:af:23:d6:14:c1:01:01:00:00:00 via eth0 Booting denied, no alcatel XID and the vendor class is empty It has to do with the hardware type of 2. Ethernet is hardware type 1, according to include/dhcp.h hardware type 2 is undefined. that's probably why I get a 16 byte hardware address instead of a six byte one as I would expect with ethernet. I 'll have to modify the code (#ifdef CYGWIN) to recognize the interface as hardware type 1. How can I do this? A piece of code would be great. Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/