Title: OA server debian
Post by: [snif] on November 15, 2009, 06:05:45 AM
Hello everyone, I run my server with the command: openarena-server +exec server.cfg
The server gives me information: ioq3+oa 1.35 linux-x86_64 Aug 22 2009 ----- FS_Startup ----- Current search path: /home/openarena/.openarena/baseoa /usr/share/games/openarena/baseoa/pak6-misc.pk3 (229 files) /usr/share/games/openarena/baseoa/pak5-TA.pk3 (139 files) /usr/share/games/openarena/baseoa/pak4-textures.pk3 (1753 files) /usr/share/games/openarena/baseoa/pak2-players.pk3 (669 files) /usr/share/games/openarena/baseoa/pak2-players-mature.pk3 (231 files) /usr/share/games/openarena/baseoa/pak1-maps.pk3 (100 files) /usr/share/games/openarena/baseoa/pak0.pk3 (1042 files) /usr/share/games/openarena/baseoa
---------------------- 4163 files in pk3 files execing default.cfg execing q3config_server.cfg couldn't exec autoexec.cfg Hunk_Clear: reset the hunk ok --- Common Initialization Complete --- IP: 127.0.0.1 IP: 192.168.1.101 IP6: ::1 Opening IP socket: 0.0.0.0:27960 execing server.cfg net_ip will be changed upon restarting. g_gametype will be changed upon restarting.
Here configuration file server.cfg: sets "Admin" "[snif]" sets "Email" "root@snifer.ru" sets "ICQ" "926920" sets "Website" "http://oa.snifer.ru" sets "Location" "Russia" seta net_ip 95.31.9.190 seta net_port 27960 seta sv_maxping 999 seta sv_minping 0 seta g_delaghitscan 1 seta sv_hostname"SNIFER" seta sv_maxclients 8 seta g_motd "SNIFER SERVER" seta rconpassword "password" seta g_teamForceBalance 1 seta g_instantgib 1 seta fraglimit 40 seta timelimit 20 seta sv_master1 "dpmaster.deathmask.net" seta sv_pure 0 seta sv_maxrate 25000 seta capturelimit 10 seta g_inactivity 100 seta g_allowvote 1 seta g_gametype 4 seta g_gametype 4 seta bot_minplayers 2 set m1 "map oa_ctf4ish; set nextmap vstr m2" set m2 "map ctf_gate1; set nextmap vstr m3" set m3 "map oa_bases7; set nextmap vstr m4" set m4 "map ps37ctf; set nextmap vstr m5" set m5 "map oasago2; set nextmap vstr m6" set m6 "map oa_bases5; set nextmap vstr m1" vstr v1
As a result, the server is not working, help me
Title: Re: OA server debian
Post by: Cacatoes on November 15, 2009, 06:27:38 AM
You mistyped the vstr variable, try vstr m1.
Title: Re: OA server debian
Post by: [snif] on November 15, 2009, 06:37:57 AM
Now the server is started but it is not visible in the list of servers. The server displays the message: --- Common Initialization Complete --- IP: 127.0.0.1 IP: 192.168.1.101 IP6: ::1 Opening IP socket: 95.31.9.190:27960 WARNING: NET_IPSocket: bind: Cannot assign requested address Opening IP socket: 95.31.9.190:27961 WARNING: NET_IPSocket: bind: Cannot assign requested address Opening IP socket: 95.31.9.190:27962 WARNING: NET_IPSocket: bind: Cannot assign requested address Opening IP socket: 95.31.9.190:27963 WARNING: NET_IPSocket: bind: Cannot assign requested address Opening IP socket: 95.31.9.190:27964 WARNING: NET_IPSocket: bind: Cannot assign requested address Opening IP socket: 95.31.9.190:27965 WARNING: NET_IPSocket: bind: Cannot assign requested address Opening IP socket: 95.31.9.190:27966 WARNING: NET_IPSocket: bind: Cannot assign requested address Opening IP socket: 95.31.9.190:27967 WARNING: NET_IPSocket: bind: Cannot assign requested address Opening IP socket: 95.31.9.190:27968 WARNING: NET_IPSocket: bind: Cannot assign requested address Opening IP socket: 95.31.9.190:27969 WARNING: NET_IPSocket: bind: Cannot assign requested address WARNING: Couldn't bind to a v4 ip address.
Title: Re: OA server debian
Post by: Cacatoes on November 15, 2009, 06:43:25 AM
Check that you don't already have some server running.
There may be some other reasons of why it doesn't want to open socket, wrong ip address ? You may try to run your server on an IP of your local interface (192.168.x.x).
Title: Re: OA server debian
Post by: [snif] on November 15, 2009, 06:51:24 AM
local ip opens, but the list of servers from my server, no (in the list of local servers)
Title: Re: OA server debian
Post by: Cacatoes on November 15, 2009, 07:41:05 AM
You mean your server isn't listed in local ? I think you have to set a value to "dedicated", do you plan to make your server public, only for LAN ? Try that to start the server: openarena-server +exec server.cfg +set dedicated 2
Title: Re: OA server debian
Post by: [snif] on November 15, 2009, 07:52:02 AM
I want to run your server is not for the local network, but for the Internet. Here is what the server displays when entering parameter dedicated --- Common Initialization Complete --- IP: 127.0.0.1 IP: 192.168.1.101 IP6: ::1 Opening IP socket: 192.168.1.101:27960
Title: Re: OA server debian
Post by: Falkland on November 15, 2009, 08:51:49 AM
"But for the love of the Alpacas" (c)JockeTF ....
Again ... you cannot bind an IP which is not associated to a local interface ... this is the same usual case of a server behind a NAT. You have to forward the port 27960 on your router and if your router is a Full cone NAT ( http://en.wikipedia.org/wiki/Network_address_translation#Types_of_NAT ) you will probably see your server listed in the dpmaster.
|