interface bonding 
    Richard Bejtlich 
    richard_bejtlich at yahoo.com
       
    Fri Jan  9 13:53:10 PST 2004
    
    
  
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
    
    
More information about the freebsd-security
mailing list