EarthNet Troubleshooting: Difference between revisions

 
(3 intermediate revisions by the same user not shown)
Line 5:
 
=== Automatic ===
# Download and run (as admin) the releventrelevant following PowerShell script;
## [https://raw.githubusercontent.com/InsideEarth2150/Files/main/EarthNet/Earth2150-EarthNet-Configurator.ps1 Earth2150: EarthNet Configurator]
## [https://raw.githubusercontent.com/InsideEarth2160/Files/main/EarthNet/Earth2160-EarthNet-Configurator.ps1 Earth2160: EarthNet Configurator]
 
=== Manual ===
Line 20:
To Join Games: TCP/UDP 2300-2400
To Host Games: TCP/UDP 47624
Voice Comms: UDP 6073
 
==== EarthNet Windows Firewall Rules ====
To open these ports in Windows Firewall run the following commands in PowerShell (run as admin):
 
New-NetFirewallRule -DisplayName "DirectPlay_Earth21xx_TCP" -Direction Inbound -Action Allow -Protocol TCP -LocalPort 47624,2300-2400
New-NetFirewallRule -DisplayName "DirectPlay_Earth21xx_UDP" -Direction Inbound -Action Allow -Protocol UDP -LocalPort 47624,6073,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