Securing the Network in Oracle® Solaris 11.2

Exit Print View

Updated: August 2014
 
 

How to Specify a Strong Random Number for Initial TCP Connection

This procedure ensures that the TCP initial sequence number generation parameter complies with RFC 6528.

Before You Begin

You must become an administrator who is assigned the solaris.admin.edit/etc.default/inetinit authorization. By default, the root role has this authorization. For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2 .

  1. Verify that the default value for the TCP_STRONG_ISS variable is 2.
    # grep TCP_STRONG /etc/default/inetinit
    # TCP_STRONG_ISS sets the TCP initial sequence number generation parameters.
    # Set TCP_STRONG_ISS to be:
    TCP_STRONG_ISS=2
  2. If the value of TCP_STRONG_ISS is not 2, change it to 2.
    # pfedit /etc/default/inetinit
    TCP_STRONG_ISS=2
  3. Reboot the system.
    # /usr/sbin/reboot