From owner-freebsd-questions Tue Dec 1 12:10:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA11716 for freebsd-questions-outgoing; Tue, 1 Dec 1998 12:10:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA11635 for ; Tue, 1 Dec 1998 12:09:59 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.1/8.9.1) id OAA69723; Tue, 1 Dec 1998 14:09:29 -0600 (CST) Date: Tue, 1 Dec 1998 14:09:28 -0600 From: Dan Nelson To: Riccardo Veraldi , Thierry.Herbelot@alcatel.fr Cc: freebsd-questions@FreeBSD.ORG Subject: Re: TCP/IP stack bug or ether dev bug ?? (fwd) Message-ID: <19981201140928.A69548@emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.3i In-Reply-To: ; from "Riccardo Veraldi" on Tue Dec 1 19:18:08 GMT 1998 X-OS: FreeBSD 3.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Dec 01), Riccardo Veraldi said: > it's really weird my netstat show an host in the routing table that > is not in rc scripts... is possible that this host is trying to do > something strange like... getting my IP address or something ?? > someone can have an idea on why my routing table is like that ?? > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif > default 137.204.49.254 UGSc 55 265 ep0 > 127.0.0.1 127.0.0.1 UH 2 6457 lo0 > 137.204.49/24 link#2 UC 0 0 ep0 > 137.204.49.17 0:20:af:b7:21:d9 UHLW 3 140397 lo0 > 137.204.49.30 0:60:8c:92:ae:a2 UHLW 0 10 ep0 > 137.204.49.254 aa:0:4:0:1a:95 UHLW 56 0 ep0 > > my host is 137.204.49.17 > the other 137.204.49.30 is a PC on the same lan and I do not know why it > is in the routing table noone added it and it is not in rc scripts as > a default route or alternative route path, so I do not understand > can someone help me ? On most other Unixes, these entries would appear in the arp table (viewable with arp -a). On FreeBSD, the arp table and the routing table are the same, so a "netstat -r" shows arp entries too. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message