From owner-freebsd-questions Tue Apr 28 09:11:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA24759 for freebsd-questions-outgoing; Tue, 28 Apr 1998 09:11:53 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gccomm.net (gccomm.net [207.8.142.138]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA24734 for ; Tue, 28 Apr 1998 09:11:40 -0700 (PDT) (envelope-from admin@gccomm.net) Received: from tvmaster1.whyy.org (tvmaster1.whyy.org [207.245.66.48]) by gccomm.net (8.8.7/8.8.7) with SMTP id MAA01069 for ; Tue, 28 Apr 1998 12:10:59 -0400 (EDT) (envelope-from admin@gccomm.net) Message-ID: <017601bd72c0$f2923f80$3042f5cf@tvmaster1.whyy.org> From: "Jeff Ehrenkrantz" To: Subject: possible netmask problem Date: Tue, 28 Apr 1998 12:15:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have an entry found in a routed trace that I can't seem to figure out. Perhaps someone can tell me why I get it. Where I am: $ ifconfig -a ed0: flags=8843 mtu 1500 inet 207.8.142.138 netmask 0xffffff00 broadcast 207.8.142.255 ether 02:60:8c:db:d6:51 tun0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 inet 207.8.142.145 netmask 0xffffffff trace snippet: -- 22:01:52 -- Tracing actions started Add interface ed0 207.8.142.138 -->207.8.142.0/24 RCVBUF=61440 turn on RIP Add interface lo0 127.0.0.1 -->127.0.0.1/32 Add interface lo0 207.8.142.145 -->207.8.142.145/32 vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv vvvvvvv possible netmask problem between lo0:207.8.142.145/32 and ed0:207.8.142.0/24 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^ Is this a problem?, actually I figured I don't need routed in this setup but would still like to know the logic behind the entry. Add 207.8.142.145/32-->207.8.142.145 metric=0 lo0 Add 127.0.0.1/32 -->127.0.0.1 metric=0 lo0 Add 207.8.142.0 -->207.8.142.138 metric=0 ed0 -- 22:01:52 -- Add 207.8.132.0 -->207.8.142.3 metric=1 ed0 22:01:52 Add 207.8.140.0 -->207.8.142.3 metric=2 ed0 22:01:52 Add 0.0.0.0 -->207.8.142.3 metric=2 ed0 22:01:52 Add 207.8.142.49/32 -->207.8.142.2 metric=2 ed0 22:01:52 Add 207.8.142.50/32 -->207.8.142.2 metric=2 ed0 22:01:52 Add 207.8.142.51/32 -->207.8.142.2 metric=2 ed0 22:01:52 Add 207.8.142.52/32 -->207.8.142.2 metric=2 ed0 22:01:52 Add 207.8.142.53/32 -->207.8.142.2 metric=2 ed0 22:01:52 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message