diff --git a/daemon/core/configservices/utilservices/templates/ipforward.sh b/daemon/core/configservices/utilservices/templates/ipforward.sh index a8d3abed..75717ecf 100644 --- a/daemon/core/configservices/utilservices/templates/ipforward.sh +++ b/daemon/core/configservices/utilservices/templates/ipforward.sh @@ -13,4 +13,5 @@ sysctl -w net.ipv4.conf.default.rp_filter=0 sysctl -w net.ipv4.conf.${devname}.forwarding=1 sysctl -w net.ipv4.conf.${devname}.send_redirects=0 sysctl -w net.ipv4.conf.${devname}.rp_filter=0 +sysctl -w net.ipv6.conf.${devname}.forwarding=1 % endfor diff --git a/docs/tutorials/common/grpc.md b/docs/tutorials/common/grpc.md index ad76c81d..71630d38 100644 --- a/docs/tutorials/common/grpc.md +++ b/docs/tutorials/common/grpc.md @@ -18,5 +18,5 @@ the remaining steps of a given section. ``` 4. You will be presented with sessions to join, select the one created by the script
- -
\ No newline at end of file + + diff --git a/docs/tutorials/tutorial1.md b/docs/tutorials/tutorial1.md index c92f4b4e..75f13c7c 100644 --- a/docs/tutorials/tutorial1.md +++ b/docs/tutorials/tutorial1.md @@ -1,10 +1,12 @@ # Tutorial 1 - Wired Network +## Overview + This tutorial will cover some use cases when using a wired 2 node scenario in CORE.- +
## Files @@ -44,11 +46,11 @@ between nodes in CORE. ``` * In the GUI menu bar select **File->Open...**, then navigate to and select **scenario.xml**- +
* You can now click on the **Start Session** button to run the scenario- +
* Open a terminal on **n1** by double clicking it in the GUI * Run the following in **n1** terminal @@ -82,11 +84,11 @@ traffic being sent/received among many other uses. ``` * In the GUI menu bar select **File->Open...**, then navigate to and select **scenario.xml**- +
* You can now click on the **Start Session** button to run the scenario- +
* Open a terminal on **n1** by double clicking it in the GUI * Open a terminal on **n2** by double clicking it in the GUI @@ -121,20 +123,20 @@ beneficial for understanding how software will behave in adverse conditions. ``` * In the GUI menu bar select **File->Open...**, then navigate to and select **scenario.xml**- +
* You can now click on the **Start Session** button to run the scenario- +
* Right click the link between **n1** and **n2** * Select **Configure**- +
* Update the loss to **25**- +
* Open a terminal on **n1** by double clicking it in the GUI * Run the following in **n1** terminal @@ -164,11 +166,11 @@ within the nodes of our scenario. ``` * In the GUI menu bar select **File->Open...**, then navigate to and select **scenario.xml**- +
* You can now click on the **Start Session** button to run the scenario- +
* Open a terminal on **n1** by double clicking it in the GUI * Run the following in **n1** terminal @@ -214,11 +216,11 @@ using `tail -f` to observe the output of running software. ``` * In the GUI menu bar select **File->Open...**, then navigate to and select **scenario_service.xml**- +
* You can now click on the **Start Session** button to run the scenario- +
* Open a terminal on **n1** by double clicking it in the GUI * Run the following in **n1** terminal @@ -247,4 +249,4 @@ using `tail -f` to observe the output of running software. [10.0.0.21:44362] hello world ``` ---8<-- "common/grpc.md" \ No newline at end of file +--8<-- "tutorials/common/grpc.md" diff --git a/mkdocs.yml b/mkdocs.yml index 63009774..d44b7ca2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -38,6 +38,9 @@ nav: - Overview: install.md - Ubuntu: install_ubuntu.md - CentOS: install_centos.md + - Tutorials: + - Setup: tutorials/setup.md + - Tutorial 1: tutorials/tutorial1.md - Detailed Topics: - GUI: gui.md - Node Types: