Networking Forums

Networking Forums > Computer Networking > Linux Networking > Basp on Broadcom 5704

Reply
Thread Tools Display Modes

Basp on Broadcom 5704

 
 
mbrugo@gmail.com
Guest
Posts: n/a

 
      12-21-2006, 09:04 AM
Hi to all.
I've a a Fujitsu primergy rx-600-s2 with 2 Nic adapter Broadcom 5704.

Now only one nic are up, the other is disabled.

I need to configure Loadbalancing / Failover.
I've found an article posted on 2005., unfortunately on broadcom site
(that i've yet contacted) i cannot find any basp driver for linux.

How can do that ? i need a basp driver or i configure balancing /
failover in another way ?

Thanks for your support and reply and Merry xmas to all.

Mike

 
Reply With Quote
 
 
 
 
cplasschaert
Guest
Posts: n/a

 
      12-21-2006, 01:03 PM
(E-Mail Removed) writes:

> Hi to all.


Hi,

> I've a a Fujitsu primergy rx-600-s2 with 2 Nic adapter Broadcom 5704.
>
> Now only one nic are up, the other is disabled.
>
> I need to configure Loadbalancing / Failover.
> I've found an article posted on 2005., unfortunately on broadcom site
> (that i've yet contacted) i cannot find any basp driver for linux.


If i remenber well, basp is discontinuated.

> How can do that ? i need a basp driver or i configure balancing /
> failover in another way ?


Try whith the lkm bonding.

(see /usr/src/linux/Documentation/networking/bonding.txt)

>
> Thanks for your support and reply and Merry xmas to all.


U'r welcome

> Mike


Kris
 
Reply With Quote
 
mbrugo@gmail.com
Guest
Posts: n/a

 
      12-22-2006, 10:26 AM
Hi Kris, thx for your reply.
I've read your suggested file but i suppose that i make some mistakes

In effect i can successfully startup bond0 but i can connect to my
server only from the others serves that are on the same network.

my bond device is 10.1.31.41 from my laptop i cannot login but from
another server (10.1.31.3) i can successfully login.

this is my config file:
================================================== =======
NOBOND:

ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:0E:0C:42:A8:EC
ONBOOT=yes
TYPE=Ethernet
DHCP_HOSTNAME=webdru2ux.sede.corp.sanpaoloimi.com
USERCTL=no
PEERDNS=yes
IPV6INIT=no
IPADDR=10.1.31.36
NETMASK=255.255.255.0
GATEWAY=10.1.31.253

ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
HWADDR=00:0E:0C:42:A8:ED
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no
DHCP_HOSTNAME=webdru2ux.sede.corp.sanpaoloimi.com
IPADDR=10.1.31.37
NETMASK=255.255.255.0
GATEWAY=10.1.31.253

These files are ok and i can login from all.

================================================== =======

BOND

ifcfg-bond0
DEVICE=bond0
IPADDR=10.1.31.41
NETMASK=255.255.255.0
BROADCAST=10.1.0.0
ONBOOT=yes
BOOTPROTO=none
USERCTL=no

ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:0E:0C:42:A8:EC
ONBOOT=yes
MASTER=bond0
SLAVE=yes
TYPE=Ethernet
DHCP_HOSTNAME=webdru2ux.sede.corp.sanpaoloimi.com
USERCTL=no
PEERDNS=yes
IPV6INIT=no

ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
HWADDR=00:0E:0C:42:A8:ED
ONBOOT=yes
MASTER=bond0
SLAVE=yes
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no
DHCP_HOSTNAME=webdru2ux.sede.corp.sanpaoloimi.com
================================================== =======


i suppose that i miss something at routing level

Thx for you reply

Mike

 
Reply With Quote
 
mbrugo@gmail.com
Guest
Posts: n/a

 
      12-22-2006, 02:08 PM

>
> i suppose that i miss something at routing level
>
> Thx for you reply
>
> Mike



RESOLVED !!!!

Thx

 
Reply With Quote
 
cplasschaert
Guest
Posts: n/a

 
      12-23-2006, 02:19 PM
(E-Mail Removed) writes:

>>
>> i suppose that i miss something at routing level
>>
>> Thx for you reply
>>
>> Mike

>
>
> RESOLVED !!!!
>
> Thx


It was my pleasure to try to help you.

Was the problem the routes on ethX (slaves) which where before the route on
bondX ?

Happy Christmas
Kris
 
Reply With Quote
 
mbrugo@gmail.com
Guest
Posts: n/a

 
      12-27-2006, 07:19 AM

cplasschaert wrote:
> (E-Mail Removed) writes:
>


> It was my pleasure to try to help you.
>
> Was the problem the routes on ethX (slaves) which where before the route on
> bondX ?
>


Kris was not a route problem.
Was my problem, i tried with a wrong address

Mike

 
Reply With Quote
 
mbrugo@gmail.com
Guest
Posts: n/a

 
      12-27-2006, 01:16 PM

Kris, please give another hints.

I've configured bond as you suggested me.
This is my conf file.

eth0:
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:0E:0C:42:A8:EC
ONBOOT=yes
TYPE=Ethernet
DHCP_HOSTNAME=webdru2ux.sede.corp.sanpaoloimi.com
USERCTL=no
PEERDNS=yes
IPV6INIT=no
MASTER=bond0
SLAVE=yes
IPADDR=10.1.31.36
NETMASK=255.255.255.0
GATEWAY=10.1.31.253

eth1:
DEVICE=eth1
BOOTPROTO=none
HWADDR=00:0E:0C:42:A8:ED
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no
DHCP_HOSTNAME=webdru2ux.sede.corp.sanpaoloimi.com
MASTER=bond0
SLAVE=yes
IPADDR=10.1.31.37
NETMASK=255.255.255.0
GATEWAY=10.1.31.253


bond0:
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
TYPE=Ethernet
IPADDR=10.1.31.41
NETMASK=255.255.255.0
GATEWAY=10.1.31.253
PEERDNS=yes
IPV6INIT=no



this is my route:

[root@webdru2ux network-scripts]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
10.1.31.0 * 255.255.255.0 U 0 0 0
bond0
10.1.31.0 * 255.255.255.0 U 0 0 0
eth0
10.1.31.0 * 255.255.255.0 U 0 0 0
eth1
169.254.0.0 * 255.255.0.0 U 0 0 0
bond0
default 10.1.31.253 0.0.0.0 UG 0 0 0
bond0


i've tried to manually remove eth0/eth1 link.

When i remove 1 link (for example eth1) my connection is still up and
another ssh is very fast, but when i remove the other link (eth0) my
connection is alreadt up but another ssh is very slow.
Seems that is routing problem.

this my is modprobe.conf

alias eth0 tg3
alias eth1 tg3
alias eth2 e1000
alias scsi_hostadapter megaraid_mbox
alias scsi_hostadapter1 ata_piix
alias scsi_hostadapter2 lpfc
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias bond0 bonding
options bond0 mode=0
options bond0 miimon=100


is there another setup to check ?
thanks

mike

 
Reply With Quote
 
cplasschaert
Guest
Posts: n/a

 
      12-27-2006, 03:01 PM
(E-Mail Removed) writes:

> Kris, please give another hints.


I'll try,

>[....]
> is there another setup to check ?


What's the equipment in front of eth0 and eth1 ?
May be there is something to configure so that the kernel module bonding and
this equipment be in sync.

> thanks
>
> mike

 
Reply With Quote
 
mbrugo@gmail.com
Guest
Posts: n/a

 
      12-28-2006, 06:44 AM

cplasschaert wrote:
> (E-Mail Removed) writes:


> What's the equipment in front of eth0 and eth1 ?
> May be there is something to configure so that the kernel module bonding and
> this equipment be in sync.


What do you mean with "Equipment" ?

Mike

 
Reply With Quote
 
cplasschaert
Guest
Posts: n/a

 
      12-28-2006, 07:01 AM
(E-Mail Removed) writes:

> cplasschaert wrote:
>> (E-Mail Removed) writes:

>
>> What's the equipment in front of eth0 and eth1 ?
>> May be there is something to configure so that the kernel module bonding and
>> this equipment be in sync.

>
> What do you mean with "Equipment" ?


A switch, a router ?
Which model ?

Kris
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Broadcom 11b XP Problem - I think Geoff Lane Home Networking 0 02-07-2008 06:50 PM
Broadcom 802.11b/g Nietzsche Linux Networking 10 07-26-2006 03:55 PM
Broadcom tg3 Douglas Mayne Linux Networking 4 03-13-2006 08:34 PM
broadcom woes John Linux Networking 8 01-24-2005 01:26 PM
What's the scoop on Broadcom's 125 Pat Wireless Internet 4 07-15-2004 02:58 PM



1 2 3 4 5 6 7 8 9 10 11