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 Newto create a new rule - Set
Dst. Addressto the internal IP you want to allow traffic to - Set
Protocolto6 (tcp) - Set
Dst. Portto the port you want to allow traffic through - Set
In. Interface Listtoall(I'm sure this isn't the most correct option), but it works - Set
Actiontoaccept - (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 Newto create a new rule - Set
Chaintodstnat, setProtocolto6 (tcp) - Set
Dst. Portto the port you want to forward - Set
In. Interface ListtoWAN - Set
Actiontodst-nat - Set
To Addressesto the internal IP you want the traffic to go to - (Optionally) add a comment explaining what you're doing