|
|||
1. Solaris TCPIP Protocol Suite (Overview) 2. Planning an IPv4 Addressing Scheme (Tasks 3. Planning an IPv6 Addressing Scheme (Overview) 4. Planning an IPv6 Network (Tasks) 5. Configuring TCP/IP Network Services and IPv4 Addressing (Tasks) 6. Administering Network Interfaces (Tasks) 7. Enabling IPv6 on a Network (Tasks) 8. Administering a TCP/IP Network (Tasks) Major TCP/IP Administrative Tasks (Task Map) Monitoring the Interface Configuration With the ifconfig Command How to Get Information About a Specific Interface How to Display Interface Address Assignments Monitoring Network Status With the netstat Command How to Display Statistics by Protocol How to Display the Status of Transport Protocols How to Display Network Interface Status How to Display the Status of Sockets How to Display the Status of Transmissions for Packets of a Specific Address Type How to Display the Status of Known Routes Probing Remote Hosts With the ping Command How to Determine if a Remote Host Is Running How to Determine if a Host Is Dropping Packets Administering and Logging Network Status Displays How to Control the Display Output of IP-Related Commands How to Log Actions of the IPv4 Routing Daemon How to Trace the Activities of the IPv6 Neighbor Discovery Daemon Displaying Routing Information With the traceroute Command How to Find Out the Route to a Remote Host Monitoring Packet Transfers With the snoop Command How to Check Packets From All Interfaces How to Capture snoop Output Into a File How to Check Packets Between an IPv4 Server and a Client How to Monitor IPv6 Network Traffic Administering Default Address Selection How to Administer the IPv6 Address Selection Policy Table How to Modify the IPv6 Address Selection Table for the Current Session Only 9. Troubleshooting Network Problems (Tasks) 10. TCP/IP and IPv4 in Depth (Reference) 12. About Solaris DHCP (Overview) 13. Planning for DHCP Service (Tasks) 14. Configuring the DHCP Service (Tasks) 15. Administering DHCP (Tasks) 16. Configuring and Administering DHCP Clients 17. Troubleshooting DHCP (Reference) 18. DHCP Commands and Files (Reference) 19. IP Security Architecture (Overview) 21. IP Security Architecture (Reference) 22. Internet Key Exchange (Overview) 24. Internet Key Exchange (Reference) 25. Solaris IP Filter (Overview) 28. Administering Mobile IP (Tasks) 29. Mobile IP Files and Commands (Reference) 30. Introducing IPMP (Overview) 31. Administering IPMP (Tasks) Part VI IP Quality of Service (IPQoS) 32. Introducing IPQoS (Overview) 33. Planning for an IPQoS-Enabled Network (Tasks) 34. Creating the IPQoS Configuration File (Tasks) 35. Starting and Maintaining IPQoS (Tasks) 36. Using Flow Accounting and Statistics Gathering (Tasks) |
Administering Default Address SelectionThe Solaris OS enables a single interface to have multiple IP addresses. For example, technologies, such as network multipathing (IPMP) enable multiple network interface cards (NICs) to connect to the same IP link layer. That link can have one or more IP addresses. Additionally, interfaces on IPv6-enabled systems have a link-local IPv6 address, at least one IPv6 routing address, and an IPv4 address for at least one interface. When the system initiates a transaction, an application makes a call to the getaddrinfo socket. getaddrinfo discovers the possible address in use on the destination system. The kernel then prioritizes this list to find the best destination to use for the packet. This process is called destination address ordering. The Solaris kernel then selects the appropriate format for the source address, given the best destination address for the packet. The process is known as address selection. For more information on destination address ordering, see the getaddrinfo(3SOCKET) man page. Both IPv4-only and dual-stack IPv4/IPv6 systems must perform default address selection. In most circumstances, you do not need to change the default address selection mechanisms. However, you might need to change the priority of address formats to support IPMP or to prefer 6to4 address formats, for example. How to Administer the IPv6 Address Selection Policy TableThe following procedure explains how to modify the address selection policy table. For conceptual information about IPv6 default address selection, refer to ipaddrsel Command. Caution - Do not change the IPv6 address selection policy table, except for the reasons shown in the next task. You can cause problems on the network with a badly constructed policy table. Be sure to save a backup copy of the policy table, as is done in the next procedure.
How to Modify the IPv6 Address Selection Table for the Current Session OnlyWhen you edit the /etc/inet/ipaddrsel.conf, file, any modifications that you make persist across reboots. If you want the modified policy table to exist only in the current session, follow this procedure.
|
||
|