From owner-freebsd-questions Tue Jun 10 23:53:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA06035 for questions-outgoing; Tue, 10 Jun 1997 23:53:52 -0700 (PDT) Received: from leaf.lumiere-cc.com (j@leaf.lumiere-cc.com [204.188.120.30]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA06023 for ; Tue, 10 Jun 1997 23:53:48 -0700 (PDT) Received: from localhost (j@localhost) by leaf.lumiere-cc.com (8.8.5/8.8.5) with SMTP id XAA04648 for ; Tue, 10 Jun 1997 23:53:54 -0700 (PDT) Date: Tue, 10 Jun 1997 23:53:54 -0700 (PDT) From: J To: freebsd-questions@freebsd.org Subject: wrong networks? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Heya, I noticed that when a netstat -i is done (nightly, by /etc/daily), this shows up.. leaf:~# netstat -i Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll ed2 1500 00.40.95.01.bb.4e 156714 0 57982 0 314 ed2 1500 204.188.120 leaf 156714 0 57982 0 314 lo0 16384 3135 0 3135 0 0 lo0 16384 your-net localhost.v-sit 3135 0 3135 0 0 The thing I'm particularly noticing is the localhost.v-sit, which is short for localhost.v-site.net. However, my machine's domain name is lumiere-cc.com, hostname leaf. Our access is provided through v-site.net. How can I fix this? I suspect it has something to do with my /etc/networks, because of the similar "your-net" phrase, which is unmodified and reads: # @(#)networks 5.1 (Berkeley) 6/30/90 # # Your Local Networks Database # your-net 127 # your comment your-netmask 255.255.255 # subnet mask for your-net # # Your subnets # subnet1 127.0.1 alias1 # comment 1 subnet2 127.0.2 alias2 # comment 2 # # Internet networks (from nic.ddn.mil) # If it is my /etc/networks, how should I adjust it to fix it? If it's not that file, any ideas on what else it coul dbe? Thanks in advance. --- Jesse http://www.lumiere-cc.com/