1
0
Fork 0

explain ppoe-l2tp better

though not much better, to be honest
This commit is contained in:
Daniel Barlow 2023-02-17 20:57:05 +00:00
parent db70623bff
commit bf68127dc4
1 changed files with 6 additions and 6 deletions

View File

@ -155,13 +155,13 @@ In this VM
* TFTP is listening on the ethernet device and serving * TFTP is listening on the ethernet device and serving
:file:`/home/liminix/liminix`. The server IP address is 10.0.0.1 :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 * a PPPOE-L2TP relay is running on the same ethernet card. When the
spawns L2TPv2 Access Concentrator sessions to your specified connected Liminix device makes PPPoE requests, the relay spawns
L2TP LNS when the connected Liminix device makes PPPoE requests. L2TPv2 Access Concentrator sessions to your specified L2TP LNS.
Note that authentication is expected at the PPP layer not the L2TP Note that authentication is expected at the PPP layer not the L2TP
layer, so the same PAP/CHAP credentials provided by your L2TP layer, so the PAP/CHAP credentials provided by your L2TP service can
service can be configured into your test device - bordervm be configured into your test device - bordervm doesn't need to know
doesn't need to know about them. about them.
To configure bordervm, you need a file called :file:`bordervm.conf.nix` 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` which you can create by copying and appropriately editing :file:`bordervm.conf-example.nix`