Skip to content
Snippets Groups Projects
Select Git revision
  • c183aa98c6f313fb30ec11c40ff9a77db15dd85f
  • master default protected
  • main
  • update_github_actions
  • 144_rocky8_support
  • 195-update-pdk-to-300
  • 144-rocky8
  • add_test_github_test_workflow
  • pdk_2.4.0
  • fix_unclosed_let_block_in_defines_client_spec
  • validation_fixes
  • freeradius_3_0_21_config_updates
  • data_types
  • PrepareBuster
  • travis
  • 4.0.1
  • 4.0.0
  • 3.9.2
  • 3.9.1
  • 3.9.0
  • 3.8.2
  • 3.8.1
  • 3.8.0
  • 3.7.0
  • 3.6.0
  • 3.5.0
  • 3.4.3
  • 3.4.2
  • 3.4.1
  • 3.4.0
  • 3.3.0
  • 3.2.0
  • 3.1.0
  • 3.0.0
  • 2.3.1
35 results

huntgroups.header

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    huntgroups.header 1.70 KiB
    #
    # huntgroups    This file defines the `huntgroups' that you have. A
    #        huntgroup is defined by specifying the IP address of
    #        the NAS and possibly a port range. Port can be identified
    #        as just one port, or a range (from-to), and multiple ports
    #        or ranges of ports must be separated by a comma. For
    #        example: 1,2,3-8
    #
    #        Matching is done while RADIUS scans the user file; if it
    #        includes the selection criterium "Huntgroup-Name == XXX"
    #        the huntgroup is looked up in this file to see if it
    #        matches. There can be multiple definitions of the same
    #        huntgroup; the first one that matches will be used.
    #
    #        This file can also be used to define restricted access
    #        to certain huntgroups. The second and following lines
    #        define the access restrictions (based on username and
    #        UNIX usergroup) for the huntgroup.
    #
    
    #
    # Our POP in Alphen a/d Rijn has 3 terminal servers. Create a Huntgroup-Name
    # called Alphen that matches on all three terminal servers.
    #
    #alphen        NAS-IP-Address == 192.0.2.5
    #alphen        NAS-IP-Address == 192.0.2.6
    #alphen        NAS-IP-Address == 192.0.2.7
    
    #
    # The POP in Delft consists of only one terminal server.
    #
    #delft        NAS-IP-Address == 198.51.100.5
    
    #
    # Ports 0-7 on the first terminal server in Alphen are connected to
    # a huntgroup that is for business users only. Note that only one
    # of the username or groupname has to match to get access (OR/OR).
    #
    # Note that this huntgroup is a subset of the "alphen" huntgroup.
    #
    #business    NAS-IP-Address == 198.51.100.5, NAS-Port-Id == 0-7
    #        User-Name = rogerl,
    #        User-Name = henks,
    #        Group = business,
    #        Group = staff