Re: network interface not recognized on Intel S3420GPLC board

2010-03-02 Thread Ross Davis
10/0.10 addr 4 uhidev3: iclass 3/1, 3 report ids ums1 at uhidev3 reportid 1: 5 buttons, Z dir wsmouse0 at ums1 mux 0 uhid0 at uhidev3 reportid 2: input=1, output=0, feature=0 uhid1 at uhidev3 reportid 3: input=3, output=0, feature=0 softraid0 at root root on wd0a swap on wd0b dump on wd0b cpu1: un

Re: network interface not recognized on Intel S3420GPLC board

2010-03-02 Thread Ross Davis
l PRO/1000 MT (82574L) 4:0:0: Matrox MGA G200e (ServerEngines) On 03/02/2010 02:01 PM, Gleydson Soares wrote: > can you show the out of the command pcidump ! > > On Tue, Mar 2, 2010 at 3:53 PM, Ross Davis wrote: >> I installed OpenBSD 4.6 on an Intel SR1630HGP server that has a

network interface not recognized on Intel S3420GPLC board

2010-03-02 Thread Ross Davis
I installed OpenBSD 4.6 on an Intel SR1630HGP server that has an Intel S3420GPLC board. There are three network interfaces on the server: one card, and two on the motherboard. The card is recognized: em0 at pci1 dev 0 function 0 "Intel PRO/1000 MT (82574L)" rev 0x00: apic 8 int 16 (irq 11), addr

Re: cannot reach internal network from gateway (and vice-versa)

2009-12-24 Thread Ross Davis
On 12/22/09 4:01 AM, Stijn wrote: > Ross Davis wrote: >> I am almost certainly doing something really stupid so hopefully someone >> can point out where the hole in my brain lies. >> >> I have a built a firewall/gateway from using OpenBSD 4.6. The external >> in

cannot reach internal network from gateway (and vice-versa)

2009-12-21 Thread Ross Davis
I am almost certainly doing something really stupid so hopefully someone can point out where the hole in my brain lies. I have a built a firewall/gateway from using OpenBSD 4.6. The external interface is 192.168.5.250 which is attached to a DSL router. The internal interface is 192.168.59.254 whic

Re: problem compiling bandwidthd on OpenBSD 4.3

2009-11-23 Thread Ross Davis
On 11/23/09 1:10 AM, Philip Guenther wrote: > On Sun, Nov 22, 2009 at 9:41 PM, Ross Davis wrote: >> I am trying to compile bandwidthd 2.0.1 on OpenBSD 4.3. After installing >> a few needed ports, I was able to run the ./configure command >> successfully with: >> &

problem compiling bandwidthd on OpenBSD 4.3

2009-11-22 Thread Ross Davis
I am trying to compile bandwidthd 2.0.1 on OpenBSD 4.3. After installing a few needed ports, I was able to run the ./configure command successfully with: ./configure CFLAGS=-lz -x-libraries=/usr/X11R6/lib However, `make` seems to error out with this message: "Graph cycles through conf.l.c" Befor

Re: monitoring traffic/bandwidth on a bridge

2007-02-26 Thread Ross Davis
Monitoring the total bandwidth through the bridge is easy with `bwm-ng` or `ifstat`. The problem is that I want to see the bandwidth on a per-IP address basis. I can do this with `ntop` on an interface that has an IP address, but when I try to use it on the bridge I get: # ntop -i bridge0 bridge0:

monitoring traffic/bandwidth on a bridge

2007-02-22 Thread Ross Davis
I am running OpenBSD 4.0 and have a bridge set up between two interfaces: fxp0 and xl0. I would like a program that gives a fairly basic report on the traffic flowing through this bridge. I am primarily interested in knowing which IPs on the xl0 side of the bridge are pulling the most bandwidth. I