JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: IP Services     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

Part I TCP/IP Administration

1.  Planning an IPv4 Addressing Scheme (Tasks)

2.  Planning an IPv6 Addressing Scheme (Overview)

3.  Planning an IPv6 Network (Tasks)

4.  Configuring TCP/IP Network Services and IPv4 Addressing (Tasks)

5.  Enabling IPv6 on a Network (Tasks)

6.  Administering a TCP/IP Network (Tasks)

7.  Configuring IP Tunnels

What's New in IP Tunnel Administration

Overview of IP Tunnels

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

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

8.  Troubleshooting Network Problems (Tasks)

9.  TCP/IP and IPv4 in Depth (Reference)

10.  IPv6 in Depth (Reference)

Part II DHCP

11.  About DHCP (Overview)

12.  Planning for DHCP Service (Tasks)

13.  Configuring the DHCP Service (Tasks)

14.  Administering DHCP (Tasks)

15.  Configuring and Administering the DHCP Client

16.  Troubleshooting DHCP (Reference)

17.  DHCP Commands and Files (Reference)

Part III IP Security

18.  IP Security Architecture (Overview)

19.  Configuring IPsec (Tasks)

20.  IP Security Architecture (Reference)

21.  Internet Key Exchange (Overview)

22.  Configuring IKE (Tasks)

23.  Internet Key Exchange (Reference)

24.  IP Filter in Oracle Solaris (Overview)

25.   IP Filter (Tasks)

Part IV Networking Performance

26.  Integrated Load Balancer Overview

27.  Configuration of Integrated Load Balancer Tasks

28.  Virtual Router Redundancy Protocol (Overview)

29.  VRRP Configuration (Tasks)

30.  Implementing Congestion Control

Part V IP Quality of Service (IPQoS)

31.  Introducing IPQoS (Overview)

32.  Planning for an IPQoS-Enabled Network (Tasks)

33.  Creating the IPQoS Configuration File (Tasks)

34.  Starting and Maintaining IPQoS (Tasks)

35.  Using Flow Accounting and Statistics Gathering (Tasks)

36.  IPQoS in Detail (Reference)

Glossary

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 Tunnels in the Network Topology.

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 7-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-if 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. Such additional IPv6 addresses can be included in the tunnel's hostname6.tunnel-name file. Otherwise, the file can remain empty.

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.