From d4f0a25cd61fe6a7d0cb711e269e9b75925edf23 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 31 Mar 2019 17:42:10 +0200 Subject: [PATCH] man: Convert network-zone-pppoe(8) to asciidoc Signed-off-by: Michael Tremer --- man/network-zone-pppoe.txt | 52 +++++++++++ man/network-zone-pppoe.xml | 186 ------------------------------------- 2 files changed, 52 insertions(+), 186 deletions(-) create mode 100644 man/network-zone-pppoe.txt delete mode 100644 man/network-zone-pppoe.xml diff --git a/man/network-zone-pppoe.txt b/man/network-zone-pppoe.txt new file mode 100644 index 00000000..93b55f27 --- /dev/null +++ b/man/network-zone-pppoe.txt @@ -0,0 +1,52 @@ += network-zone-pppoe(8) +Michael Tremer + +== NAME +network-zone-pppoe - PPP over Ethernet + +== SYNOPSIS +[verse] +`network zone new ZONE pppoe ...` + +== DESCRIPTION +The `pppoe` hook creates a PPPoE connection to your ISP. + +== OPTIONS +The following options are understood: + +`--username=USERNAME`:: + Sets the username for authentication. + +`--password=PASSWORD`:: + Sets the password for authentication. + + + Use the `--auth=` option to transmit it in a secure manner to the provider. + +`--mtu=N`:: + Sets the default MTU of the PPP connection. + +`--auth=[chap|pap]`:: + Define the authentication method that is used to authenticate against your + provider. The default is to use the provider's preference. + + * _Challange-Handshake Authentication Protocol_ (`chap`) is the preferred, + secure method. + * _Password Authentication Protocol_ (`pap`) sends the plaintext password + to the authentication server which is the reason why it should be avoided. + +`--access-concentrator=STRING`:: + By this option, you may define the name of the access concentrator. + +`--service-name=STRING`:: + By this option, you may define the service name. + +`--ipv6=[on|off]`:: + By this option, you may enable or disable IPv6. + +`--prefix-delegation=[on|off]`:: + By this option, you may enable or disable the delegation through your + provider of one IPv6 prefix to your system. + +== SEE ALSO +link:network[8], +link:network-zone[8] diff --git a/man/network-zone-pppoe.xml b/man/network-zone-pppoe.xml deleted file mode 100644 index 36c4d0e5..00000000 --- a/man/network-zone-pppoe.xml +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - network-zone-pppoe - network - - - - Developer - Michael - Tremer - michael.tremer@ipfire.org - - - - - - network-zone-pppoe - 8 - - - - network-zone-pppoe - Network Configuration Control Program - - - - - network zone new ZONE pppoe ... - - - - - Description - - - The pppoe hook creates a PPPoE connection to your ISP. - - - - - Options - - - The following options are understood: - - - - - - - - - - - - Sets the username for authentication. - - - - - - - - - - - - Sets the password for authentication. - - - Use the option to transmit it - in a secure manner to the provider. - - - - - - - - - - - - Sets the default MTU of the PPP connection. - - - - - - - - - - - - Define the authentication method that is used to - authenticate against your provider. - The default is to use the provider's preference. - - - - - Challange-Handshake Authentication Protocol - (chap) is the preferred secure method. - - - - - Password Authentication Protocol - (pap) sends the plaintext password to the authentication - server which is the reason why it should be avoided to use PAP. - - - - - - - - - - - - - - By this option, you may define the name of the access concentrator. - - - - - - - - - - - - By this option, you may define the service name. - - - - - - - - - - - - By this option, you may enable or disable IPv6 - - - - - - - - - - - By this option, you may enable or disable the delegation through your provider of one IPv6 prefix to your system. - - - - - - - - - See Also - - - - network - 8 - , - - network-zone - 8 - - - - -- 2.39.2