|
|
YOUR FEEDBACK
Did you read today's front page stories & breaking news?
SOA World Conference
Virtualization Conference $200 Savings Expire May 16, 2008... – Register Today!
SYS-CON.TV |
TOP LINKS YOU MUST CLICK ON Web admin
Stateless Network Auto Configuration With IPv6
A plug-and-play network connection
By: Richard Petersen
Dec. 27, 2005 10:00 PM
Digg This!
IPv6 can be used to automatically connect a host to a network using stateless auto-configuration, doing away with the need for any IP addressing support like a DHCP server.
IPv6 Addressing An IPv6 address consists of 128 bits, up from the 32 bits used in IPv4 addresses. The first 64 bits are used for network addressing, of which the first few bits are reserved for indicating the address type. The last 64 bits are used for the interface address, known as the interface identifier field. An IPv6 address is written as eight segments representing 16 bits each (128 bits total). To more easily represent 16-bit binary numbers, hexadecimal numbers are used. In IPv6, addressing is controlled by the format prefix in the network part of the address that operates as a kind of address type. The format prefix is the first field of the IP address. The three kinds of single destination network addresses are global, link-local, and site-local. Global addresses can be sent across the Internet and have a format prefix that begins with 3. Link-local addresses are used for physically connected systems on a local network and use the format prefix FE80. Site-local can be used for any hosts on a private network and use the format prefix FEC0. Site-local addresses operate similar to IPv4 private addresses. In the following example the first four segments represent the network part of the IPv6 site-local address, and the following four segments represent the interface (host) address: FEC0:0000:0000:0000:0008:0800:200C:417A Segments with all zeros can be reduced to a single zero. FEC0:0:0:0:8:800:200C:417A Sequences of zeros can use a shorthand symbol consisting of a double colon (::). FEC0::8:800:200C:417A The identifier part of the IPv6 address takes up the second 64 bits, consisting of four segments containing four hexadecimal numbers. This is the address used to identify the host. The interface ID is a 64-bit (four-segment) Extended Unique Identifier (EUI-64) generated from a network device's Media Access Control (MAC) address. There are security concerns that the identifier based directly on a constant MAC address could be used to track a host. As an alternative, a method of generating randomized and temporary identifiers has been proposed.
Generating the Link-Local Address for Local Networks The MAC address is used to create a link-local address, one with a link-local prefix, FE80::0, followed by an interface identifier. The link-local prefix is used for physically connected hosts such as those on a small local network. A uniqueness test is then performed on the generated address. Using the Neighbor Discovery Protocol (NDP), other hosts on the network are checked to see if another host is already using the generated link-local address. If no other host is using the address, the address is assigned for that local network. At this point the host has only a local address that's valid within the local physical network. Link-local addresses cannot be routed to a larger network.
Generating the Full Address: Router Advertisements Figure 1 shows a network that is configured with stateless address autoconfiguration. First, each host determines its interface identifier using its own MAC hardware address. This is used to create a temporary link-local address for each host using the FE08::0 prefix. This allows initial communication with the network's router. The router then uses its network prefix to create full Internet addresses, replacing the link-local prefix.
Addressing for Private Networks FEC0:0:0:0:FEDC:BA98:7654:3210
Router Renumbering With renumbering, routers place a time limit on addresses, similar to the lease time in DHCP, by specifying an expiration limit for the network prefix when the address is generated. To ease transition, interfaces still keep their old addresses as deprecated addresses, while the new ones are first being used. The new ones will be the preferred addresses used for any new connections while deprecated ones are used for older connections. In effect a host could have two addresses, one deprecated and one preferred. This regeneration of addresses effectively renumbers the hosts.
Linux As a IPv6 router: radvd You will have to configure the radvd daemon yourself, specifying the network address to broadcast. Configuration though is very simple as the full address will be automatically generated using the host's hardware address. A configuration consists of interface entries that in turn list interface options, prefix definitions and options, along with router definitions if needed. The configuration is placed in the /etc/radvd.conf file, which would look something like this: This assumes one interface is used for the local network, eth0. This interface configuration lists an interface option (AdvSendAdvert) and a prefix definition along with two prefix options (AdvOnLink and AdvAutonomous). To specify prefix options for a specific prefix, add them within parentheses following the prefix definition. The prefix definition specifies your IPv6 network address. If a local area network has its own network address, you will need to provide its IPv6 network prefix address. For a private network, like a home network, you can use the silte-local IPv6 prefix that operates like the IPv4 private network addresses, 192.168.0. The above example uses a site-local address that is used for private IPv6 networks, fec0:0:0:0::, which has a length of 64 bits. The AdvSendAdvert interface option turns on network address advertising to the hosts. The AdvAutonomous network prefix option provides automatic address configuration, and AdvOnLink simply means that host requests can be received on the specified network interface. A second network interface is then used to connect the Linux system to an ISP or larger network. If the ISP supports IPv6, this is simply a matter of sending a router solicitation to the ISP router. This would automatically generate your Internet address using the hardware address of the network interface used to connect to the Internet and the ISP router's advertised network address. In Figure 2, a local network, eth0 network interface, connects to the local network, whereas eth1 connects to the Internet.
Conclusion References
LATEST LINUX STORIES
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
|
SYS-CON FEATURED WHITEPAPERS MOST READ THIS WEEK |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||