Mikrotik, 8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-04-15 22:36:40 +02:00
parent eed4f3451a
commit 9d42f32059

View File

@ -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