EarthNet Troubleshooting: Difference between revisions

 
(5 intermediate revisions by the same user not shown)
Line 5:
 
=== Automatic ===
# Download and run (as admin) the relevant following PowerShell script - [https://raw.githubusercontent.com/InsideEarth2150/Files/main/EarthNet/Earth2150-EarthNet-Configurator.ps1 Earth2150: EarthNet Configurator];
## [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 14 ⟶ 16:
 
==== EarthNet Ports ====
'''Earth 215021xx''' requires the following game ports to be open <s>and forwarded</s>*, if they are not then you will not be able to connect to or host multiplayer games.
 
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:
Line 64 ⟶ 68:
''View OpenVPN VPN Profiles & configuration''
type %userprofile%\OpenVPN\config\IE-VPN\IE-VPN.ovpn
''View active firewall rules for Earth 215021xx / Direct Play''
Get-NetFirewallRule -DisplayName 'Direct*' | where {$_.enabled -eq ‘true’ -AND $_.direction -eq ‘inbound’}
Get-NetFirewallRule -DisplayName 'Earth*' | where {$_.enabled -eq ‘true’ -AND $_.direction -eq ‘inbound’}
Line 71 ⟶ 75:
Get-ItemProperty -Path "HKCU:\Software\Reality Pump\LostSouls\BaseGame\Network\EarthNet" -Name AddressIP
Get-ItemProperty -Path "HKCU:\Software\TopWare\Earth 2150\BaseGame\Network\EarthNet" -Name AddressIP
Get-ItemProperty -Path "HKCU:\Software\Reality Pump\Earth2160\Network" -Name EarthNet_ServersAddresses
 
== Misc ==
1,180

edits