Is 10 net routable internally

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Guys,

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.
 
These are the IANA private "black hole" networks
defined in RFC 1918:

10.*.*.* / 8
172.16-31.*.* / 12
192.168.*.* / 16

These address ranges are excluded from routing on
the public Internet simply by the way the routers and
routing protocols are configured to block them in
compliance with the RFC and IANAs requirements.

But otherwise they are as good as any other IP addresses
for use on your own private network. Better, in fact, since
you know you won't be mapping out any real, public
address ranges by using them.

Steve Duff, MCSE, MVP
Ergodic Systems, Inc.
 
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
 
Jeff Cochran said:
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

Or a windows PC running Routing and Remote Access. Standard on Server OS.
Can be added free to 2k pro/NT4 etc.
 
Paul Landregan said:
Or a windows PC running Routing and Remote Access. Standard on Server OS.
Can be added free to 2k pro/NT4 etc.

NT4.0 (both Server and WKSTN) would function as a router without RRAS. Even
2000 can, but is less configurable. I'm not sure about 2003.
 
Back
Top