(main): Fix typo and misspellings errors

This commit is contained in:
Sebastien Badia 2020-11-06 00:49:23 +01:00
parent cff4a52c50
commit 3e49360884
No known key found for this signature in database
GPG key ID: 8716CE4614A452D8
7 changed files with 37 additions and 37 deletions

View file

@ -192,14 +192,14 @@ one will not be sent.
<LI><B>primary_radius</B> (ip address)
<LI><B>secondary_radius</B> (ip address)<BR>
Sets the RADIUS servers used for both authentication and accounting.
Sets the RADIUS servers used for both authentication and accounting.
If the primary server does not respond, then the secondary RADIUS
server will be tried.<br>
<strong>Note:</strong> in addition to the source IP address and
identifier, the RADIUS server <strong>must</strong> include the source
port when detecting duplicates to supress (in order to cope with a
large number of sessions comming on-line simultaneously l2tpns uses a
set of udp sockets, each with a seperate identifier).
port when detecting duplicates to suppress (in order to cope with a
large number of sessions coming on-line simultaneously l2tpns uses a
set of udp sockets, each with a separate identifier).
</LI>
<LI><B>primary_radius_port</B> (short)
@ -248,7 +248,7 @@ If no address is given to iftun_address and bind_address, 1.1.1.1 is used.
</LI>
<LI><B>bind_multi_address</B> (ip address)<BR>
This parameter permit to listen several addresss of the l2tp udp protocol
This parameter permit on to listen several address of the l2tp udp protocol
(and set several address to the tun interface).
<BR>
WHEN this parameter is set, It OVERWRITE the parameters "bind_address"
@ -274,14 +274,14 @@ Address to send to clients as the default gateway.
<LI><B>send_garp</B> (boolean)<BR>
Determines whether or not to send a gratuitous ARP for the
bind_address when the server is ready to handle traffic (default:
bind_address when the server is ready to handle traffic (default:
true).<BR>
This value is ignored if BGP is configured.
</LI>
<LI><B>throttle_speed</B> (int)<BR>
Sets the default speed (in kbits/s) which sessions will be limited to.
If this is set to 0, then throttling will not be used at all. Note:
Sets the default speed (in kbits/s) which sessions will be limited to.
If this is set to 0, then throttling will not be used at all. Note:
You can set this by the CLI, but changes will not affect currently
connected users.
</LI>
@ -294,7 +294,7 @@ session requires two buckets (in and out).
<LI><B>accounting_dir</B> (string)<BR>
If set to a directory, then every 5 minutes the current usage for
every connected use will be dumped to a file in this directory. Each
file dumped begins with a header, where each line is prefixed by #.
file dumped begins with a header, where each line is prefixed by #.
Following the header is a single line for every connected user, fields
separated by a space.<BR> The fields are username, ip, qos,
uptxoctets, downrxoctets, origin (optional). The qos field is 1 if a standard user, and
@ -321,7 +321,7 @@ unnecessary system call overhead of select on busy servers.
<LI><B>scheduler_fifo</B> (boolean)<BR>
Sets the scheduling policy for the l2tpns process to SCHED_FIFO. This
causes the kernel to immediately preempt any currently running SCHED_OTHER
(normal) process in favour of l2tpns when it becomes runnable.
(normal) process in favour of l2tpns when it becomes runnable.
Ignored on uniprocessor systems.
</LI>
@ -335,7 +335,7 @@ Maximum number of host unreachable ICMP packets to send per second.
<LI><B>packet_limit</B> (int><BR>
Maximum number of packets of downstream traffic to be handled each
tenth of a second per session. If zero, no limit is applied (default:
tenth of a second per session. If zero, no limit is applied (default:
0). Intended as a DoS prevention mechanism and not a general
throttling control (packets are dropped, not queued).
</LI>
@ -428,7 +428,7 @@ where <I>PORT</I> specifies the L2TP Port of the remote LNS
(Normally should be 1701) (ex: 1701).</BR>
where <I>SECRET</I> specifies the secret password the remote LNS (ex: mysecret).</BR>
</BR>
The static Remote LNS configuration can be used when the friend ISP not
The static Remote LNS configuration can be used when the friend ISP not
have a proxied Radius.</BR>
If the proxied Radius is used, It will return the RADIUS attributes:</BR>
Tunnel-Type: 1 = L2TP</BR>
@ -440,7 +440,7 @@ If the proxied Radius is used, It will return the RADIUS attributes:</BR>
Tunnel-Medium-Type: 2 = IPv4</BR>
Tunnel-Password: 2 = "LESECRETL2TP"</BR>
Tunnel-Server-Endpoint: 2 = "88.xx.xx.x2"</BR>
Tunnel-Assignment-Id: 2 = "friendisp_lns2"</BR>
Tunnel-Assignment-Id: 2 = "friendisp_lns2"</BR>
<P><U><B>PPPOE configuration</B></U></P>
@ -584,7 +584,7 @@ when it receives them.
<H3 ID="Command-LineInterface">Command-Line Interface</H3>
You can access the command line interface by telnet'ing to port 23.
You can access the command line interface by telnet'ing to port 23.
There is no IP address restriction, so it's a good idea to firewall
this port off from anyone who doesn't need access to it. See
<A HREF="#users">users</A> for information on restricting access based
@ -784,7 +784,7 @@ These counters are updated every second.
</LI>
<LI><B>configure terminal</B><BR>
Enter configuration mode. Use <EM>exit</EM> or ^Z to exit this mode.
Enter configuration mode. Use <EM>exit</EM> or ^Z to exit this mode.
The following commands are valid in this mode:<P>
</LI>
@ -1137,7 +1137,7 @@ contain those session and tunnel changes since the last heartbeat.<P>
When a slave has not seen a heartbeat within
<B>cluster_hb_timeout</B>/10 seconds it "elects" a new master by
examining the list of peers it has seen pings from and determines
which of these and itself is the "best" candidate to be master.
which of these and itself is the "best" candidate to be master.
"Best" in this context means the server with the highest uptime (the
highest IP address is used as a tie-breaker in the case of equal
uptimes).<P>