LARTC
[Top] [All Lists]

[LARTC] two NICs on the same subnet

To: lartc@mailman.ds9a.nl
Subject: [LARTC] two NICs on the same subnet
From: PoWah Wong <wong_powah@yahoo.ca>
Date: Thu, 12 Apr 2007 13:39:46 -0400 (EDT)
Delivered-to: sp-com-lists@consult.net
Delivered-to: lartc-list@securepoint.com
Delivered-to: lartc@outpost.ds9a.nl
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=q9jIhTOSzApIv0YP/HrvTrhCrzY2zMX+4/k06oR34PUjLopsHw4eiSb/V+splGCGPSNSc0FP4y5vn8NCQfHVTP2eo/l0EXl9sB2r/GumEiB9uNhMe8uDwhFPav3RgONFvSBS/oHm5bQ2IU/Ir9yWB4f7449mY7MhKOWE76ik+CU=;
List-archive: <http://mailman.ds9a.nl/pipermail/lartc>
List-help: <mailto:lartc-request@mailman.ds9a.nl?subject=help>
List-id: "Mailinglist of the Linux Advanced Routing &amp; Traffic Control project" <lartc.mailman.ds9a.nl>
List-post: <mailto:lartc@mailman.ds9a.nl>
List-subscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=subscribe>
List-unsubscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=unsubscribe>
Sender: lartc-bounces@mailman.ds9a.nl
What are the reasons that two NICs on the same
computer are set to the same subnet?
i.e. eth0 IP addresses is x.y.z.m and eth1 is x.y.z.n.
Any websites describing these in details?

http://lartc.org/lartc.html#LARTC.RPDB.MULTIPLE-LINKS
"4.2. Routing for multiple uplinks/providers"
have two cases (Split access and Load balancing) for
two or more internet connections on the same computer
but do not state explicitly that they can be set to
the same subnet.

The two cases requires creating two routing tables,
one for each interface, and route the packets
accordingly (using iproute2), don't they?
These kernel options for either 2.4.x or 2.6.y should
be enabled:
CONFIG_IP_ADVANCED_ROUTER (Networking/IP: Advanced
Router) and
CONFIG_IP_MULTIPLE_TABLES (Networking/IP: policy
routing)
CONFIG_IP_ROUTE_MULTIPATH (NetworkingIP: equal cost
multipath)

Is setting different service (eg. ssh, ftp) for
different interface which are on the same subnet a
valid reason?





      
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

<Prev in Thread] Current Thread [Next in Thread>
  • [LARTC] two NICs on the same subnet, PoWah Wong <=