From e590bdfc31fc610f4b5b5dc35e4f1a247ded8a76 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Sun, 19 May 2024 10:36:26 -0600 Subject: [PATCH] vault backup: 2024-05-19 10:36:26 --- IT/RouterOS port forwarding.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/IT/RouterOS port forwarding.md b/IT/RouterOS port forwarding.md index 9f1995d..4650bce 100644 --- a/IT/RouterOS port forwarding.md +++ b/IT/RouterOS port forwarding.md @@ -1,7 +1,10 @@ -To port forward with RouterOS, you need allow the port through the firewall, *and* actually forward the port +To port forward with RouterOS, you need allow the port through the firewall, *and* actually forward traffic +# Allow through th 1. Navigate to IP > Firewall > NAT, 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` 5. Set `Action` to `dst-nat` -6. Set `To Addresses` to the internal IP +6. Set `To Addresses` to the internal IP you want the traffic to go to +7. (Optionally) add a comment explaining what you're doing +