diff --git a/IT/RouterOS port forwarding.md b/IT/RouterOS port forwarding.md index 0af6870..a274eef 100644 --- a/IT/RouterOS port forwarding.md +++ b/IT/RouterOS port forwarding.md @@ -1,6 +1,9 @@ To port forward with RouterOS, you need allow the port through the firewall, *and* actually forward traffic # Allow through the firewall -1. Set `Dst. Address` to the internal IP you want to forw +1. Set `Dst. Address` to the internal IP you want to allow traffic to +2. Set `Protocol` to `6 (tcp)` +3. Set `Dst. Port` to the port you want to allow traffic through +4. Set `In. Interface List` to `all` (I'm sure this isn't the corre) # Forward traffic 1. Navigate to IP > Firewall > NAT, select `Add New` 2. Set `Chain` to `dstnat`, set `Protocol` to `6 (tcp)`