From owner-freebsd-questions@FreeBSD.ORG Sun Mar 27 10:03:55 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E15B16A4CE for ; Sun, 27 Mar 2005 10:03:55 +0000 (GMT) Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1D5743D1D for ; Sun, 27 Mar 2005 10:03:54 +0000 (GMT) (envelope-from tiberius@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:tiberius@sverige.freeshell.org [192.94.73.4]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id j2RA3BHk001137 for ; Sun, 27 Mar 2005 10:03:11 GMT Received: (from tiberius@localhost) by sdf.lonestar.org (8.13.1/8.12.8/Submit) id j2RA2V58002194 for freebsd-questions@freebsd.org; Sun, 27 Mar 2005 03:02:31 -0700 (MST) Date: Sun, 27 Mar 2005 03:02:31 -0700 From: Matt Rechkemmer To: freebsd-questions@freebsd.org Message-ID: <20050327100231.GA29685@sdf.lonestar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: MRTG, and FreeBSD rl0 aliases X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Mar 2005 10:03:55 -0000 This little problem has been bothering me for sometime. I'm trying to do a MRTG setup on my 5.3 system. The ISP I colocate with has allocated me a /29 in public space. Let's say for e-mail purposes, I've been given 192.168.0.29/29. Here are two entries from my mrtg.cfg: Target[localhost_192.168.0.30]: /192.168.0.30:hybrid@localhost SetEnv[localhost_192.168.0.30]: MRTG_INT_IP="192.168.0.30" MRTG_INT_DESCR="rl0" MaxBytes[localhost_192.168.0.30]: 1250000 Title[localhost_192.168.0.30]: 192.168.0.30 PageTop[localhost_192.168.0.30]:

192.168.0.30

System: Hybrid
Maintainer: captkirk@localhost
IP: 192.168.0.30
Target[localhost_192.168.0.31]: /192.168.0.31:hybrid@localhost SetEnv[localhost_192.168.0.31]: MRTG_INT_IP="192.168.0.31" MRTG_INT_DESCR="rl0" MaxBytes[localhost_192.168.0.31]: 1250000 Title[localhost_192.168.0.31]: 192.168.0.31 PageTop[localhost_192.168.0.31]:

192.168.0.31

System: Hybrid
Maintainer: captkirk@localhost
IP: 192.168.0.31
You'd think these would produce two very different graphs, since the other IP isn't as widely used. The interesting part is, the graphs report the same incoming/outgoing KBPS. Thoughts? P.S. Assuming I get all this fixed, is there a way to aggregate all those statistic in a separate graph? I tried the + methodology in the target field and got some unusual results.