Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: HAN IP addresses
- To: tlug@example.com
- Subject: Re: tlug: HAN IP addresses
- From: gaijin@example.com (John Little)
- Date: Fri, 28 Feb 1997 11:21:21 +0900
- In-Reply-To: Jim Schweizer <schweiz@example.com> "tlug: HAN IP addresses" (Feb 27, 18:06)
- Reply-To: tlug@example.com
- Sender: owner-tlug
-------------------------------------------------------- tlug note from gaijin@example.com (John Little) -------------------------------------------------------- % % How did you decide on local IP addresses? Is it possible that % you could make a naming mistake that would adversly affect your % ISP? % Jim, There's an RFC on ranges of IP addresses for "private", non-internet connected addresses (see below), and I use an address within this range for my home network. This, of course, could confuse things even more than before (there could be hundreds of other people using your "private" address range instead of perhaps just one corporation using a non-private, legitimate IP range which you just happen to have picked on). The key is to prevent RIP packets from leaving your local network, so you need a gateway machine (the machine which is actually connected to your service provider) set up with two interfaces, IP forwarding turned off and outgoing RIP packets disabled. This ensures that your gateway machine is the only system visible to the ISP, but also allows you to have it connected to your home network. I have to admit to heresy here, in that my gateway machine is running Solaris. Turning off IP forwarding is a single line in the /etc/inetinit file:- ndd -set /dev/ip ip_forwarding 0 and preventing RIP packets getting out is a matter of creating an /etc/gateways file specifying:- noripout ipdptp0 (no RIP packets to be sent on the point-to-point interface). This works fine for me. -John- _______________________________________________________________________ 3. Private Address Space The Internet Assigned Numbers Authority (IANA) has reserved the following three blocks of the IP address space for private networks: 10.0.0.0 - 10.255.255.255 172.16.0.0 - 172.31.255.255 192.168.0.0 - 192.168.255.255 We will refer to the first block as "24-bit block", the second as "20-bit block, and to the third as "16-bit" block. Note that the first block is nothing but a single class A network number, while the second block is a set of 16 contiguous class B network numbers, and third block is a set of 255 contiguous class C network numbers. An enterprise that decides to use IP addresses out of the address space defined in this document can do so without any coordination with IANA or an Internet registry. The address space can thus be used by many enterprises. Addresses within this private address space will only be unique within the enterprise. As before, any enterprise that needs globally unique address space is required to obtain such addresses from an Internet registry. An enterprise that requests IP addresses for its external connectivity will never be assigned addresses from the blocks defined above. In order to use private address space, an enterprise needs to determine which hosts do not need to have network layer connectivity outside the enterprise in the foreseeable future. Such hosts will be called private hosts, and will use the private address space defined above. Private hosts can communicate with all other hosts inside the enterprise, both public and private. However, they cannot have IP connectivity to any external host. While not having external network ________________________________________________________________________ ----------------------------------------------------------------- a word from the sponsor will appear below ----------------------------------------------------------------- The TLUG mailing list is proudly sponsored by TWICS - Japan's First Public-Access Internet System. Now offering 20,000 yen/year flat rate Internet access with no time charges. Full line of corporate Internet and intranet products are available. info@example.com Tel: 03-3351-5977 Fax: 03-3353-6096
- Follow-Ups:
- Re: tlug: HAN IP addresses
- From: "Stephen J. Turnbull" <turnbull@example.com>
Home | Main Index | Thread Index
- Prev by Date: tlug: bash ?
- Next by Date: Re: tlug: HAN IP addresses
- Prev by thread: tlug: HAN IP addresses
- Next by thread: Re: tlug: HAN IP addresses
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links