Jump to content

GamerGeeky

R3 Early Access
  • Posts

    15
  • Joined

  • Last visited

Everything posted by GamerGeeky

  1. If you can't get your nat open using UPnP or port forwarding and it still is moderate or strict i found out my windows firewall didn't have mw3 ports added so i added them and now with UPnP enabled its open. Just copy and paste this in powershell as admin and check the advanced firewall settings to see if MW3 is listed in both inbound and outbound, and you are good to go. Hope it helps some! $tcpPorts = '3074', '3075', '27015-27030', '27036-27037' New-NetFirewallRule -DisplayName "MW3" -Direction Inbound -Protocol TCP -LocalPort $tcpPorts -Action Allow New-NetFirewallRule -DisplayName "MW3" -Direction Outbound -Protocol TCP -LocalPort $tcpPorts -Action Allow $udpPorts = '3074', '4380', '27000-27036' New-NetFirewallRule -DisplayName "MW3" -Direction Inbound -Protocol UDP -LocalPort $tcpPorts -Action Allow New-NetFirewallRule -DisplayName "MW3" -Direction Outbound -Protocol UDP -LocalPort $tcpPorts -Action Allow
  2. Hey Fraser so Xdefiant is fully out and i see that its on the Divison2/Xdefiant but the issue is even with the geo filtering on, its not picking or choosing said servers in said radius, its pulling from across the world and might need an update or a proper look into it.
  3. thank you!
  4. New to the R3 as i have gotten it today and after fiddling about with it the only one issue i have unless you can do it is to be able to have CC tied to certain profiles you create instead of manually adjusting the slider, like id love to be able to select give me full speeds when torrenting or lets say and then switch to a new profile where CC is saved for gaming or for whatever else!. Other than that its great! absolutely love the router! 1gb up and down from hyperoptic and i was using the basic ISP router they give but this is definitely a step up for sure! thank you!
  5. Possible that i could get the latest firmware!? thank you!
×
×
  • Create New...