|
|||||||||||
|
RE: 2NIC's on same network, possible?
From: Burton M. Strauss III <BStrauss(at)acm.org>
Date: Wed Jul 30 2003 - 07:10:40 EDT
-----Original Message-----
Regards
Right! It's not two routes with identical metric values, it's ONE route and a DEFAULT. Dig into tcp/ip and Ethernet (the 802.3 standards stuff - start at http://grouper.ieee.org/groups/802/3/) There's nothing that prohibits multiple routes with equal metrics. The entire concept of 'one' route is fiction, imposed by the OS, because people like deterministic systems. In reality, it's entirely up to the router to decide. Factors invisible to the outside/end user are valid. So are random choice, load-balancing, sheer cussedness - anything you can thing of is valid. The only thing required is that a router forward the packet or reject it. Dropping packets without notice (ACK/NACK or flow control) is bad, but the various protocols will even recover from that. -----Burton
-----Original Message-----
Probably the other post was right and your friend has used a netmask appropriate for a /e network. Justin The CIDR RFCs are:
RFC 1517: Applicability Statement for the Implementation of CIDR
RFC 1518: An Architecture for IP Address Allocation with CIDR
RFC 1519: CIDR: An Address Assignment and Aggregation Strategy
RFC 1520: Exchanging Routing Information Across Provider Boundaries in
the CIDR Environment
The actual number of hosts on a /e network is 2**(32-e) - 2 The -2 covers the all zeros and all ones host portions, used for broadcasts. (Technically the all zero is probably a legal address but historically some vendors (Sun) used it for broadcasts so it's best to stay away). 8<=e<=31 (Because the largest blocks assigned are /8s and the smallest normally usable is /30 - a /31 has only the two broadcast addresses --- still, this can be useful for unnumbered point-to-point links) Some example values:
/e Host bits # usable hosts
See the "IP Subnetting HowTo" - see http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/IP-Sub networking.html. For other formats, start your search here: http://www.tldp.org/. -----Burton Received on Wed Jul 30 11:56:48 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:06:41 EDT |
||||||||||
|
|||||||||||