Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to set my Linux machine to have two network cards with two IPs

Reply
Thread Tools Display Modes

How to set my Linux machine to have two network cards with two IPs

 
 
keanewoon@gmail.com
Guest
Posts: n/a

 
      05-27-2007, 09:02 AM
Dear all gurus out there,

I am newbie to Linux and networking.

I have a Red hat linux that used as a Database machine, oracle.

I have 2 network cards that I wish to set to 192.168.0.10 and
192.168.0.11 respectively, the default gw is 192.168.0.1. The
connection of the two IPs coming from 2 different switches (still from
the same router).

My purpose is that : if one of the switches is down, my connection
still up with the other side.

I know switch is hardly "down", but i wish to have full redundancy.

What I did is, I jus set the 2 network cards with the two IPs and I
switch off one of the switches, "poof" the whole network
down..........so, how can it be done ?

Or any other alternatives ?


Thanks.

 
Reply With Quote
 
 
 
 
Menno Duursma
Guest
Posts: n/a

 
      05-27-2007, 11:38 AM
On Sun, 27 May 2007 02:02:58 -0700, keanewoon wrote:

[link failover]

> Or any other alternatives ?


Try the 'bonding' driver:
http://linux-net.osdl.org/index.php/Bonding

And use an interface alias if you still need the second IP adress, e.g.:
ifconfig bond0:1 <ipadress> ...

--
-Menno.

 
Reply With Quote
 
William Pechter
Guest
Posts: n/a

 
      05-27-2007, 12:45 PM
In article <(E-Mail Removed). com>,
<(E-Mail Removed)> wrote:
>Dear all gurus out there,
>
>I am newbie to Linux and networking.
>
>I have a Red hat linux that used as a Database machine, oracle.
>
>I have 2 network cards that I wish to set to 192.168.0.10 and
>192.168.0.11 respectively, the default gw is 192.168.0.1. The
>connection of the two IPs coming from 2 different switches (still from
>the same router).
>
>My purpose is that : if one of the switches is down, my connection
>still up with the other side.
>
>I know switch is hardly "down", but i wish to have full redundancy.
>
>What I did is, I jus set the 2 network cards with the two IPs and I
>switch off one of the switches, "poof" the whole network
>down..........so, how can it be done ?
>
>Or any other alternatives ?
>
>
>Thanks.
>


Google bonding network interfaces...

You need to have one ip address that is on both switches and will move
from a primary to a seconday NIC.

Intel had it's own IANS software on the older Linux versions but is now
supporting standard bonding. On the 2.4 the Intel stuff was nice but
required at least one Intel NIC per bonded pair.

Bill

--
"When I think back on all the crap I learned in Vax school
It's a wonder I fixed anything at all." (to the tune of Kodachrome)
pechter-at-gmail.com
 
Reply With Quote
 
Tim S
Guest
Posts: n/a

 
      05-27-2007, 06:57 PM
William Pechter wrote:

> In article <(E-Mail Removed). com>,
> <(E-Mail Removed)> wrote:
>>Dear all gurus out there,
>>
>>I am newbie to Linux and networking.
>>
>>I have a Red hat linux that used as a Database machine, oracle.
>>
>>I have 2 network cards that I wish to set to 192.168.0.10 and
>>192.168.0.11 respectively, the default gw is 192.168.0.1. The
>>connection of the two IPs coming from 2 different switches (still from
>>the same router).
>>
>>My purpose is that : if one of the switches is down, my connection
>>still up with the other side.
>>
>>I know switch is hardly "down", but i wish to have full redundancy.
>>
>>What I did is, I jus set the 2 network cards with the two IPs and I
>>switch off one of the switches, "poof" the whole network
>>down..........so, how can it be done ?
>>
>>Or any other alternatives ?
>>
>>
>>Thanks.
>>

>
> Google bonding network interfaces...
>
> You need to have one ip address that is on both switches and will move
> from a primary to a seconday NIC.


Follow on from this:

Caveat: I have only done bonding with 802.3ad for the purposes of link
aggregation (enhanced bandwith), not for failover.

I agree that bonding is probably the neater solution (only ever have one IP)
and I believe that a suitable way would be to use the arp monitoring
failover mode in the linux bonding module. Wanring though: don't just set
up a bonded link in aggregation mode willy nilly or there is going to be
much network weirdness resulting (arp confusion for one). The "ultimate"
documentation can be found in the linux source here:

linux/Documentation/networking/bonding.txt

To the OP - when you have a solution, I would recommend that you test it
thoroughly with 2 tcpdump sessions bound each to one NIC and see if it is
really behaving as you expect. Link aggregation requires support from the
switch infrastructure and I've never come across link aggregation working
where the links feed two different switches. Failover should howvere work
with any kit, though you might get a pregnant pause when the primary link
fails and the switches have to re-discover the path, but that shouldn;t be
more than a few seconds IME.

Cheers

Tim


 
Reply With Quote
 
momo
Guest
Posts: n/a

 
      05-28-2007, 02:31 PM
hi,
this configuration is not a linux issue your configuration is fine
but will not support your target to make a fail over
to make the data base client to use both IP's configure the client
side
tnsnames.ora to fail over the other IP if one faild
the 2nd and the most important is the however your connection
will be established again but you will loose your session
to avoid such issue you should use a caching library in your code
(application) such as oci or jdbc.
one more thing if you really want to make complete redundant use RAC
configuration
as the instance is more critical than the switch

 
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
installed winxp on hyper V virtual machine, cannot see network cards Mehbs Windows Networking 2 06-18-2009 01:49 AM
How to remotely login into a pure IPv6 Linux machine from a DualStack windows machine chaitan Linux Networking 1 11-21-2007 05:37 PM
Simple client/server socket program works on one Linux machine, it doesnot work on other machine GS Linux Networking 2 05-09-2006 12:55 PM
Proper routes for linux machine with two network ports to same network fuzzybr80@gmail.com Linux Networking 2 04-07-2006 08:14 PM
How to network boot Linux from a Windows XP machine. susheel.kaushik@gmail.com Linux Networking 0 05-25-2005 01:29 AM



1 2 3 4 5 6 7 8 9 10 11