summaryrefslogtreecommitdiff
path: root/docs/configuration/interfaces
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2021-07-09 21:15:57 +0200
committerrebortg <github@ghlr.de>2021-07-09 21:17:28 +0200
commitf8e33c583d0c34cc93a6f1cd7b09f142a34cb80c (patch)
treed969c4cd90e4d130b98597db1ad1fa29869629e2 /docs/configuration/interfaces
parent9e818f7af3ce998062d5e230bf9e76fa68c2214d (diff)
downloadvyos-documentation-f8e33c583d0c34cc93a6f1cd7b09f142a34cb80c.tar.gz
vyos-documentation-f8e33c583d0c34cc93a6f1cd7b09f142a34cb80c.zip
pppoe: correct spelling and grammar
(cherry picked from commit 380db029d2c8350484166ef2cfaa6a1cd073e759)
Diffstat (limited to 'docs/configuration/interfaces')
-rw-r--r--docs/configuration/interfaces/pppoe.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/configuration/interfaces/pppoe.rst b/docs/configuration/interfaces/pppoe.rst
index fc58a1e6..a018267b 100644
--- a/docs/configuration/interfaces/pppoe.rst
+++ b/docs/configuration/interfaces/pppoe.rst
@@ -1,3 +1,5 @@
+:lastproofread: 2021-07-09
+
.. _pppoe-interface:
#####
@@ -19,7 +21,7 @@ Operating Modes
***************
VyOS supports setting up PPPoE in two different ways to a PPPoE internet
-connection. This is due to most ISPs provide a modem that is also a wireless
+connection. This is because most ISPs provide a modem that is also a wireless
router.
Home Users
@@ -45,7 +47,7 @@ your DSL Modem/Router switch into a Bridged Mode so it only acts as a DSL
Transceiver device to connect between the Ethernet link of your VyOS and the
phone cable. Once your DSL Transceiver is in Bridge Mode, you should get no
IP address from it. Please make sure you connect to the Ethernet Port 1 if
-your DSL Transeiver has a switch, as some of them only work this way.
+your DSL Transceiver has a switch, as some of them only work this way.
Once you have an Ethernet device connected, i.e. `eth0`, then you can
configure it to open the PPPoE session for you and your DSL Transceiver
@@ -101,7 +103,7 @@ PPPoE options
When set the interface is enabled for "dial-on-demand".
- Use this command to instruct the system to establish a PPPoE connections
+ Use this command to instruct the system to establish a PPPoE connection
automatically once traffic passes through the interface. A disabled on-demand
connection is established at boot time and remains up. If the link fails for
any reason, the link is brought back up immediately.
@@ -225,12 +227,12 @@ Connect/Disconnect
.. opcmd:: disconnect interface <interface>
Test disconnecting given connection-oriented interface. `<interface>` can be
- ``pppoe0`` as example.
+ ``pppoe0`` as the example.
.. opcmd:: connect interface <interface>
Test connecting given connection-oriented interface. `<interface>` can be
- ``pppoe0`` as example.
+ ``pppoe0`` as the example.
*******
Example
@@ -253,7 +255,7 @@ Requirements:
change the ``default-route`` option to ``force``. You could also install
a static interface-route and set the ``default-route`` option to ``none``.
* With the ``name-server`` option set to ``none``, VyOS will ignore the
- nameservers your ISP sens you and thus you can fully rely on the ones you
+ nameservers your ISP sends you and thus you can fully rely on the ones you
have configured statically.
.. note:: Syntax has changed from VyOS 1.2 (crux) and it will be automatically