(main): Fix typo and misspellings errors
This commit is contained in:
parent
cff4a52c50
commit
3e49360884
7 changed files with 37 additions and 37 deletions
|
|
@ -13,7 +13,7 @@ startup-config - configuration file for l2tpns
|
|||
B<startup-config> is the configuration file for B<l2tpns>
|
||||
|
||||
The format is plain text, in the same format as accepted by
|
||||
the configuration mode of l2tpns's telnet administrative
|
||||
the configuration mode of l2tpns's telnet administrative
|
||||
interface. Comments are indicated by either the character # or !.
|
||||
|
||||
=head2 SETTINGS
|
||||
|
|
@ -66,7 +66,7 @@ It's the listen address of the l2tp udp protocol sent and received to LAC. This
|
|||
|
||||
=item B<bind_multi_address> (ip address)
|
||||
|
||||
This parameter permit to listen several addresss of the l2tp udp protocol (and set several address to the tun interface).
|
||||
This parameter permit one to listen several address of the l2tp udp protocol (and set several address to the tun interface).
|
||||
|
||||
WHEN this parameter is set, It OVERWRITE the parameters "bind_address" and "iftun_address".
|
||||
|
||||
|
|
@ -214,7 +214,7 @@ Whenever a PPP connection is established, DNS servers will be sent to the user,
|
|||
|
||||
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.
|
||||
|
||||
Note: in addition to the source IP address and identifier, the RADIUS server must 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).
|
||||
Note: in addition to the source IP address and identifier, the RADIUS server must include the source 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).
|
||||
|
||||
=item B<primary_radius_port> (short), B<secondary_radius_port> (short)
|
||||
|
||||
|
|
@ -288,7 +288,7 @@ DUID Based on Link-layer Address (DUID-LL) (see rfc3315).
|
|||
|
||||
=item B<primary_ipv6_dns>, B<secondary_ipv6_dns> (Ipv6 address)
|
||||
|
||||
IPv6 DNS servers will be sent to the user (see rfc3646).
|
||||
IPv6 DNS servers will be sent to the user (see rfc3646).
|
||||
|
||||
=item B<default_ipv6_domain_list> (string)
|
||||
|
||||
|
|
@ -328,7 +328,7 @@ where PORT specifies the L2TP Port of the remote LNS (Normally should be 1701) (
|
|||
|
||||
where SECRET specifies the secret password the remote LNS (ex: mysecret).
|
||||
|
||||
=back
|
||||
=back
|
||||
|
||||
The static REMOTE LNS configuration can be used when the friend ISP not have a proxied Radius.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue