All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Wright <paua@quicksilver.net.nz>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Linux router configuration??
Date: Mon, 29 Sep 2003 01:36:46 +0000	[thread overview]
Message-ID: <marc-lartc-106479954303177@msgid-missing> (raw)
In-Reply-To: <marc-lartc-106452893510255@msgid-missing>

[-- Attachment #1: Type: text/plain, Size: 513 bytes --]

On Fri, 2003-09-26 at 19:32, Raghuveer wrote:


> Can I have both the network cards in the same n/w...? Becoz If I try to 
> use both NIC's with the same n/w, running <$ route -n> we can see either 
> eth1 or eth0 repeated twice. Pls let me know where is the problem..?



you don't need to do this.  just add both IP addresses to the same NIC,
viz ;

ip address add 192.168.0.254/24 dev eth0
ip address add 10.128.254.254/16 dev eth0

and proceed as usual.  The subnet routes are added automatically.



/steve


[-- Attachment #2: Type: text/html, Size: 946 bytes --]

  parent reply	other threads:[~2003-09-29  1:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-25 22:25 [LARTC] Linux router configuration?? Blu
2003-09-25 23:12 ` Damion de Soto
2003-09-25 23:39 ` Derek
2003-09-26  0:04 ` Daniel Chemko
2003-09-26  3:46 ` Ryan Johnson
2003-09-26  6:29 ` Ronny Aasen
2003-09-26  7:44 ` Raghuveer
2003-09-29  1:36 ` Steve Wright [this message]
2003-10-01  8:54 ` Raghuveer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-106479954303177@msgid-missing \
    --to=paua@quicksilver.net.nz \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.