Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - DHCP server could not run.: (5 Items)
   
DHCP server could not run.  
Hello.

I've made WAP at x86 platform using atheros driver and 3com ethernet driver. I'm using core_networking source with 
revision version is 289.

With 289 version, DHCP server is working.

But with the new version, (I tested 307 and 314 version) DHCP server is not running.

When I executed dhcpd like below, I got some message from dhcpd.
[/root/]#dhcpd ath0
Internet Software Consortium DHCP Server V3.0pl2
Copyright 1995-2003 Internet Software Consortium.
All rights reserved.
Wrote 1 leases to leases file.
ioctl: SIOCGIFCONF: Message too long

FYI, I'd setup my PC as a WAP including dhcp server and NAT with 289 version.
I
How could I solve that problem?
Is there anyone who has same problem with me?

- Wayne.
Re: DHCP server could not run.  
On Mon, Apr 14, 2008 at 04:51:54AM -0400, Jongpil Won wrote:
> Hello.
> 
> I've made WAP at x86 platform using atheros driver and 3com ethernet driver. I'm using core_networking source with 
revision version is 289.
> 
> With 289 version, DHCP server is working.
> 
> But with the new version, (I tested 307 and 314 version) DHCP server is not running.
> 
> When I executed dhcpd like below, I got some message from dhcpd.
> [/root/]#dhcpd ath0
> Internet Software Consortium DHCP Server V3.0pl2
> Copyright 1995-2003 Internet Software Consortium.
> All rights reserved.
> Wrote 1 leases to leases file.
> ioctl: SIOCGIFCONF: Message too long
> 
> FYI, I'd setup my PC as a WAP including dhcp server and NAT with 289 version.
> I
> How could I solve that problem?
> Is there anyone who has same problem with me?

Should be fixed.  Update and do a clean build of the stack.

-seanb
Re: DHCP server could not run.  
I downloaded new version of stack - Revision 315.

But dhcp server is not running.

Please check error message from dhcp server.
[/root/]#dhcpd ath0
Internet Software Consortium DHCP Server V3.0pl2
Copyright 1995-2003 Internet Software Consortium.
All rights reserved.
Wrote 1 leases to leases file.
setsockopt: SO_BINDTODEVICE: Invalid argument

Thanks.
Wayne.
Re: DHCP server could not run.  
On Tue, Apr 15, 2008 at 12:37:39AM -0400, Jongpil Won wrote:
> I downloaded new version of stack - Revision 315.
> 
> But dhcp server is not running.
> 
> Please check error message from dhcp server.
> [/root/]#dhcpd ath0
> Internet Software Consortium DHCP Server V3.0pl2
> Copyright 1995-2003 Internet Software Consortium.
> All rights reserved.
> Wrote 1 leases to leases file.
> setsockopt: SO_BINDTODEVICE: Invalid argument

Should be fixed.  Thanks.

-seanb
Re: DHCP server could not run.  
> On Tue, Apr 15, 2008 at 12:37:39AM -0400, Jongpil Won wrote:
> > I downloaded new version of stack - Revision 315.
> > 
> > But dhcp server is not running.
> > 
> > Please check error message from dhcp server.
> > [/root/]#dhcpd ath0
> > Internet Software Consortium DHCP Server V3.0pl2
> > Copyright 1995-2003 Internet Software Consortium.
> > All rights reserved.
> > Wrote 1 leases to leases file.
> > setsockopt: SO_BINDTODEVICE: Invalid argument
> 
> Should be fixed.  Thanks.
> 
> -seanb
 Thanks. It works.
Wayne.