On Thu, 16 Sep 2004 14:23:18 -0700, "Mark"
<(E-Mail Removed)> wrote:
>I know you cannot route 10.x.x.x address over the
>internet. But does anyone one if that address range can
>be routed internally within a LAN. i.e can Machine A (ip
>addr (10.x.x.x) communicate with machine B on ANOTHER
>subnet on the same LAN.
Sure. But you do need to have separate logical networks of course.
If you use a 255.0.0.0 netmask, these addresses will never route since
every system knows they don't need to. But you could route a 10.0.1.x
with a mask of 255.255.255.0 to a 10.0.2.x address with the same
netmask. Provided you have a router of course.
Jeff