EarthNet Troubleshooting: Difference between revisions

Line 20:
To open these ports in Windows Firewall run the following commands in PowerShell (run as admin):
 
New-NetFirewallRule -DisplayName "DirectPlay_Earth2150_TCP" -Direction Inbound -Action Allow -EdgeTraversalPolicy Allow -Protocol TCP -LocalPort 47624,2300-2400
New-NetFirewallRule -DisplayName "DirectPlay_Earth2150_UDP" -Direction Inbound -Action Allow -EdgeTraversalPolicy Allow -Protocol UDP -LocalPort 47624,2300-2400
 
Usually it's not required if you didn't ignore initial Windows Firewall dialogs when you start multiplayer session at very first time:
1,180

edits