EarthNet Troubleshooting: Difference between revisions

no edit summary
No edit summary
Line 47:
NetworkCategory : Private
 
==== Troubleshooting Commands ====
''View active rules''
''View network connection profiles''
Get-NetConnectionProfile
''View OpenVPN VPN Profiles & configuration''
"%programfiles%\OpenVPN\bin\OpenVPN.exe" --list-profiles
type %userprofile%\OpenVPN\config\IE-VPN\IE-VPN.ovpn
''View active firewall rules for Earth 2150 / 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’}
''View registry addresses listed under EartrhNet''
Get-ItemProperty -Path "HKCU:\Software\Topware\TheMoonProject\BaseGame\Network\EarthNet" -Name AddressIP
''Disable upnp service (run as admin)''
Set-Service -Name upnphost -StartupType “Disabled”
==== Misc ====
 
1,180

edits