Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 03-03-2005, 07:08 AM   #1 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
Shotgunning network cards

I have a file server with two network cards. I remember that people used to shotgun their modems to get higher throughput, and was wondering if something similar could be done with network cards? I'd like to get them to share an IP, and load balance network traffic to/from. Can someone point me in the right direction?
__________________
GitS
Belisarius is offline   Reply With Quote
Old 03-03-2005, 08:31 AM   #2 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,709
redhead is on a distinguished road
Something like this: Advanced routing
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 04-20-2005, 11:49 AM   #3 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
I recently got around to working on this, but the problem seems to be that while I can do half of what they're talking about (I can deal with it on the server side), the Linksys router it's plugged into doesn't have access to the various ports, at least in a manner I can understand.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 04-21-2005, 12:22 AM   #4 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,709
redhead is on a distinguished road
Have you looked at channel bonding?
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote
Old 04-21-2005, 04:00 AM   #5 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
Nope, I haven't. I'll start looking up information on that term. Thanks.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 04-21-2005, 04:32 AM   #6 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 598
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
you can also build a smarter router.
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote
Old 04-21-2005, 05:10 AM   #7 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
Not really; I don't have the parts for it.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 04-21-2005, 06:40 AM   #8 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
I followed the Ethernet Bonding HOWTO I found, but I ended up with errors when I tried to restart the network. As it turns out, functionality required for the bonding module isn't present in the drivers for my 3com cards.

The HOWTO is old (2000), so I'm looking around for any information that might lead me to a way to get this to work with the newer 2.6 kernel and modules . . .

*Edit: Fixed the HOWTO link
__________________
GitS

Last edited by Belisarius; 04-21-2005 at 09:45 AM.
Belisarius is offline   Reply With Quote
Old 04-21-2005, 09:14 AM   #9 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 598
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
I couldn't follow the link you posted but I found a local copy in my kernel tree. I think the main difference is that nowadays bonding is accomplished via the "ip" command. It's suposed to replace ifconfig and route one day. For now here's a link to their descriptions http://linux-ip.net/html/ I think section 2.3 discusses bonding with ip.
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote
Old 04-21-2005, 09:47 AM   #10 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
Cool, thanks. I'll take a look.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 04-21-2005, 09:57 AM   #11 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
That link, in and of itself wasn't able to help me, as I'm working within the constraints of the Sveasoft firmware upgrades to the WRT54G router, which is a bit odd and different. However, it did give me more keywords to use when searching the Sveasoft forums, and behold what I found. Now to see if I can make practical use of it.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 04-21-2005, 10:12 AM   #12 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
Ok, now that bonding on the router seems to be turned on, I can focus on getting it to work on the server. Hopfully "ip" will be able to succeed where 2.4 bonding didn't!
__________________
GitS
Belisarius is offline   Reply With Quote
Old 04-21-2005, 10:46 AM   #13 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
Ok, another update. Using the documentation teknomage1 pointed me towards, I got it to work (at least by all apperances it works). I haven't actually tested it to see if it works in a practical manner yet; I need to get a couple machines to pull/push ISOs onto it and see what happens. The bonding support on the Linksys/Sveasoft router is black magic, so I'm not sure of any real benefits yet.

So far the only thing that seems amiss is the fact that Redhat complains when I shutdown that the ethernet card has a different MAC than expected, but altering a configuration file ought to fix that.
__________________
GitS
Belisarius is offline   Reply With Quote
Old 04-21-2005, 11:11 AM   #14 (permalink)
teknomage1
Jack of all trades
 
teknomage1's Avatar
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 598
teknomage1 is on a distinguished road
Send a message via AIM to teknomage1
Neat, hope everything works out.
__________________
Stop intellectual property from infringing on me
teknomage1 is offline   Reply With Quote
Reply

Bookmarks

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
China's New Generation Of Ipv9 Network Technology Ready redhead Code Newbie News 0 07-05-2004 05:13 AM
Inheriting a badly setup network. DesertWolf Lounge 3 04-18-2004 09:18 PM
A New Peer-to-Peer Network iNaNimAtE Lounge 6 03-03-2004 05:58 PM
What makes a network application? sde Program Design and Methods 3 08-03-2003 05:19 PM
School District Fails Network Security sde Code Newbie News 0 07-03-2003 03:12 PM


All times are GMT -8. The time now is 12:27 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting