vault backup: 2024-05-19 10:39:26

This commit is contained in:
zleyyij 2024-05-19 10:39:26 -06:00
parent 3cdb60324a
commit cf465146f6

View File

@ -1,9 +1,12 @@
To port forward with RouterOS, you need allow the port through the firewall, *and* actually forward traffic To port forward with RouterOS, you need allow the port through the firewall, *and* actually forward traffic
# Allow through the firewall # Allow through the firewall
1. Set `Dst. Address` to the internal IP you want to allow traffic to 1.
2. Set `Protocol` to `6 (tcp)` 2. Set `Dst. Address` to the internal IP you want to allow traffic to
3. Set `Dst. Port` to the port you want to allow traffic through 3. Set `Protocol` to `6 (tcp)`
4. Set `In. Interface List` to `all` (I'm sure this isn't the corre) 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
# Forward traffic # Forward traffic
1. Navigate to IP > Firewall > NAT, select `Add New` 1. Navigate to IP > Firewall > NAT, select `Add New`
2. Set `Chain` to `dstnat`, set `Protocol` to `6 (tcp)` 2. Set `Chain` to `dstnat`, set `Protocol` to `6 (tcp)`