Hello Peter,
Have you run the AI Traffic.exe on the client to establish if simconnect is functional? If it is not functional then:
Use static IP's on both server and client.
The configuration files should reference the server IP address:
SimConnect.cfg
[simConnect]
Protocol=IPv4
Address=192.168.1.102 ( SET YOUR SERVER ADDRESS )
Port=500
MaxReceiveSize=4096
DisableNagle=0
SimConnect.xml
<?xml version="1.0" encoding="Windows-1252"?>
<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.102</Address> ( SET YOUR SERVER ADDRESS )
<MaxClients>64</MaxClients>
<Port>500</Port>
<MaxRecvSize>4096</MaxRecvSize>
<DisableNagle>False</DisableNagle>
</SimConnect.Comm>
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>Auto</Protocol>
<Scope>local</Scope>
</SimConnect.Comm>
</SimBase.Document>