Re: Netgraph - Breaks "ping"

2007-10-22 Thread Len Gross
Exactly right. I must have read the ng_ehter man page 20 times, but now it looks obvious. Thanks so much for the help. (Might need more later, as this is just the tip of a project iceberg.) -- Len On 10/22/07, Marko Zec <[EMAIL PROTECTED]> wrote: > > On Monday 22 October 2007 07:06:30 Len Gross

Re: Netgraph - Breaks "ping"

2007-10-22 Thread Marko Zec
On Monday 22 October 2007 07:06:30 Len Gross wrote: > I'm trying to "monitor" an ethernet interface with a tee node, but > ping breaks when I setup the graph. I suspect I'm doing something > "dumb" with respect to how the Ethernet node and/or the iface (ng0) > need to be configured in order to ma

Re: Netgraph - Breaks "ping"

2007-10-22 Thread Milan Obuch
On Monday 22 October 2007 07:06:30 Len Gross wrote: > I'm trying to "monitor" an ethernet interface with a tee node, but ping > breaks when I setup the graph. I suspect I'm doing something "dumb" with > respect to how the Ethernet node and/or the iface (ng0) need to be > configured in order to ma

Netgraph - Breaks "ping"

2007-10-22 Thread Len Gross
I'm trying to "monitor" an ethernet interface with a tee node, but ping breaks when I setup the graph. I suspect I'm doing something "dumb" with respect to how the Ethernet node and/or the iface (ng0) need to be configured in order to make this work, or possibly I'm really using ng0 incorrectly.