Hi Dean,
I've just restored the configuration I used to have on .141 machine. However I did noticed a small change. Apparently Airio can't connect to the server using '127.0.01' in airio.con1.txt but the public address works
Here's the error I've got in airio log.txt
12.07.10 17:01:19 #1 Opening connection to 127.0.0.1:17525
12.07.10 17:01:20 #1 Connection failed...
12.07.10 17:01:20 #1 AEGIO ERROR : System.Net.Sockets.SocketException
No connection could be made because the target machine actively refused it 127.0.0.1:17525
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at LiveForSpeed.InSim.Aegio.Connection.ConnectionOpen(String hostName, Int32 hostPort, String adminPass, String insimName, Char prefixChar, Boolean hostLocal, Boolean keepColours, Boolean sendNodeLap, Boolean sendMultiCar, Boolean sendHits, Boolean sendAutoX, UInt16 updateInterval, UInt16 udpPort) in d:\Development Files\LFS_Aegio\InSimConnection.cs:line 141
Changing the conf with the public address fixed the issue
12.07.10 17:05:49 #1 Opening connection to 81.19.212.62:17525
12.07.10 17:05:49 #1 Connection opened...
Don't know if I'm alone to have the issue but was thinking it might help to post.
Cheers,
-sb