Navigation


Changeset 516:1c2f5ee38039 in freeDiameter for doc


Ignore:
Timestamp:
Aug 27, 2010, 10:59:51 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Allow RADIUS Proxies with the app_radgw extension

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/app_radgw.conf.sample

    r271 r516  
    4949##################
    5050
    51 # Each RADIUS client must be declared in the form: cli = IP / shared-secret ;
     51# Each RADIUS client must be declared in the form:
     52#   nas = IP / shared-secret ;
    5253# IP can be ipv4 or ipv6
    5354# port can be additionaly restricted with brackets: IP[port] (ex: 192.168.0.1[1812])
    5455# shared-secret can be a quoted string, or a list of hexadecimal values.
    5556# examples:
    56 # cli = 192.168.100.1 / "secret key" ; # the shared secret buffer is 0x736563726574206b6579 (length 10 bytes)
    57 # cli = fe00::1 / 73 65 63 72 65 74 20 6b 65 79; # same shared secret as previously
     57# nas = 192.168.100.1 / "secret key" ; # the shared secret buffer is 0x736563726574206b6579 (length 10 bytes)
     58# nas = fe00::1 / 73 65 63 72 65 74 20 6b 65 79; # same shared secret as previously
    5859# When a packet is received from an IP not declared here, it is discarded.
     60
     61# If the RADIUS client is a Proxy that forwards messages from different peers, it must be
     62# declared instead as follow:
     63#   pxy = IP / shared-secret ;
     64# Note that it is not recommended to use this gateway implementation with a proxy currently,
     65# since the management of duplicate messages might be insufficient.
     66
     67# The old notation cli = ... is equivalent to nas = ... and kept for backward compatibility.
    5968
    6069
Note: See TracChangeset for help on using the changeset viewer.