From owner-freebsd-questions Thu Jan 6 17:23:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fellspt.charm.net (fellspt.charm.net [199.0.70.29]) by hub.freebsd.org (Postfix) with ESMTP id D84FC157A5 for ; Thu, 6 Jan 2000 17:23:18 -0800 (PST) (envelope-from dutch@charm.net) Received: from charm.net (coretel-116-024.charm.net [209.143.116.24]) by fellspt.charm.net (8.9.3/8.9.3) with ESMTP id UAA24008 for ; Thu, 6 Jan 2000 20:18:18 -0500 (EST) Message-ID: <38753F4C.3C672A5F@charm.net> Date: Thu, 06 Jan 2000 20:20:12 -0500 From: Dutch Collins X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: netstat result looks odd Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 Jan 6 10:02:20 madeline /kernel: sio1: 14 more interrupt-level buffer overflows (total 1057) 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