pombreda / staticdhcpd

Automatically exported from code.google.com/p/staticdhcpd
GNU General Public License v3.0
0 stars 0 forks source link

Not work using Virtualbox. #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I tested but not working under VirtualBox.

Statistics:
Thu Feb 7 13:44:38 2013 : received: 5; discarded: 0; turnaround: 0.000638s/pkt; 
ignored MACs: 0
Thu Feb 7 13:44:08 2013 : received: 0; discarded: 0; turnaround: 0.000000s/pkt; 
ignored MACs: 0
Thu Feb 7 13:43:38 2013 : received: 0; discarded: 0; turnaround: 0.000000s/pkt; 
ignored MACs: 0
Thu Feb 7 13:43:08 2013 : received: 1; discarded: 1; turnaround: 0.000826s/pkt; 
ignored MACs: 1
Thu Feb 7 13:42:38 2013 : received: 0; discarded: 0; turnaround: 0.000000s/pkt; 
ignored MACs: 0
Thu Feb 7 13:42:08 2013 : received: 1; discarded: 0; turnaround: 0.000658s/pkt; 
ignored MACs: 0
Thu Feb 7 13:41:38 2013 : received: 3; discarded: 0; turnaround: 0.000760s/pkt; 
ignored MACs: 0

Events:
Thu Feb 7 13:44:53 2013 : DHCPNAK sent to 08:00:27:1f:96:64 for ?.?.?.? via 
255.255.255.255:68 [250 bytes]
Thu Feb 7 13:44:53 2013 : DHCPDISCOVER from 08:00:27:1f:96:64
Thu Feb 7 13:44:52 2013 : DHCPNAK sent to 08:00:27:1f:96:64 for ?.?.?.? via 
255.255.255.255:68 [250 bytes]
Thu Feb 7 13:44:52 2013 : DHCPDISCOVER from 08:00:27:1f:96:64
Thu Feb 7 13:44:43 2013 : DHCPNAK sent to 08:00:27:1f:96:64 for ?.?.?.? via 
255.255.255.255:68 [250 bytes]
Thu Feb 7 13:44:43 2013 : DHCPDISCOVER from 08:00:27:1f:96:64
Thu Feb 7 13:44:37 2013 : DHCPNAK sent to 08:00:27:1f:96:64 for ?.?.?.? via 
255.255.255.255:68 [250 bytes]
Thu Feb 7 13:44:37 2013 : DHCPDISCOVER from 08:00:27:1f:96:64
Thu Feb 7 13:44:34 2013 : DHCPNAK sent to 08:00:27:1f:96:64 for ?.?.?.? via 
255.255.255.255:68 [250 bytes]
Thu Feb 7 13:44:34 2013 : DHCPDISCOVER from 08:00:27:1f:96:64
Thu Feb 7 13:44:32 2013 : DHCPNAK sent to 08:00:27:1f:96:64 for ?.?.?.? via 
255.255.255.255:68 [250 bytes]
Thu Feb 7 13:44:32 2013 : DHCPDISCOVER from 08:00:27:1f:96:64
Thu Feb 7 13:44:20 2013 : DHCPNAK sent to 08:00:27:1f:96:64 for ?.?.?.? via 
255.255.255.255:68 [250 bytes]
Thu Feb 7 13:44:20 2013 : DHCPDISCOVER from 08:00:27:1f:96:64
Thu Feb 7 13:44:14 2013 : DHCPNAK sent to 08:00:27:1f:96:64 for ?.?.?.? via 
255.255.255.255:68 [250 bytes]
Thu Feb 7 13:44:14 2013 : DHCPDISCOVER from 08:00:27:1f:96:64

Original issue reported on code.google.com by bmails...@gmail.com on 7 Feb 2013 at 3:47

GoogleCodeExporter commented 9 years ago
Hi, bmails.

First, I apologise for not getting back to you immediately. Now that I've 
noticed this, though, I would like to work with you to get it resolved.

At first glance, this looks like a simple case of your database not containing 
a binding for the MAC in question. This server does not normally do dynamic 
allocations (there's a feature for that in the newest code-sets, but it's 
disabled by default), so before it will do anything but send NAKs, you will 
need to tell it what to do with 08:00:27:1f:96:64.

If that doesn't work, then I'm at a loss for guessing at the immediate cause. I 
do a lot of work with VirtualBox and have never before observed a problem, so 
I'd have to have to ask for more details about your specific setup.

Can you describe your logical network layout and give me information about how 
the VirtualBox adapter is configured? In addition to that, what DHCP clients 
(if you don't know, just name the OSes) are in use on these hosts?

Original comment by red.hamsterx on 9 Feb 2013 at 10:23

GoogleCodeExporter commented 9 years ago
No follow-up and symptoms easily reproducible by having an empty database; 
assuming user-error.

Original comment by red.hamsterx on 27 Mar 2013 at 5:25