Managing Service Location Protocol Services in Oracle® Solaris 11.2

Exit Print View

Updated: July 2014
 
 

How to Limit UAs and SAs to Statically Configured DAs

Use the following procedure to change the net.slp.passiveDADetection and the net.slp.DAActiveDiscoveryInterval properties.


Note - Use this procedure only on hosts that execute UAs and SAs which are restricted to static configurations.
  1. Become an administrator.

    For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2 .

  2. Stop slpd and all SLP activity on the host.
    # svcadm disable network/slp
  3. Back up the default /etc/inet/slp.conf file before you change the configuration settings.
  4. Set the net.slp.passiveDADetection property to False in the slp.conf file to disable passive discovery. This setting causes slpd to ignore unsolicited DA advertisements.
    net.slp.passiveDADetection=False
  5. Set the net.slp.DAActiveDiscoveryInterval to -1 to disable initial and periodic active discovery.
    net.slp.DAActiveDiscoveryInterval=-1
  6. Save your changes and close the file.
  7. Restart slpd to activate your changes.
    # svcadm enable network/slp