From bf68127dc44554eddade4005888c7f79ae1f0d74 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Fri, 17 Feb 2023 20:57:05 +0000 Subject: [PATCH] explain ppoe-l2tp better though not much better, to be honest --- doc/developer.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/developer.rst b/doc/developer.rst index 23b9634c..a2a5e7cb 100644 --- a/doc/developer.rst +++ b/doc/developer.rst @@ -155,13 +155,13 @@ In this VM * TFTP is listening on the ethernet device and serving :file:`/home/liminix/liminix`. The server IP address is 10.0.0.1 -* a PPPOE-L2TP relay is running on the same ethernet card, which - spawns L2TPv2 Access Concentrator sessions to your specified - L2TP LNS when the connected Liminix device makes PPPoE requests. +* a PPPOE-L2TP relay is running on the same ethernet card. When the + connected Liminix device makes PPPoE requests, the relay spawns + L2TPv2 Access Concentrator sessions to your specified L2TP LNS. Note that authentication is expected at the PPP layer not the L2TP - layer, so the same PAP/CHAP credentials provided by your L2TP - service can be configured into your test device - bordervm - doesn't need to know about them. + layer, so the PAP/CHAP credentials provided by your L2TP service can + be configured into your test device - bordervm doesn't need to know + about them. To configure bordervm, you need a file called :file:`bordervm.conf.nix` which you can create by copying and appropriately editing :file:`bordervm.conf-example.nix`