LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-13-2004, 04:17 AM   #1
linuxeagle
LQ Newbie
 
Registered: Nov 2003
Location: Faisalabad
Posts: 27

Rep: Reputation: 15
Dual Network Cards in Red Hat 9.0


Hello

I want to configure dual network cards in Redhat 9.0. Actually the problem is that, I have Samba Server and 120 (round about) clients of windows 2000 professional. Sometimes the server does't answer the queries due to the outgoing traffic from server. I want to configure two network cards so that the server can communicate with both. Plz Help me in this regard.

Thanx in anticipation

Salman Shakir
 
Old 01-13-2004, 11:38 AM   #2
Breezwell
Member
 
Registered: Apr 2001
Location: Chicago
Distribution: Gentoo 1.4
Posts: 214

Rep: Reputation: 30
Have you already installed the second network card?
 
Old 01-13-2004, 11:47 AM   #3
WeNdeL
Member
 
Registered: Oct 2002
Location: At my desk...
Distribution: RedHat, Fedora, Ubuntu
Posts: 344

Rep: Reputation: 30
Sounds like a network issue that might be better resolved elsewhere.

When I begin to think of this issue, I immedietly begin to think that with two interfaces, you get get two IP's. Duh right... But then your clients will have to contend with two domain names resolving to either one of them. Sounds like you'd be creating more work for yourself trying to solve the problem in the manner you have suggested.

I could be wrong though... Just trying to brain-storm a little...
 
Old 01-13-2004, 08:12 PM   #4
linuxeagle
LQ Newbie
 
Registered: Nov 2003
Location: Faisalabad
Posts: 27

Original Poster
Rep: Reputation: 15
Hello Breezwell and WeNdeL

Thanx for reply.

I have installed second nic. I have assigned Ip 10.10.10.101 to the eth0 and 10.10.10.102 to the eth1. But the problem is Server receives the request from both. When i configure any client (windows 2000) then the message display after booting *Duplicate Name*. I want that server will receive the requests from eth0 and sends the data from eth1. Is it possible. What will i have to do?

Or Plz tell me some other solution.

Thanx in anticipation
Bye
 
Old 01-13-2004, 08:44 PM   #5
benjithegreat98
Senior Member
 
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019

Rep: Reputation: 45
If your load on your server is really that intense, I would think it is time to think about a second server to work next to it. Do a lot of your client PCs really use the server hard (as far as network file usage goes). Are there any other net services running on the server.

If a client pc wants a file from a specific host name it will search for the associated IP address. A single host name cannot be applied to 2 IPs. The only way for the 2nd nic to work is if you start sharing your files based on the ip address (ex. \\10.10.10.101\myfolder and \\10.10.10.102\myfolder instead of \\overworkedserver\sharedfiles). You would then have to divie up the different desination IPs among the different host. I'm sure you could see this is not good practice. It will eventually get confusing try to figure out which computer calls which ip.

edit: I reread your post and saw I didn't answer the question correctly. It doesn't seem like what you want is possible. Think about this: computerA asks 10.10.10.101 for a file and then 10.10.10.102 tell computerA it has a file it asked for. Well, computerA wants the replies, and ultimately the file, to come from 10.10.10.101. Not 10.10.10.102. Think about how tcp/ip works. I may be totally off on that, but that's how I see it in my head.

Last edited by benjithegreat98; 01-13-2004 at 08:52 PM.
 
Old 01-14-2004, 06:44 AM   #6
linuxeagle
LQ Newbie
 
Registered: Nov 2003
Location: Faisalabad
Posts: 27

Original Poster
Rep: Reputation: 15
Hello benjithegreat98

Thanx for reply. I have understood what u want to tell me. Now Plz tell me about 2nd server. What will have to do for this. Tell me the topic and source ( if possible ).

Thanx in anticipation
 
Old 01-14-2004, 07:15 AM   #7
Breezwell
Member
 
Registered: Apr 2001
Location: Chicago
Distribution: Gentoo 1.4
Posts: 214

Rep: Reputation: 30
I think linuxeagle has a good idea.

I have never done this, but what about subnetting your 200 node network in half and dedicating a server to each subnet? This would (theoretically) disperse the server load considerably and make administration slightly easier over the long haul.

Just a thought.
 
Old 01-14-2004, 08:36 AM   #8
benjithegreat98
Senior Member
 
Registered: Dec 2003
Location: Shelbyville, TN, USA
Distribution: Fedora Core, CentOS
Posts: 1,019

Rep: Reputation: 45
On the 2nd server, I meant get a physical 2nd server. If you have that many computers I'll assume it is for a business. I'll also assume that the business has internal departments (ie. administration, maintenance, human resources). I would distribute the files between the 2 servers. For example server 1 would hold the files for administration, human resources, etc. and server 2 would hold the files for maintenance, whoeverelse, etc. Or you could distribute it where people's personal documents are on one and departmental files are on the other. Whichever make more sense to you.

I say get another one because there is obviously a big load on the server. Adding a 2nd nic and having different people connect to different IPs will not cut the load in half. I'm sure it will help some, but it sounds like you are delaying the inevitable.

If money has to be approved first, you could do the dual nic idea and anticpate buying a 2nd server in the near future.
 
Old 01-15-2004, 12:33 AM   #9
linuxeagle
LQ Newbie
 
Registered: Nov 2003
Location: Faisalabad
Posts: 27

Original Poster
Rep: Reputation: 15
Hello

I think the solution is making linux as BDC (Backup Domain Controller). But i don't know wether Samba works as BDC or not. I have configured Samba as PDC (Primary Domain Controller). I found some documentation on net using Samba as BDC but not complete. He made Windows Server as PDC and Linux system as BDC

I work in university campus. Plz Tell me in this regard.

Thanx in anticipation

Last edited by linuxeagle; 01-15-2004 at 12:40 AM.
 
Old 07-27-2004, 04:16 AM   #10
kenchix1
LQ Newbie
 
Registered: Jul 2004
Posts: 8

Rep: Reputation: 0
If you think your server is capable of serving the whole domain/group, and you only want to have a bigger bandwidth but using the same or one server then you can do it by:

creating different segment on your linux server
OR
bonding network cards

I would suggest for you to bond 3 NIC (or 4), in that way you can have 200MBps x 3 bandwidth (full duplex) on 1 server that would give you 600MBps. if you have a gigabit port then you might as well use it.

network cards are cheaper than a server, IMO.

thanks.
 
  


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
Dual Network Cards for Red Hat Linux louisb Linux - Networking 17 01-07-2004 09:09 PM
Dual Network Cards for Red Hat Linux louisb Libranet 3 01-03-2004 05:59 PM
What WI-FI Cards does Red Hat 9 Support? rick_conlee Linux - Networking 0 07-28-2003 09:21 AM
Problem with Red Hat 6.2 and two ethernet cards Reginald0 Linux - General 1 12-30-2002 10:16 AM
Red Hat 7.2 and Orinico PC Cards GurgieTrueshot Linux - Networking 4 03-01-2002 09:05 AM

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

All times are GMT -5. The time now is 05:09 AM.

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