Date: Thu, 17 Dec 1998 16:09:09 +0100 (MET) From: Jean-Marc Fenart <Jean-Marc.Fenart@France.Sun.COM> To: freebsd-net@FreeBSD.ORG Cc: =?US-ASCII?Q?fenart=10?=@sunchorus.France.Sun.COM Subject: PPP post-dialup Message-ID: <199812171509.QAA29170@bagana.France.Sun.COM>
next in thread | raw e-mail | index | archive | help
Dear all I've a problem trying to find a solution implementing a post-dialup on PPP. I should like to dialup and get the IPCP dynamic IP address after the initial configuration of the interface and during a sento/connect of an application. The ppp ifnet would notice that the dialup has not been done and might trigger an upcall to the pppd for dialup and IPCP negotiation. The overall algorithm might look like : 1/ configure PPP ifnet with a dummy IP local address. 2/ application performs a socket call on it. 3/ PPP interface triggers the dialup, 4/ get the dynamic IP address 5/ re-configure the interface The PPP deamon/ifnet etc.. on FreeBSD does not know to do this, are you aware of a good way (better way ?) to implement this. Thank's for your help. - JM Fenart - _________________________________________________________________ Sun Microsystems, Inc. Embedded Systems Software Group (was Chorus Systems, Inc.) Jean-Marc Fenart 6, ave Gustave Eiffel Tel: +33 1 30 64 82 23 78182 Saint Quentin en Yvelines Fax: +33 1 30 57 00 66 France email: fenart@France.Sun.Com http://www.chorus.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812171509.QAA29170>