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

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

Overview of IP Tunnels

IP Tunnel Administration in Oracle Solaris 11

Types of Tunnels

Tunnels in the Combined IPv6 and IPv4 Network Environments

6to4 Tunnels

Topology of a 6to4 Tunnel

Packet Flow Through the 6to4 Tunnel

Considerations for Tunnels to a 6to4 Relay Router

Packet Flow Between a 6to4 Site and a Native IPv6 Site

Deploying Tunnels

Requirements for Creating Tunnels

Requirements for Tunnels and IP Interfaces

Tunnel Configuration and Administration With the dladm Command

dladm Subcommands

Configuring Tunnels (Task Map)

How to Create and Configure an IP Tunnel

How to Configure a 6to4 Tunnel

How to Configure a 6to4 Tunnel to a 6to4 Relay Router

How to Modify an IP Tunnel Configuration

How to Display an IP Tunnel's Configuration

How to Display an IP Tunnel's Properties

How to Delete an IP Tunnel

7.  IPv4 Reference

8.  IPv6 Reference

Index

Deploying Tunnels

To properly deploy IP tunnels, you need to perform two main tasks. First, you create the tunnel link. Then, you configure an IP interface over the tunnel. This section briefly describes the requirements for creating tunnels and their corresponding IP interfaces.

Requirements for Creating Tunnels

To successfully create tunnels, you must observe the following requirements:

For information about setting up tunnels in your network, refer to Planning for Tunnel Use in the Network.

Requirements for Tunnels and IP Interfaces

Each tunnel type has specific IP address requirements on the IP interface that you configure over the tunnel. The requirements are summarized in the following table.

Table 6-1 Tunnels and IP Interface Requirements

Tunnel Type
IP Interface Allowed Over Tunnel
IP Interface Requirement
IPv4 tunnel
IPv4 interface
Local and remote addresses are manually specified.
IPv6 interface
Local and remote link-local addresses are automatically set when you issue the ipadm create-addr -T addrconf command. For details see the ipadm(1M) man page.
IPv6 tunnel
IPv4 interface
Local and remote addresses are manually specified.
IPv6 interface
Local and remote link-local addresses are automatically set when you issue the ipadm create-addr -T addrconf command. For details see the ipadm(1M) man page.
6to4 tunnel
IPv6 interface only
Default IPv6 address is automatically selected when you issue the ipadm create-ip command. For details see the ipadm(1M) man page.

You can override the default IPv6 interface address of 6to4 tunnels by specifying a different IPv6 address with the ipadm command.

Similarly, to override the link-local addresses that are automatically set for IPv6 interfaces over IPv4 or IPv6 tunnels, you can specify different source and destination addresses in the tunnel's host file.