vault backup: 2024-05-19 10:41:27
This commit is contained in:
parent
953ad12397
commit
9cec159e82
@ -1,7 +1,7 @@
|
|||||||
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. Navigate to IP > Firewall from the sidebar, then go to the Filter Rules tab from the top
|
1. Navigate to IP > Firewall from the sidebar, then go to the Filter Rules tab from the top
|
||||||
2. Select Add new
|
2. Select `Add New` to create a new rule
|
||||||
3. Set `Dst. Address` to the internal IP you want to allow traffic to
|
3. Set `Dst. Address` to the internal IP you want to allow traffic to
|
||||||
4. Set `Protocol` to `6 (tcp)`
|
4. Set `Protocol` to `6 (tcp)`
|
||||||
5. Set `Dst. Port` to the port you want to allow traffic through
|
5. Set `Dst. Port` to the port you want to allow traffic through
|
||||||
@ -9,11 +9,12 @@ To port forward with RouterOS, you need allow the port through the firewall, *an
|
|||||||
7. Set `Action` to `accept`
|
7. Set `Action` to `accept`
|
||||||
8. (Optionally) add a comment explaining what you're doing
|
8. (Optionally) add a comment explaining what you're doing
|
||||||
# Forward traffic
|
# Forward traffic
|
||||||
1. Navigate to IP > Firewall from the sidebar, then go to the FilteNAT, select `Add New`
|
1. Navigate to IP > Firewall from the sidebar, then go to the NAT tab from the top
|
||||||
2. Set `Chain` to `dstnat`, set `Protocol` to `6 (tcp)`
|
2. Select `Add New` to create a new rule
|
||||||
3. Set `Dst. Port` to the port you want to forward
|
3. Set `Chain` to `dstnat`, set `Protocol` to `6 (tcp)`
|
||||||
4. Set `In. Interface List` to `WAN`
|
4. Set `Dst. Port` to the port you want to forward
|
||||||
5. Set `Action` to `dst-nat`
|
5. Set `In. Interface List` to `WAN`
|
||||||
6. Set `To Addresses` to the internal IP you want the traffic to go to
|
6. Set `Action` to `dst-nat`
|
||||||
7. (Optionally) add a comment explaining what you're doing
|
7. Set `To Addresses` to the internal IP you want the traffic to go to
|
||||||
|
8. (Optionally) add a comment explaining what you're doing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user