This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user