Date: Fri, 9 Jan 2004 13:52:55 -0800 (PST) From: Richard Bejtlich <richard_bejtlich@yahoo.com> To: freebsd-security@freebsd.org Cc: ru@FreeBSD.org Subject: Re: interface bonding Message-ID: <20040109215255.56710.qmail@web60801.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Ruslan wisely encouraged me to post the end result of my interface bonding quest. Here's how I bring up interfaces sf2 and sf3 against a new ngeth0 interface. I sniff the ngeth0 interface to see both TX outputs from my NetOptics tap: kldload ng_ether ifconfig sf2 promisc -arp up ifconfig sf3 promisc -arp up ngctl -f - << EOF mkpeer eiface dummy ether name .:dummy bond0 EOF ngctl mkpeer bond0: one2many ether one ngctl connect sf2: bond0:ether lower many0 ngctl connect sf3: bond0:ether lower many1 ifconfig ngeth0 -arp up Thanks to everyone who provided input. Sincerely, Richard Bejtlich http://www.taosecurity.com __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040109215255.56710.qmail>