Re: interface bonding
From: Richard Bejtlich (richard_bejtlich_at_yahoo.com)
Date: 01/09/04
- Previous message: Jacques A. Vidrine: "Security Officer-supported branches update"
- Next in thread: Richard Bejtlich: "Re: interface bonding"
- Maybe reply: Richard Bejtlich: "Re: interface bonding"
- Maybe reply: Richard Bejtlich: "Re: interface bonding"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 9 Jan 2004 13:52:55 -0800 (PST) To: freebsd-security@freebsd.org
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
_______________________________________________
freebsd-security@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
- Previous message: Jacques A. Vidrine: "Security Officer-supported branches update"
- Next in thread: Richard Bejtlich: "Re: interface bonding"
- Maybe reply: Richard Bejtlich: "Re: interface bonding"
- Maybe reply: Richard Bejtlich: "Re: interface bonding"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|