diff options
author | Robert Göhler <github@ghlr.de> | 2021-06-30 14:51:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 14:51:41 +0200 |
commit | fa1414dca229599a4034a418dad8b06d31abc648 (patch) | |
tree | 1e4ae8324f21f89178e454af29172ca36b9552fc /docs/configuration/vpn/l2tp.rst | |
parent | 10737cad913c17e3cce7291dcd835999f16459a2 (diff) | |
parent | e58574d80d49d11dba556c8cb3653310a94fc50d (diff) | |
download | vyos-documentation-fa1414dca229599a4034a418dad8b06d31abc648.tar.gz vyos-documentation-fa1414dca229599a4034a418dad8b06d31abc648.zip |
Merge pull request #560 from srividya0208/misc
configuration page: corrected spelling and grammatical mistakes
Diffstat (limited to 'docs/configuration/vpn/l2tp.rst')
-rw-r--r-- | docs/configuration/vpn/l2tp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration/vpn/l2tp.rst b/docs/configuration/vpn/l2tp.rst index bbe2b881..411b7b5e 100644 --- a/docs/configuration/vpn/l2tp.rst +++ b/docs/configuration/vpn/l2tp.rst @@ -160,7 +160,7 @@ servers can be setup and will be used subsequentially. RADIUS source address ^^^^^^^^^^^^^^^^^^^^^ -If you are using OSPF as IGP always the closets interface connected to the +If you are using OSPF as IGP, always the closest interface connected to 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. @@ -172,7 +172,7 @@ Above command will use `10.0.0.3` as source IPv4 address for all RADIUS queries on this NAS. .. note:: The ``source-address`` must be configured on one of VyOS interface. - Best proctice would be a loopback or dummy interface. + Best practice would be a loopback or dummy interface. RADIUS bandwidth shaping attribute ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |