From 953ad123973be03d3481594b7e28d8acf2275a46 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 19 May 2024 10:40:26 -0600 Subject: [PATCH] vault backup: 2024-05-19 10:40:26 --- IT/RouterOS port forwarding.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/IT/RouterOS port forwarding.md b/IT/RouterOS port forwarding.md index f69753c..0c1e9e0 100644 --- a/IT/RouterOS port forwarding.md +++ b/IT/RouterOS port forwarding.md @@ -1,14 +1,15 @@ To port forward with RouterOS, you need allow the port through the firewall, *and* actually forward traffic # Allow through the firewall -1. -2. Set `Dst. Address` to the internal IP you want to allow traffic to -3. Set `Protocol` to `6 (tcp)` -4. Set `Dst. Port` to the port you want to allow traffic through -5. Set `In. Interface List` to `all` (I'm sure this isn't the most correct option), but it works -6. Set `Action` to `accept` -7. (Optionally) add a comment expaianin +1. Navigate to IP > Firewall from the sidebar, then go to the Filter Rules tab from the top +2. Select Add new +3. Set `Dst. Address` to the internal IP you want to allow traffic to +4. Set `Protocol` to `6 (tcp)` +5. Set `Dst. Port` to the port you want to allow traffic through +6. Set `In. Interface List` to `all` (I'm sure this isn't the most correct option), but it works +7. Set `Action` to `accept` +8. (Optionally) add a comment explaining what you're doing # Forward traffic -1. Navigate to IP > Firewall > NAT, select `Add New` +1. Navigate to IP > Firewall from the sidebar, then go to the FilteNAT, select `Add New` 2. Set `Chain` to `dstnat`, set `Protocol` to `6 (tcp)` 3. Set `Dst. Port` to the port you want to forward 4. Set `In. Interface List` to `WAN`