JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Configuring and Administering Oracle Solaris 11.1 Networks     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Planning the Network Deployment

Network Planning (Task Map)

Determining the Network Hardware

Deciding on an IP Addressing Format for Your Network

IPv4 Addresses

DHCP Addresses

IPv6 Addresses

Private Addresses and Documentation Prefixes

Obtaining Your Network's IP Number

Naming Entities on Your Network

Administering Host Names

Selecting a Name Service and Directory Service

Domain Names

Using Subnets

Planning for Routers on Your Network

Network Topology Overview

How Routers Transfer Packets

Deploying Virtual Networks

2.  Considerations When Using IPv6 Addresses

3.  Configuring an IPv4 Network

4.  Enabling IPv6 on the Network

5.  Administering a TCP/IP Network

6.  Configuring IP Tunnels

7.  IPv4 Reference

8.  IPv6 Reference

Index

Deciding on an IP Addressing Format for Your Network

When you plan your network addressing scheme, consider the following factors:

Briefly, the type of IP addresses include the following:

IPv4 Addresses

These 32-bit addresses are the original IP addressing format for TCP/IP. Later, The IETF developed Classless Inter-Domain Routing (CIDR) addresses as a short to medium term remedy for the shortage of IPv4 addresses and the limited capacity of the global Internet routing tables.

For more information, refer to the following resources:

The following table provides the subnets in both CIDR notation and dotted decimal format.

Table 1-1 CIDR Prefixes and Their Decimal Equivalents

CIDR Network Prefix
Dotted Decimal Subnet Equivalent
Available IP Addresses
/19
255.255.224.0
8,192
/20
255.255.240.0
4,096
/21
255.255.248.0
2,048
/22
255.255.252.0
1,024
/23
255.255.254.0
512
/24
255.255.255.0
256
/25
255.255.255.128
128
/26
255.255.255.192
64
/27
255.255.255.224
32

DHCP Addresses

The Dynamic Host Configuration Protocol (DHCP) protocol enables a system to receive configuration information from a DHCP server, including an IP address, as part of the booting process. DHCP servers maintain pools of IP address from which to assign addresses to DHCP clients. A site that uses DHCP can use a smaller pool of IP addresses than would be needed if all clients were assigned a permanent IP address. You can set up the DHCP service to manage your site's IP addresses, or a portion of the addresses. For more information, refer to Chapter 1, About DHCP (Overview), in Working With DHCP in Oracle Solaris 11.1.

IPv6 Addresses

The 128–bit IPv6 addresses provide greater address space than is available with IPv4. As with IPv4 addresses in CIDR format, IPv6 addresses are classless and use prefixes to designate the portion of the address that defines the site's network. For details about IPv6 addressing, see Internet Protocol, Version 6 (IPv6) Specification

Private Addresses and Documentation Prefixes

The IANA has reserved a block of IPv4 addresses and an IPv6 site prefix for use on private networks. These private addresses are used for network traffic within a private network. These addresses are also used in documentation.

The following table lists the private IPv4 address ranges and their corresponding netmasks.

IPv4 Address Range
Netmask
10.0.0.0 - 10.255.255.255
10.0.0.0
172.16.0.0 - 172.31.255.255
172.16.0.0
192.168.0.0 - 192.168.255.255
192.168.0.0

For IPv6 addresses, the prefix 2001:db8::/32 is a special IPv6 prefix that is used specifically for documentation examples. The examples in this book use private IPv4 addresses and the reserved IPv6 documentation prefix.