Radiator Server Documentation — v10.33.2
Table of Contents
  • nas_identifier
  • Context
  • Syntax

nas_identifier

Set the NAS-Identifier attribute (RADIUS attribute type 32) to include in outgoing Status-Server health check packets sent to this backend server. If not defined, the NAS-Identifier attribute is not included in Status-Server packets.

Context

Valid inside a RADIUS backend server block.

Syntax

backends {
    radius "RADSEC_BACKEND" {
        server "radsec.example.org" {
            secret "radsec";
            timeout 60s;
            retries 2;
            status true;
            nas_identifier "MY_PROXY_NODE";

            connect {
                protocol tls;
                host "radsec.example.org";
                port 2083;
            }
        }
    }
}

Related configuration statements:

  • status - Enable or disable Status-Server health check polling
  • timeout - Request timeout for backend server communication
  • retries - Number of retry attempts for timed out requests
Navigation
  • @verification

  • aaa

  • backends

    • file

    • http

    • ipmap

    • jsonfile

    • ldap

    • mysql

    • postgresql

    • radius

      • connect

      • connections

      • idle_timeout

      • nas_identifier

      • priority

      • query

      • retries

      • server

      • server-selection

      • status

      • timeout

    • radius-dns-sd

    • sqlite

    • system

  • caches

  • captures

  • certificates

  • clients

  • conditions

  • dictionary

  • hmac-otp

  • include

  • init

  • ip-accept

  • license

  • logging

  • management

  • proxy-protocol

  • scripts

  • servers

  • statistics

  • stats

  • template

  • ui