From owner-freebsd-current Tue Jan 26 13:38:54 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA04118 for freebsd-current-outgoing; Tue, 26 Jan 1999 13:38:54 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from darkstar.psa.at (darkstar.psa.at [194.152.163.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA04049 for ; Tue, 26 Jan 1999 13:38:36 -0800 (PST) (envelope-from root@psa.at) Received: from uvo1-66.univie.ac.at ([131.130.231.66] helo=entropy.quake.at) by darkstar.psa.at with esmtp (Exim 2.05 #1) id 105GO3-000387-00; Tue, 26 Jan 1999 22:51:08 +0100 Received: from localhost ([127.0.0.1]) by entropy.quake.at with esmtp (Exim 2.10 #2) id 105G9P-0000sN-00; Tue, 26 Jan 1999 22:35:59 +0100 Date: Tue, 26 Jan 1999 22:35:59 +0100 (CET) From: Alexander Sanda X-Sender: root@darkstar.vmx To: Brian Somers cc: current@FreeBSD.ORG Subject: Re: PPP (userland) troubles ? In-Reply-To: <199901260821.IAA34557@keep.lan.Awfulhak.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 Jan 1999, Brian Somers wrote: > Are you using a routing daemon ? Also, have you tried just having > ``add default HISADDR'' in ppp.conf and leaving everything out of > ppp.linkup ? What do your routing tables look like before/during/after > the hang ? I usually run routed, yes, and it didn't ever affect the dialup functionality. Disabling routed does not change the behaviour in any way. My ppp.linkup doesn't really contain much stuff. The only thing it does is running the mailqueue. Also, I have "add default HISADDR" in my ppp.conf. A sample output of netstat -nr after establishing the connection looks like follows: [73]root@darkstar:/root #>netstat -nr Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 131.130.230.14 UGSc 10 1 tun0 127.0.0.1 127.0.0.1 UH 21 1910 lo0 131.130.230.14 131.130.231.66 UH 11 0 tun0 131.130.231.66 127.0.0.1 UH 0 0 lo0 [74]root@darkstar:/root #> In this case, 131.130.231.66 is the adress assigned to my tun0 interface, 131.130.230.14 is the peer. So this, really looks ok. To remove any possible influences, I have temporarily removed the lan configuration (normally, this box has a 3c905 NIC for my littly lan). In fact, I never had problems like that, they started to show up a few days ago (a lot of stuff has been commited the last couple of days, and I also noted small changes to /usr/src/usr.sbin/ppp. The delay until everything works ok looks like something waits for some buffer to be filled up, because there is absolutely no modem activity for the first couple of seconds. -- # /AS/ http://privat.schlund.de/entropy/ # # # # XX has detected, that your mouse cursor has changed position. Please # # restart XX, so it can be updated. -- From The Gimp manual # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message