From owner-freebsd-questions Wed Mar 8 10:33: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from manor.msen.com (manor.msen.com [148.59.4.66]) by hub.freebsd.org (Postfix) with ESMTP id 2260837B63D for ; Wed, 8 Mar 2000 10:33:03 -0800 (PST) (envelope-from wayne@staff.msen.com) Received: from manor.msen.com (wayne47@localhost [127.0.0.1]) by manor.msen.com (8.9.3/8.9.3) with ESMTP id NAA02827 for ; Wed, 8 Mar 2000 13:32:57 -0500 (EST) (envelope-from wayne@manor.msen.com) Message-Id: <200003081832.NAA02827@manor.msen.com> To: freebsd-questions@freebsd.org Subject: Problems with aliased interfaces under 3.4 STABLE Reply-To: wayne@staff.msen.com Date: Wed, 08 Mar 2000 13:32:57 -0500 From: "Michael R. Wayne" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG CVSUP FreeBSD STABLE on Feb 22, 2000 We add aliased interfaces on the loopback interface: ifconfig lo0 inet 10.1.1.1 netmask 0xffffffff alias They come up and answer fine but packet/byte accounting seems broken. % netstat -ins shows the same values for lo0 as well as each virtual address, rather than the actual packet/byte count per address. So what's the trick to get each address to properly report it's packet/byte count (we want to run snmpd to monitor per address). /\/\ \/\/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message