The online racing simulator
Did not receive track info server setup
1
(26 posts, started )
#1 - 4n4n
Did not receive track info server setup
Hello
Demo server 6.j version
I want to establish locally.
As we enter the local IP tab.
We are entering the port and password.
I can log in, my friend can not log in.

Mistakes that to my friend's screen: Did not receive track info
Problem & Error: Did not receive track info

What is wrong?
I can log in.
cannot make my friends.

I think that the local server for the following settings:
/usemaster=no


setup.cfg I set ;
Quote :
// Example host configuration file
// How to use: LFS /cfg=setup.cfg
// Lines starting with // are ignored

// host name
/host=^4DRAG RACE

// optional: password
/pass=xxx

// optional: admin password
/admin=xxxx1

// no/yes/hidden
/usemaster=no

// demo/s1/s2
/mode=demo

// optional: InSim port
/insim=29999

// optional: local specified ip address
/ip=192.168.2.3

// a high number below 65536
/port=63158

// BL1/BL1R/BL2, SO1/SO1R/SO2, etc
/track=BL1

// optional: weather
//weather=1

// cars allowed - see README.txt
/cars=XFG

// max guests that can join host
/maxguests=12

// slots reserved for admins (0 to 8)
/adminslots=0

// max cars in a race
/carsmax=8

// max cars (real+ai) per guest pc
/carsguest=1

// smoothness (3-6) number of car updates per second
/pps=4

// qualifying minutes, 0 for no qualifying
/qual=0

// number of laps, 0 for practice
/laps=0

// if laps not specified: hours
//hours=24

// 0=no/1=low/2=high
/wind=0

// no/yes: can guests vote to kick or ban
/vote=no

// no/yes: can guests select track
/select=no

// no/kick/ban/spec: wrong way drivers
/autokick=no

// no restart within X seconds of race start
/rstmin=10

// no restart within X seconds of race finish
/rstend=10

// no/yes: allow join during race
/midrace=yes

// no/yes: pit stop required
/mustpit=no

// no/yes: allow car reset
/canreset=yes

// no/yes: force cockpit view
/fcv=no

// no/yes: allow wrong way driving
/cruise=yes

// fixed/finish/reverse/random: race start order
/start=finish

// optional: use the specified player name
/player=^4DRAG RACE

// optional: welcome message up to 200 chars
/welcome=welcome.txt

// optional: text file listing allowed tracks
//tracks=tracks.txt

// optional: message log file
//log=deb.log

// MPR autosave (0=off / 1=manual / 2=auto)
/autosave=2

// MPR folder
/mprdir=mpr

// LYT folder
/lytdir=layout


#2 - Haniz
same my problem Frown
#3 - MrSam
Allow the lfs.exe server file in your windows firewall.
Allow port of the server (/port=63392) in your router with UDP and TCP.
#4 - Haniz
Quote from MrSam :Allow the lfs.exe server file in your windows firewall.
Allow port of the server (/port=63392) in your router with UDP and TCP.

i have Linux Debian 8 64 bit not windows < how do it ??
#5 - MrSam
Maybe something like this :
iptables -t filter -A INPUT -p tcp --dport 63392 -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 63392 -j ACCEPT

and for check :
iptables --list
#6 - Haniz
Quote from MrSam :Maybe something like this :
iptables -t filter -A INPUT -p tcp --dport 63392 -j ACCEPT
iptables -t filter -A INPUT -p udp --dport 63392 -j ACCEPT

and for check :
iptables --list



and




and

#7 - MrSam
Make sure you have the correct ip on the setup.cfg file.
/ip=x.x.x.x

Check by typing :
Ifconfig

After that I have no idea.
#8 - Haniz
Quote from MrSam :Make sure you have the correct ip on the setup.cfg file.
/ip=x.x.x.x

Check by typing :
Ifconfig

After that I have no idea.

#9 - MrSam
Replace that :
//ip=17....

By :
/ip=17...

not this //
but this /
Quote from MrSam :Replace that :
//ip=17....

By :
/ip=17...

not this //
but this /



and same problem Frown

Last thing you can try is change the port in your setup.cfg file :
/port=9999
by :
/port=63392

Maybe 9999 port is already used.
Quote from MrSam :Last thing you can try is change the port in your setup.cfg file :
/port=9999
by :
/port=63392

Maybe 9999 port is already used.

same problem and it's say in log

lfs=0.6H
status=online
guests=0
maxguests=8
host=Test
pass=
usemaster=yes
trackcfg=BL1
cars=00111000000000000000
qual=0
laps=5
conn=
You can try to see if you port is really open.
google scan port online
and Choose one website. put your ip and port 63392 and see if this port is open.
Quote from MrSam :You can try to see if you port is really open.
google scan port online
and Choose one website. put your ip and port 63392 and see if this port is open.

i don't have any ideas , about this



err:winsock:interface_bind Failed to bind to interface, receiving broadcast packets will not work on socket 0074.

!!!

Do you have Skype ??
I dont use skype sorry.

I dont know where come your problem, maybe your version of wine.
Quote from MrSam :I dont use skype sorry.

I dont know where come your problem, maybe your version of wine.

how can i know the version ?
what the best version ?
If I remember correctly on Linux, you need :
1) apt-get update
2) apt-get upgrade
3) apt-get install wine
4) reboot
5) iptables -t filter -A INPUT -p tcp --dport 63392 -j ACCEPT
6) iptables -t filter -A INPUT -p udp --dport 63392 -j ACCEPT
7) cd \LFS
8) nohup wine LFS.exe /cfg=setup.cfg >/dev/null & echo $! >lfs.pid
Of course you should use an official LFS version, as you do not have a license. In the setup.cfg file :
/mode=demo
Quote from MrSam :If I remember correctly on Linux, you need :
1) apt-get update
2) apt-get upgrade
3) apt-get install wine
4) reboot
5) iptables -t filter -A INPUT -p tcp --dport 63392 -j ACCEPT
6) iptables -t filter -A INPUT -p udp --dport 63392 -j ACCEPT
7) cd \LFS
8) nohup wine LFS.exe /cfg=setup.cfg >/dev/null & echo $! >lfs.pid

it's give me that :

it's normal, just :
Ctrl + d

and your server is online.
Unfortunately I do not know what else to say.
It should work.

Maybe someone else could help you, I may have forgotten something.
Sorry for not being able to help you more!
Quote from MrSam :Unfortunately I do not know what else to say.
It should work.

Maybe someone else could help you, I may have forgotten something.
Sorry for not being able to help you more!

Frown
Thank you for trying to help me

Can anyone help me ?
1

FGED GREDG RDFGDR GSFDG