Date: Fri, 7 Jan 2000 06:38:54 -0500 (EST) From: Omachonu Ogali <oogali@intranova.net> To: Dutch Collins <dutch@charm.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: netstat result looks odd Message-ID: <Pine.BSF.4.10.10001062211190.14133-100000@hydrant.intranova.net> In-Reply-To: <38753F4C.3C672A5F@charm.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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. </rant off> > > > ---------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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10001062211190.14133-100000>