Go to main content

Oracle® SuperCluster M8 and SuperCluster M7 Security Guide

Exit Print View

Updated: June 2020
 
 

Enable Data Link (Spoofing) Protection on Non-Global Zones

Oracle Solaris data link protection can also be applied individually to all Oracle Solaris non-global zones deployed within the SuperCluster environment.


Note -  For more information about Oracle Solaris zones, refer to the Oracle Solaris zones documentation in the Oracle Solaris 11.4 Information Library at https://docs.oracle.com/cd/E37838_01/index.html and the Oracle Solaris 11.3 Information Library at http://docs.oracle.com/cd/E53394_01.
  1. Log in to one of the compute servers and access the host console as superuser.

    See Log into a Compute Server.

  2. Enforce data link protection on a particular network interface using the zonecfg command.

    Ensure that the list of allowed IP address is accurate and complete. The list must include any virtual IP addresses used by Oracle Solaris IPMP, Oracle Real Application Clusters, and so on. Also note that changes made to the SuperCluster non-global zone configuration do not take effect until after the non-global zone is restarted. For more information, refer to the Oracle Solaris zonecfg(1M) man page.

    # zonecfg –z zonename
    zonecfg:zonename> select anet linkname=network-link-name
    zonecfg:zonename:anet> set allowed-address="list_of_allowed_IP_addresses"
    zonecfg:zonename:anet>  set link-protection=mac-nospoof,ip-nospoof,restricted
    zonecfg:zonename:anet>  set configure-allowed-address=false
    zonecfg:zonename:anet>  end
    zonecfg:zonename>  commit
    zonecfg:zonename>  exit