From 9a0da71873ab952283b4849bab54c8079dd3cf02 Mon Sep 17 00:00:00 2001 From: test2 Date: Fri, 12 Jun 2020 02:40:36 +0300 Subject: [PATCH] os2 --- labs/os2/Iptables.adoc | 2 +- labs/os2/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/os2/Iptables.adoc b/labs/os2/Iptables.adoc index 5828aeb..f612014 100644 --- a/labs/os2/Iptables.adoc +++ b/labs/os2/Iptables.adoc @@ -115,7 +115,7 @@ Some packets - while other packets are generated by local processes; hence start at **Local Process** and proceed downward through the flowchart. -A detailed explanation http://docs.swarmlab.io/lab/sec/ex-3a_iptables-flow-chart.adoc.html[here]. +A detailed explanation http://docs.swarmlab.io/SwarmLab-HowTos/labs/os2/ex-3a_iptables-flow-chart.adoc.html[here]. ==== In the vast majority of use cases you won't need to use the **raw**, **mangle**, or **security** tables at all. diff --git a/labs/os2/index.adoc b/labs/os2/index.adoc index d02b098..ecd8edf 100644 --- a/labs/os2/index.adoc +++ b/labs/os2/index.adoc @@ -21,7 +21,7 @@ Apostolos rootApostolos@swarmlab.io **** *tcpdump* is a common packet analyzer that runs under the command line. It allows the user to display TCP/IP and other packets being transmitted or received over a network to which the computer is attached. Distributed under the BSD license, tcpdump is free software. -http://docs.swarmlab.io/labs/os2/network-analysis.adoc.html[Network analysis^] +http://docs.swarmlab.io/SwarmLab-HowTos/labs/os2/network-analysis.adoc.html[Network analysis^] ****