Hi all,
I have successfully set up SimConnect on the same ocmputer as FSX, but now I am trying to connect from a remote computer and have been getting an error.
When I launch FSX it says "Can't init simconnect error"
The SimConnect.xml is:
<SimBase.Document Type="SimConnect" version="1,0">
<Descr>SimConnect</Descr>
<Filename>SimConnect.xml</Filename>
<Disabled>False</Disabled>
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<Address>192.168.1.103</Address>
<MaxClients>64</MaxClients>
<Port>48447</Port>
<MaxRecvSize>4096</MaxRecvSize>
<DisableNagle>False</DisableNagle>
</SimConnect.Comm>
</SimBase.Document>
If I change scope to local and and address to 127.0.0.1 it works fine locally but not remotely.
Any ideas?
Thanks!
-Russell
I have successfully set up SimConnect on the same ocmputer as FSX, but now I am trying to connect from a remote computer and have been getting an error.
When I launch FSX it says "Can't init simconnect error"
The SimConnect.xml is:
<SimBase.Document Type="SimConnect" version="1,0">
<Descr>SimConnect</Descr>
<Filename>SimConnect.xml</Filename>
<Disabled>False</Disabled>
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<Address>192.168.1.103</Address>
<MaxClients>64</MaxClients>
<Port>48447</Port>
<MaxRecvSize>4096</MaxRecvSize>
<DisableNagle>False</DisableNagle>
</SimConnect.Comm>
</SimBase.Document>
If I change scope to local and and address to 127.0.0.1 it works fine locally but not remotely.
Any ideas?
Thanks!
-Russell


