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