1.0 KiB
1.0 KiB
To port forward with RouterOS, you need allow the port through the firewall, and actually forward traffic
Allow through the firewall
- Navigate to IP > Firewall from the sidebar, then go to the Filter Rules tab from the top
- Select
Add New
to create a new rule - Set
Dst. Address
to the internal IP you want to allow traffic to - Set
Protocol
to6 (tcp)
- Set
Dst. Port
to the port you want to allow traffic through - Set
In. Interface List
toall
(I'm sure this isn't the most correct option), but it works - Set
Action
toaccept
- (Optionally) add a comment explaining what you're doing
Forward traffic
- Navigate to IP > Firewall from the sidebar, then go to the NAT tab from the top
- Select
Add New
to create a new rule - Set
Chain
todstnat
, setProtocol
to6 (tcp)
- Set
Dst. Port
to the port you want to forward - Set
In. Interface List
toWAN
- Set
Action
todst-nat
- Set
To Addresses
to the internal IP you want the traffic to go to - (Optionally) add a comment explaining what you're doing