diff --git a/index.html b/index.html index ec59f16..2d2f9d3 100644 --- a/index.html +++ b/index.html @@ -222,6 +222,7 @@ dst IPCapture data sent to this host only net CIDRCapture data to or from this subnet port numberUse service name instead of port + port not num|nameExclude port or service in report

tcp flags

[S] SYNC [.|A] ACKNOWLEDGE @@ -265,6 +266,41 @@ -i floatset interval, default is 1 second + + +

iptables

+ -vLShows rules hit counters + -A chainAppend rule to chain + -I chain numInsert rule to chain at position + -s chain numPackages from source + -d chain numPackages to destination + -j targetApply target to rule + -m extensionUse an extension to match packet + -LList all rules, use -t for specific tables +

chains

+ A chain defines a set of rules. They do not need either a source nor a destination. They can be applied to those later. + OUTPUT - When a package is sent + INPUT - When a package is received + FORWARD - When a package is forwarded + USER DEFINED - You can define a user defined chain and apply it to any source/destination. +
+
+ + +

Fibre cables color coding

+  OM1/2 multi-mode +  OM3 multi-mode +  OM4 multi-mode +  OM5 multi-mode +  OS1/2 single-mode PC with a blue plug +  OS1/2 single-mode APC with a green plug +
+
+ + +

SFP

+
+

Provided by tuxstash.de