diff options
author | Dimitri Staessens <[email protected]> | 2019-08-31 14:09:34 +0200 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2019-08-31 14:09:34 +0200 |
commit | 1a18d0c334af11567d8ca31f1792d2372037f8be (patch) | |
tree | 200c0d4940d9be8a0e6b849f5b29fc3dbdd2ea86 /content/docs/tutorials/tutorial-2.md | |
parent | 2649c86e42ab1f34ae43382177a1f0b4d68c5bd9 (diff) | |
download | website-1a18d0c334af11567d8ca31f1792d2372037f8be.tar.gz website-1a18d0c334af11567d8ca31f1792d2372037f8be.zip |
content: Add encrypted tunnel tutorial
Diffstat (limited to 'content/docs/tutorials/tutorial-2.md')
-rw-r--r-- | content/docs/tutorials/tutorial-2.md | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/content/docs/tutorials/tutorial-2.md b/content/docs/tutorials/tutorial-2.md index 392a659..c3925dc 100644 --- a/content/docs/tutorials/tutorial-2.md +++ b/content/docs/tutorials/tutorial-2.md @@ -3,18 +3,19 @@ title: "Tutorial 2: Adding a layer" draft: false --- -In this tutorial we will add a *normal layer* on top of the local layer. -Make sure you have a local layer running. The network will look like -this: +In this tutorial we will add a __unicast layer__ on top of the local +layer. Make sure you have a [local +layer](/docs/tutorials/tutorial-1/) running. The network will look +like this: -![Tutorial 2 setup](/images/ouroboros_tut2_overview.png) +![Tutorial 2 setup](/images/tut-2-1.jpg) -Let's start adding the normal layer. We will first bootstrap a normal -IPCP, with name "normal_1" into the "normal_layer" (using default -options). In terminal 2, type: +Let's start adding the unicast layer. We will first bootstrap a +unicast IPCP, with name "U1" into the layer "U" (using +default options). In terminal 2, type: ``` -$ irm ipcp bootstrap type normal name normal_1 layer normal_layer +$ irm ipcp bootstrap type unicast name U1 layer U ``` The IRMd and IPCP will report the bootstrap: |