Community discussions

MikroTik App
 
jake81141
just joined
Topic Author
Posts: 1
Joined: Thu Dec 01, 2016 5:13 am

Port forwarding

Thu Dec 01, 2016 5:17 am

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!
 
erlinden
Forum Guru
Forum Guru
Posts: 2699
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: Port forwarding

Thu Dec 01, 2016 12:50 pm

You can check this link.
 
TyBermea
newbie
Posts: 29
Joined: Mon Nov 02, 2015 3:18 am
Contact:

Re: Port forwarding

Fri Dec 02, 2016 5:40 am

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
 
User avatar
tslytsly
Frequent Visitor
Frequent Visitor
Posts: 65
Joined: Tue Oct 27, 2015 6:52 pm
Location: Nottingham
Contact:

Re: Port forwarding

Fri Dec 02, 2016 9:55 am

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