Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2004 16:06:35 -0400
From:      Gary Corcoran <garycor@comcast.net>
To:        Gleb Smirnoff <glebius@freebsd.org>
Cc:        freebsd-net@freebsd.org
Subject:   Re: DHCP server over PPPoE server
Message-ID:  <40F6E3CB.1020409@comcast.net>
In-Reply-To: <20040715192837.GB21326@cell.sick.ru>
References:  <40F5C880.3090206@comcast.net> <20040715085219.GA17358@cell.sick.ru> <40F6A878.9090407@comcast.net> <20040715192837.GB21326@cell.sick.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Gleb Smirnoff wrote:

> On Thu, Jul 15, 2004 at 11:53:28AM -0400, Gary Corcoran wrote:
> G> My research indicates that rather than doing the usual DHCP DISCOVER to
> G> start things off, I should be able to send a DHCP INFORM message,
> G> which includes my already-assigned IP address.  The DHCP server should
> G> see this, it then MUST NOT (according to the RFC) lookup the address
> G> in its lease database, but it then should respond, sending the all the
> G> configuration parameters *except* an IP address, back to the IP address
> G> that was included in the message.
> G> 
> G> Thus my desire to get dhcpd running with mpd pppoe...
> G> Any suggestions?
> 
> Well if you even make your DHCP server send packets to already
> configured IP address, I'm afraid the client side will just ignore them.

Actually, since I figured out how to get the DHCP client to send
the request over PPPoE, by telling it to use the PPP device instead
of the ethernet device, I think it will work, if I can get the server
to send the response back over PPPoE.

> What operating system is on client side?

Again, it's VxWorks...

Gary



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