Displaying 2 results from an estimated 2 matches for "ng_one2many".
2003 Dec 15
6
interface bonding
----- Forwarded message from John <strgout@mail.unixjunkie.com> -----
Date: Mon, 15 Dec 2003 17:58:15 -0600
From: John <strgout@mail.unixjunkie.com>
To: freebsd-stable@freebsd.org
Subject: interface bonding
User-Agent: Mutt/1.4i
Is there any way to bond sniffer interfaces?
I've read a little on netgraph and it seems
like i maybe able to use that but i'm not sure
how to go
2004 Jan 22
1
interface bonding
...igula.anu.edu.au> wrote:
> I'm curious, can you use netgraph, like this or
> similar, to make
> sf2/sf3 redundant interfaces on the same LAN ?
> (Load balancing
> traffic in/out of an NFS server, say.)
>
> Darren
Hi Darren,
I think that's the real purpose behind ng_one2many:
http://www.freebsd.org/cgi/man.cgi?query=ng_one2many&apropos=0&sektion=0&manpath=FreeBSD+4.9-stable&format=html
My interest has always been combining tap transmit
outputs, so I haven't tried it.
I do plan to test Ruslan's new code that addresses the
double-packet issue,...