Port forwarding

I recently bought a PS4 and set it up however I have problems connecting to the PlayStation network and along with Destiny servers. It says my nat type is 3 and strict. I googled what ports need to be open for both but haven’t any idea how to open these ports or forward them in the router settings! Any help or steps to take would be awesome thanks!

You can check this link.

Try using 1:1 NAT. It allows all ports to flow in both directions.

/ip firewall nat add chain=dstnat dst-address=11.11.11.1 action=dst-nat to-addresses=192.168.2.1

/ip firewall nat add chain=srcnat src-address=192.168.2.1 action=src-nat to-addresses=11.11.11.1

This is a good link, but don’t forget to do an accept rule for the traffic in the filter section:

ip firewall filter add connection-nat-state=dstnat action=accept