From owner-freebsd-questions Fri Jan 7 3:40:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from intranova.net (blacklisted.intranova.net [209.3.31.70]) by hub.freebsd.org (Postfix) with SMTP id C07881565A for ; Fri, 7 Jan 2000 03:40:42 -0800 (PST) (envelope-from oogali@intranova.net) Received: (qmail 99086 invoked from network); 7 Jan 2000 06:42:41 -0000 Received: from hydrant.intranova.net (user72607@209.201.95.10) by blacklisted.intranova.net with SMTP; 7 Jan 2000 06:42:41 -0000 Date: Fri, 7 Jan 2000 06:38:54 -0500 (EST) From: Omachonu Ogali To: Dutch Collins Cc: freebsd-questions@FreeBSD.ORG Subject: Re: netstat result looks odd In-Reply-To: <38753F4C.3C672A5F@charm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 6 Jan 2000, Dutch Collins wrote: > I have been getting errors as the log fragments show. I have run out > of ideas on why "in use" errors occur as my ppp file is right out of > the handbook. > > To invoke ppp I do the following: ppp -auto the-isp-pap-label > > And the result returned by netstat looks odd, my examples are sysV so > that may be part of that problem. Any hints, thanks. > > -d > > using FreeBSD 3.2 generic -- Just got my 3.4 CD in the mail and am > waiting for the big hard drive which will be dangerously dedicated as > a file server with a custon kernel. The last custom kernel did not > alter the errors so I tinkered around until I broke too many dishes, > installed 3.2 generic for the hell of it. Nothing changed 'cept I lost > netscape bookmarks, duh, forgot to copy them to flpy. > > > ---------LOG MESG ------ {break off time for easy reading, maybe) > > % tail /var/log/messages > Jan 6 07:21:32 madeline > routed[286]: IP_ADD_MEMBERSHIP ALLHOSTS: Address already in use > routed[286]: setsockopt(IP_ADD_MEMBERSHIP RIP): Address already in use Unless you do IP multicasting, you shouldn't have to worry about this error. > Jan 6 10:02:20 madeline > /kernel: sio1: 14 more interrupt-level buffer overflows (total 1057) This is a sign that you assigned an incorrect (or no) IRQ for your serial port, with the lack of one, your machine will not be able to do flow control with the incoming data. > Jan 6 13:26:52 madeline > routed[286]: IP_ADD_MEMBERSHIP ALLHOSTS: Address already in use > > > ------- PPP LOG ----- > > % tail /var/log/ppp.log > Jan 6 13:26:52 madeline {all the same time so I trimmed it} > > ppp[13051]: tun0: IPCP: IPADDR[6] 209.143.116.192 > ppp[13051]: tun0: IPCP: IPADDR[6] changing address: 0.0.0.0 -->209.143.116.192 > ppp[13051]: tun0: IPCP: deflink: SendConfigReq(42) state = Ack-Sent > ppp[13051]: tun0: IPCP: IPADDR[6] 209.143.116.192 > ppp[13051]: tun0: IPCP: PRIDNS[6] 199.0.70.21 > ppp[13051]: tun0: IPCP: SECDNS[6] 199.0.70.29 > ppp[13051]: tun0: IPCP: deflink: RecvConfigAck(42) state = Ack-Sent > ppp[13051]: tun0: IPCP: deflink: State change Ack-Sent --> Opened > ppp[13051]: tun0: IPCP: deflink: LayerUp. > ppp[13051]: tun0: IPCP: myaddr 209.143.116.192 hisaddr = 206.41.196.57 > > > -------- NETSTAT ------ > %netstat -nr > > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif > Expire > default 206.41.196.57 UGSc 27 118 tun0 > 127.0.0.1 127.0.0.1 UH 0 14 lo0 > 206.41.196.57 209.143.116.192 UH 3 0 tun0 > 209.143.116.192 127.0.0.1 UH 0 0 lo0 > > ----- END of this mess ---- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Omachonu Ogali Intranova Networking Group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message