Red Dead Redemption 2

Red Dead Redemption 2

評價次數不足
How to make your NAT Type Open
由 Pino 發表
This will change your NAT Type to Open and maybe fix the most network problems.
   
獎勵
加入最愛
已加入最愛
移除最愛
Explanation
Since a certain time Rockstar Games no more uses a fixed port range for its games. Instead they use the "Dynamic Port Range" set in Windows.

This makes Port Forwarding useless and it is the main reason for many problems.

At the moment the only way I found is to set temporary this port range to a minimum of 300 Ports. In this command line from 27000 to 27300 (because steam also share this range)
1. Open Ports on your Router
  • 6672 UDP
  • 61455-61458 UDP
  • 27000-27300 UDP
2. Change temporary the Dynamic Port Range
Start > Windows System > Command Prompt (right click: run as administrator)
netsh int ipv4 set dynamicportrange protocol=udp startport=27000 numberofports=300 store=active
(After PC restart this will be reset to default!)
Better Option is to make an cmd script for that:
  1. Make a new Text document and change the type from .txt to .cmd
  2. Edit the file
    netsh int ipv4 set dynamicportrange protocol=udp startport=27000 numberofports=300 store=active pause netsh int ipv4 set dynamicportrange protocol=udp startport=49152 numberofports=16384 store=active
  3. Save it
Now you can always run this script (right click: run as administrator) before you start RDR2. After playing and "Press any key to continue . . ." the Dynamic Port Range will be reset to default (same as restart your PC) and the Console will be close itself.
Notes
- Tested on a fresh Windows and should always work. (NAT Type Open)
- NAT Typ can be found in the Social Club InGame Overlay
- Use https://portforward.com/router.htm if you need help with your router.
- Steam should already managed the Windows Firewall. Don't use other firewalls.
- Yes this works also for GTA 5.
11 則留言
FQNZ 2021 年 4 月 4 日 上午 12:45 
Just use VPN unlimited and set server to california works every time
Minato 2021 年 2 月 17 日 上午 6:36 
working but not always
Mr. Masochism 2020 年 10 月 2 日 上午 3:37 
actually made it worse for me lol..
Bomjahed 2020 年 4 月 18 日 上午 1:23 
Sometimes its all about your internet service provider.Mine is shit so I have strict NAT in every game, no matter what I do on my side.
Pino  [作者] 2020 年 4 月 10 日 上午 2:17 
maybe this port is already open in a another port range you opened? don't know about your router
Gabriel 2020 年 4 月 9 日 下午 9:17 
when i tried to open the 6672 port, meu router Just say's "there wss an unexpected error while saving this rule check the data and teu again"
NIKopol 2020 年 4 月 8 日 上午 9:45 
all is open and correct, all other my games have Open NAT
Only in RDR2 I have the Moderate NAT and this endless "ERR_GFX_STATE" error every 1-2 hours. This game is just broken
Pino  [作者] 2020 年 4 月 8 日 上午 9:38 
Is the port (behind the : ) of your public and privat adress (ingame) the same? Otherwise you have a double NAT (two routers in your home).

With "netsh int ipv4 show dynamicportrange protocol=udp" you can test if the dynamic port range is set correctly in windows. (27000 and 300)

Also make sure you open the ports on your router. Two of my friends tested this too and it should work.
NIKopol 2020 年 4 月 8 日 上午 9:15 
Not working, my NAT still "Moderate"
Pino  [作者] 2020 年 4 月 5 日 下午 3:58 
Worked?