Page 1 of 1

Port forwarding

Posted: Thu Dec 01, 2016 5:17 am
by jake81141
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!

Re: Port forwarding

Posted: Thu Dec 01, 2016 12:50 pm
by erlinden
You can check this link.

Re: Port forwarding

Posted: Fri Dec 02, 2016 5:40 am
by TyBermea
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

Re: Port forwarding

Posted: Fri Dec 02, 2016 9:55 am
by tslytsly
You can check this link.
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