diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-04-18 22:54:31 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-04-18 22:54:31 +0200 |
commit | 03580b417591c935e38f286a6e6281a7606e0478 (patch) | |
tree | cb8aca3fd8557b26169a45865889d7cf189e11c7 /docs | |
parent | 90ad76c282f0bc57381a226f515d1aa0e4307185 (diff) | |
download | vyos-documentation-03580b417591c935e38f286a6e6281a7606e0478.tar.gz vyos-documentation-03580b417591c935e38f286a6e6281a7606e0478.zip |
Login: add RADIUS source address
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/system-users.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/system/system-users.rst b/docs/system/system-users.rst index 338b8b86..5588e434 100644 --- a/docs/system/system-users.rst +++ b/docs/system/system-users.rst @@ -85,3 +85,16 @@ This configuration results in: secret s3cr3t0816 } +RADIUS Source Address +********************* + +If you are using e.g. OSPF as IGP always the nearest interface facing the RADIUS +server is used. With VyOS 1.2 you can bind all outgoing RADIUS requests to a +single source IP e.g. the loopback interface. + +.. code-block:: sh + + set system login radius source-address 3.3.3.3 + +Above command will use `3.3.3.3` as source IPv4 address for all queries originating +from this NAS. |