LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-08-2009, 06:17 AM   #1
omghai2u
LQ Newbie
 
Registered: Aug 2009
Posts: 4

Rep: Reputation: 0
Ethernet bonding with Nvidia hardware on slackware64


i have a server with 2 ethernet ports that im tring to setup 802.3ad bonding,

eth2 and eth3 are the bonded ports and they are on the nvidia forcedeth driver

i have setup the HP switch for LACP and the switch recognises the bonded connection.

However, it seems that eth2 is used only for Tx and eth3 is used only for Rx. Its like its running in half duplex?? I can use the connection fine but i cant get them to cooperate in full speed...

I have tried round-robin mode which works fine, i have also tried different 802.3ad hashing modes.

Does anyone have 802.3ad bonding working on the forcedeth driver?


This is the bond in /etc/rc.d/rc.inet1.conf , the rest of the interfaces are blank for now:
Code:
IFNAME[4]="bond0"
IPADDR[4]="10.1.1.3"
NETMASK[4]="255.255.255.0"
USE_DHCP[4]=""
DHCP_HOSTNAME[4]=""

This is /etc/rc.d/rc.bond which is called by rc.M on startup
Code:
#!/bin/sh

case "$1" in
  'start')
    echo "Starting Bonding..."
    modprobe bonding mode=4 miimon=100 max_bonds=2 
    modprobe forcedeth
    ifconfig bond0 up
    ifenslave bond0 eth2
    ifenslave bond0 eth3
  ;;
  'stop')
    ifconfig bond0 down
    rmmod bonding
    rmmod forcedeth
  ;;
  *)
    echo "Usage: $0 {start|stop}"
  ;;
esac
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ethernet bonding jeetender Linux - Newbie 2 08-18-2008 11:09 PM
Infiniband Bonding and Ethernet Bonding edcrozer Linux - Networking 0 11-07-2007 03:57 PM
Help with ethernet bonding on Slackware shubb Linux - Networking 0 12-02-2005 03:03 PM
Ethernet channel bonding satimis Linux - Networking 3 05-19-2004 10:16 AM
Ethernet bonding trycoon Linux - Networking 7 07-23-2002 10:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration