From owner-freebsd-questions Mon Sep 18 15:22:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rye.elite.net (rye.elite.net [205.199.220.6]) by hub.freebsd.org (Postfix) with ESMTP id 271C637B422 for ; Mon, 18 Sep 2000 15:22:31 -0700 (PDT) Received: from almond.elite.net (root@almond.elite.net [205.199.220.5]) by rye.elite.net (8.9.3/8.9.3) with ESMTP id PAA90835 for ; Mon, 18 Sep 2000 15:22:30 -0700 (PDT) Received: (bangel@localhost) by almond.elite.net (8.8.3/8.6.12) id PAA08767; Mon, 18 Sep 2000 15:22:30 -0700 (PDT) Date: Mon, 18 Sep 2000 15:22:30 -0700 (PDT) From: kts To: questions@freebsd.org Subject: lo0 interface / route question 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 Hi I notice this in my kernel logs: Sep 18 18:13:24 dove /kernel: ipfw: 200 Deny UDP 1.2.3.4:138 127.255.255.255:138 out via ppp0 so i decided to look at the lo0 interface and the routes. now lo0 is configured like this: lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 notice the netmask. the route looks like this: Destination Gateway Flags Refs Use Netif Expire 127.0.0.1 127.0.0.1 UH 1 4629 lo0 shouldn't the route be for 127.0.0.0/8 because of the netmask? I've added the route for 127/8 manually so samba can talk to itself via lo0 but is this a bug in ifconfig or is it normal behavior? thanks keith p.s. please cc replies to me To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message