Hi all,
ich habe mir vor kurzem einen Live for Speed Server auf Ubuntu installiert, welcher über wineconsole läuft.
Das problem ist, ich möchte eine sogenannte "insim" starten (.NET Executable), was mittels Mono auch klappt, allerdings kann diese insim nicht auf den Server verbinden.
Name der Insim: Airio
Problem/Log:
Firewall(Shorewall) Rules:
ich habe mir vor kurzem einen Live for Speed Server auf Ubuntu installiert, welcher über wineconsole läuft.
Das problem ist, ich möchte eine sogenannte "insim" starten (.NET Executable), was mittels Mono auch klappt, allerdings kann diese insim nicht auf den Server verbinden.
Name der Insim: Airio
Problem/Log:
Code:
indiaXXX:/home/lfs/insim# mono ./Airio.exe
Airio tracker v. 2.5.1 FREE by EQ Worry
Opening connection : TCP ERROR
******************************* Airio Logging ********************************
Airio local logging is now turned on...
******************************** Reinit Airio ********************************
16:38:18 Leaving main loop...
16:38:18 Writing data...
16:38:18 Data written in : 0.00
16:38:18 ST items : 000000 / 000000 / 000000 / 000000 / 000000
16:38:18 Reading WR table...
16:38:18 LFSW WR data read...
16:38:18 Renewed all LFSW WR data...
16:38:18 Reading configs...
16:38:19 Common configs read...
16:38:19 Reading data...
16:38:19 Users read : 0
16:38:19 Tracks read : 0
16:38:19 Combos read : 0
16:38:19 Crosses read : 0
16:38:19 Data read in : 0.00
16:38:19 #1 Starting new instance...
16:38:19 #1 Reading server configuration...
Opening connection : 16:38:19 #1 Opening connection to 127.0.0.1:29999
16:38:19 #1 Connection failed...
16:38:19 #1 AEGIO ERROR : System.Net.Sockets.SocketException
Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remote_end) [0x00000]
at LiveForSpeed.InSim.Aegio.Connection.ConnectionOpen (System.String hostName, Int32 hostPort, System.String adminPass, System.String insimName, Char prefixChar, Boolean hostLocal, Boolean keepColours, Boolean sendNodeLap, Boolean sendMultiCar, UInt16 updateInterval, UInt16 udpPort) [0x00000]
TCP ERROR
16:38:19 Entering main loop...
Code:
ACCEPT $FW net tcp 29999 - - -
ACCEPT net $FW tcp 29999 - - -
ACCEPT $FW net udp 29999
ACCEPT net $FW udp 29999