David, I don't think you're quite where I was. I'm not sure the problem is your DHCP server yet. Below is mw is my logfile when I was attempting to get an address (i posted this a week ago or so). As you can see there is a lot more information related to the transaction. Yours is not that far along. I encountered this when I was using an old driver. Also had this problem with VMWare (must be something ot do with how i set up VMWare, the bridge networking, meaning it piggy backs off my actual connection as opposed to it having its own interface connection). Hope this helps.
Ed Jul 23 09:19:56 ent01 dhcpd: DHCPDISCOVER from 00:09:6b:58:2c:dc via eth1 Jul 23 09:19:56 ent01 dhcpd: DHCPOFFER on 172.30.1.177 to 00:09:6b:58:2c:dc via eth1 Jul 23 09:19:56 ent01 dhcpd: Both dynamic and static leases present for 172.30.1.177. Jul 23 09:19:56 ent01 dhcpd: Either remove host declaration feydpv07 or remove 172.30.1.177 Jul 23 09:19:56 ent01 dhcpd: from the dynamic address pool for eth1 Jul 23 09:19:56 ent01 dhcpd: DHCPREQUEST for 172.30.1.177 from 00:09:6b:58:2c:dc via eth1 Jul 23 09:19:56 ent01 dhcpd: DHCPACK on 172.30.1.177 to 00:09:6b:58:2c:dc via eth1 -----Original Message----- From: David Ehrmann [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 4:47 PM To: [EMAIL PROTECTED] Subject: Re: [Unattended] DHCP not found I seem to be having the same symptoms Ed had, but my DHCP server already used long, but not infinite, leases. Looking at the logfile, I see this Jul 24 10:41:46 Server dhcpd: overriding dhcp-renewal-time for 0.0.0.0. Jul 24 10:41:46 Server dhcpd: overriding dhcp-rebinding-time for 0.0.0.0. Jul 24 10:41:46 Server dhcpd: DHCPDISCOVER from 00:0c:29:c8:02:d9 via eth0 Jul 24 10:41:46 Server dhcpd: DHCPOFFER on 10.0.253.255 to 00:0c:29:c8:02:d9 via eth0 repeated. If I enable renewal-time and rebinding-time in the config file, as I have here, the first two lines appear. For some reason the offered IP seems to differ from the IP the client is usually offered during a normal boot. If anyone has any idea on why the offer isn't accepted, please let me know. I tried this on a VMWare system and an actual system and got the same problems. Here is my dhcp configuration: ddns-update-style none; option domain-name-servers 209.60.252.5, 64.55.192.20; default-lease-time 7200; #50000000; #max-lease-time 100000000; #Sugusted by Microsoft option dhcp-rebinding-time 300; option dhcp-renewal-time 300; #ddns-update-style interim; one-lease-per-client on; authoritative; subnet 10.0.0.0 netmask 255.0.0.0 { range 10.0.0.2 10.0.254.254; option routers 10.0.0.1; allow bootp; #allow booting; #added next-server 10.10.1.1; option vendor-encapsulated-options ff; option root-path "/opt/ltsp/i386"; if substring (option vendor-class-identifier, 0, 9) = "PXEClient" { filename "/tftpboot/pxelinux.0"; # filename "/tftpboot/eb-5[1].0.10-amdhomepna.lzpxe"; # -VMWare # filename "/tftpboot/eb-5[1].0.10-rtl8139.lzpxe"; # -Bobby } else if substring (option vendor-class-identifier, 0, 9) = "Etherboot" { filename "/tftpboot/lts/vmlinuz-2.4.21-ltsp-1"; } host paul { hardware ethernet 00:20:18:d8:1b:dd; fixed-address 10.0.0.1; } } ---------------------------------------------------------------------------- ------ Dial Broadband has arrived in California! Up to 5 times faster than traditional dialup connections from $13.33/month! See the demo for yourself at http://www.BigValley.net ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
