System Administration Guide: Devices and File Systems

ProcedureHow to Configure RADIUS for Your iSCSI Configuration

This procedure assumes that you are logged in to the local system where you want to securely access the configured iSCSI target device.

  1. Become superuser.

  2. Configure the initiator node with the IP address and port (the default port is 1812) of the RADIUS server.

    For example:


    initiator# iscsiadm modify initiator-node --radius-server 10.0.0.72:1812
    
  3. Configure the initiator node with the shared secret of the RADIUS server.


    initiator# iscsiadm modify initiator-node --radius-shared-secret
    

    Note –

    The Solaris iSCSI implementation requires that the RADIUS server is configured with a shared secret before the Solaris iSCSI software can interact with the RADIUS server.


  4. Enable the RADIUS server.


    initiator# iscsiadm modify initiator-node --radius-access enable