From 9d42f32059eae22cac0b6fda0c0f73b8a3adda43 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Tue, 15 Apr 2025 22:36:40 +0200 Subject: [PATCH] Mikrotik, 8 --- content/snippets/0250-configuring-a-mikrotik.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/snippets/0250-configuring-a-mikrotik.md b/content/snippets/0250-configuring-a-mikrotik.md index 4c5feb3..e6a0fd5 100644 --- a/content/snippets/0250-configuring-a-mikrotik.md +++ b/content/snippets/0250-configuring-a-mikrotik.md @@ -80,8 +80,7 @@ add action=dst-nat chain=dstnat comment="http server" dst-address-type=local dst log=no log-prefix=http-server protocol=tcp to-addresses=10.0.1.100 ``` -This rule says: any access to a local address (one that is configured directly on the router) on port 80/tcp is forwarded to the address 10.0.1.100. That is the address -of the http server. +This rule says: any access to a local address (one that is configured directly on the router) on port 80/tcp is forwarded to the address 10.0.1.100. That is the address of the http server. ## Third Task, Second Challenge: Accessing Servers behind the Router from Clients behind the Router via the public Address of the Router