Date: Fri, 07 Jan 2000 09:22:11 -0500 From: Dutch Collins <dutch@charm.net> To: Omachonu Ogali <oogali@intranova.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: netstat result looks odd Message-ID: <3875F693.54940FA2@charm.net> References: <Pine.BSF.4.10.10001062211190.14133-100000@hydrant.intranova.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Omachonu Ogali wrote: > > 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. May I when I get more than 1 machine? I doubt it. Reading Craig Hunt's book on TCP/IP (O'Reilly 2nd ed), and have not found in the book a good reason for IP multicasting. However, I don't know - still have Digital product clutter (real time stuff) to flush from brain. > > > 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. dmesg sio0 at 0x3F8 irq 4 flags 0x10 isa sio1 at 0x2F8 irq 3 isa I set the jumper on the Zoom 56k modem card (isa) to disable onboard serial port. I wonder if that was a mistake. Think I'll boot into CMOS and review the settings. Have not changed any default parameters. Shuttle 486/100 Mbrd. > > > 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 ---- > > That table still looks funny to me. The /etc/hosts file looks weird too. It has two, 127.0.0.1 madeline.section.one . Not sure why that is there. I am going to change hosts (this workstation) to read; 127.0.0.1 localhost 127.0.0.1 madeline.section.one madeline localhost or is that dumb too? -d --- (setq flu-bug t) 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?3875F693.54940FA2>