Re: proxy relay agent

Jonathan Wenocur <jhw@shiva.com> Tue, 05 March 1996 16:27 UTC

Received: from ietf.cnri.reston.va.us by IETF.CNRI.Reston.VA.US id aa11573; 5 Mar 96 11:27 EST
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa11569; 5 Mar 96 11:27 EST
Received: from coral.bucknell.edu by CNRI.Reston.VA.US id aa08291; 5 Mar 96 11:27 EST
Received: from charcoal-gw.eg.bucknell.edu by coral.bucknell.edu; (5.65v3.0/1.1.8.2/29Aug94-0956AM) id AA04296; Tue, 5 Mar 1996 11:16:29 -0500
Received: from reef.bucknell.edu by charcoal (5.x/SMI-SVR4) id AA22972; Tue, 5 Mar 1996 10:57:22 -0500
Received: from [192.80.57.1] by reef.bucknell.edu with SMTP (5.65/IDA-1.2.8) id AA18424; Tue, 5 Mar 1996 10:57:21 -0500
Received: (jhw@localhost) by shiva-dev.shiva.com (8.7.1/8.6.4) id KAA27287 for dhcp-v4@bucknell.edu; Tue, 5 Mar 1996 10:57:00 -0500 (EST)
Date: Tue, 5 Mar 1996 10:57:00 -0500 (EST)
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: Jonathan Wenocur <jhw@shiva.com>
Message-Id: <199603051557.KAA27287@shiva-dev.shiva.com>
To: dhcp-v4@bucknell.edu
Subject: Re: proxy relay agent

>> > I think people are very interested in providing dynamic addressing
>> > to PPP clients to, which can be managed with DHCP server, and having 
>> > that mechanism explicitly documented would be beneficial.  If you
>> > are interested, I would be interested to add that section to your
>> > document.
>> 
>> I fully agree with you. DHCP should be somehow combined with IPCP (PPP).
>> It means that a host should be able to get the configuration parameters
>> (alongwith IP address) for the PPP client also. Though some vendors have
>> implemented this, explicitly nothing hasbeen talked about this in the specs.
>> It will be better if we can discuss the issues related to such implementation
>> and standardize it.
>> 
>> Best Regards
>> Rajesh Saluja
>> email: rsaluja@wipinfo.soft.net

FYI, Shiva has been shipping a proxy DHCP client in our remote access
servers for about a year now (this is a proxy client, not a proxy
relay agent).  Finding a consistent way to make DHCP and PPP work
together is tricky because it depends a lot on the IP stack and PPP
client at the dial-in client end.  Our experience was that there were
a lot of limitations imposed by the stacks in terms of whether you
could give them an address after a certain point in their start-up,
whether the DHCP code could be made to wait for the PPP session to be
established before it tried to get an address, etc.

-- Jonathan