News:

Status: CAVOK

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - malstrom82

#1
Plan-G / Re: msfs network connection problem
January 08, 2021, 07:39:34 PM
Hello!

Connection problems on network-pc here too.
Read through the documents and forum threads.

windows10 on both computers, msfs via steam.
port 4501 allowed in firewall on both pc's.
tried opening plan-g as administrator and not.
SimConnect.xlm as per below, on sim-pc. Located in C:\Users\Malstrom\AppData\Roaming\Microsoft Flight Simulator (msfs via steam).
SimConnect.cfg as attached, on laptop. Located directly under Documents (also tried inside the plan-g program folder).
logfile from laptop attached.
in Plan-G i setup with SimConnect2, using IPv4, address and port as per the xlm/cfg files.
(SimConnect1-option doesn't do anything).

when pressing connect, it disconnects almost immediately and crashes the program.
in the logfile all i can see is that line with time-out.
is there any issue regarding having two IPv4-entries in the xlm-file? (the added one on the bottom, and the pre-existing one above)?

Assistance appreciated! =)

------------------------------------------------------------------

<?xml version="1.0" encoding="Windows-1252"?>

<SimBase.Document Type="SimConnect" version="1,0">
    <Descr>SimConnect Server Configuration</Descr>
    <Filename>SimConnect.xml</Filename>
    <SimConnect.Comm>
        <Descr>Static IP4 port</Descr>
        <Protocol>IPv4</Protocol>
        <Scope>local</Scope>
        <Port>500</Port>
        <MaxClients>64</MaxClients>
        <MaxRecvSize>41088</MaxRecvSize>
    </SimConnect.Comm>
    <SimConnect.Comm>
        <Descr>Static IP6 port</Descr>
        <Protocol>IPv6</Protocol>
        <Scope>local</Scope>
        <Port>501</Port>
        <MaxClients>64</MaxClients>
        <MaxRecvSize>41088</MaxRecvSize>
    </SimConnect.Comm>
    <SimConnect.Comm>
        <Descr>Custom Pipe</Descr>
        <Protocol>Pipe</Protocol>
        <Scope>local</Scope>
        <Port>Custom\SimConnect</Port>
        <MaxClients>64</MaxClients>
        <MaxRecvSize>41088</MaxRecvSize>
    </SimConnect.Comm>
    <SimConnect.Comm>
        <Descr>Dynamic IP4 port</Descr>
        <Protocol>IPv4</Protocol>
        <Scope>local</Scope>
        <Port>0</Port>
        <MaxClients>64</MaxClients>
        <MaxRecvSize>41088</MaxRecvSize>
    </SimConnect.Comm>
    <SimConnect.Comm>
        <Descr>Dynamic IP6 port</Descr>
        <Protocol>IPv6</Protocol>
        <Scope>local</Scope>
        <Port>0</Port>
        <MaxClients>64</MaxClients>
        <MaxRecvSize>41088</MaxRecvSize>
    </SimConnect.Comm>
    <SimConnect.Comm>
        <Descr>Default FSX Pipe</Descr>
        <Protocol>Pipe</Protocol>
        <Scope>local</Scope>
        <Port>0</Port>
        <MaxClients>64</MaxClients>
        <MaxRecvSize>41088</MaxRecvSize>
    </SimConnect.Comm>
   <SimConnect.Comm>
      <Disabled>False</Disabled>
      <Protocol>IPv4</Protocol>
      <Scope>global</Scope>
      <MaxClients>64</MaxClients>
      <Address>192.168.0.103</Address>
      <Port>4501</Port>
   </SimConnect.Comm>
</SimBase.Document>

------------------------------------------------------------------

[SimConnect]
Protocol=IPV4
Address=192.168.0.103
Port=4501
MaxReceiveSize=4096
DisableNagle=0s