747 B
747 B
To port forward with RouterOS, you need allow the port through the firewall, and actually forward traffic
Allow through the firewall
- 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 corre)
Forward traffic
- Navigate to IP > Firewall > NAT, select
Add New
- 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