atom feed19 messages in org.freebsd.freebsd-stableRe: On-demand dynamic PPP not doing d...
FromSent OnAttachments
Nate WilliamsMar 16, 1998 2:21 am 
Stephen WynneMar 16, 1998 2:48 am 
Nate WilliamsMar 16, 1998 5:02 am 
Jason EvansMar 16, 1998 7:26 am 
Brian SomersMar 16, 1998 4:32 pm 
Daniel O'ConnorMar 16, 1998 7:37 pm 
Nate WilliamsMar 17, 1998 1:43 am 
Nate WilliamsMar 17, 1998 1:49 am 
Eivind EklundMar 17, 1998 2:49 am 
Nate WilliamsMar 17, 1998 3:36 am 
Brian SomersMar 17, 1998 11:37 pm 
Brian SomersMar 17, 1998 11:41 pm 
Brian SomersMar 17, 1998 11:44 pm 
Brian SomersMar 18, 1998 12:15 am 
Nate WilliamsMar 18, 1998 1:47 am 
Nate WilliamsMar 18, 1998 1:58 am 
Nate WilliamsMar 18, 1998 2:03 am 
Nate WilliamsMar 18, 1998 2:05 am 
Brian SomersMar 18, 1998 2:44 pm 
Subject:Re: On-demand dynamic PPP not doing default route correctly
From:Brian Somers (bri@Awfulhak.org)
Date:Mar 17, 1998 11:41:02 pm
List:org.freebsd.freebsd-stable

On Tue, Mar 17, 1998 at 02:43:25AM -0700, Nate Williams wrote:

Hmm, that seemed to do the 'routing' trick for sure. *MUCH* better than having to futz with the routing. However, I don't know what's happening with the link getting all balled up, since I'm not sure whose fault it is.

The rationale behind the ppp.linkup bit is that ppp doesn't know where your default route should point 'till it negotiates an IP with the other side.

So why doesn't it wait to se the default route until after it knows the other side? It seems silly to set something that you know ahead of time is bous.

Cause otherwise it won't get the packets to start it dialling, and it doesn't get any new default route. Catch 22.

I like to use an interface route for the dial-on-demand case, but that only work satisfactory when you are not doing FTP or other address-encoding protocols locally from that box, and you _are_ using aliasing.

I can go into the details for the above if there is interest; I've already described my code to Brian (and offered him a copy of the code, IIRC).

I didn't know you had anything working in this area. I added the interface route capability to ppp (add default INTERFACE) but you still need to configure the interface before using that route. The only way to defeat this problem is with libalias support - it's still on my list of things to do.

Eivind.

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message