Sign in to follow this  
Followers 0
BosnianArmy

[Help] COD4 Private Server RCON Not Responding

18 posts in this topic

Hello Guys,

 

I need help with my private COD4 server. The problem is the rcon. When I try to connect the B3 system with my cod4 private server, the B3 cmd says: No response.

 

I have made a custom file for in the mod folder with these commands:

 

set rcon_password "bosnianarmy1231"

set rcon_port "28961"

 

Also I tried to connect with a RCON-Tool software to see if the rcon is really responding or not. So what happend is, it connects and few second later it disconnects. I'm not sure if this is a firewall problem or a port problem, etc. 

 

I've looked into the Deathrun console log and nothing interesting. I've looked in the B3 log and I found only this interesting:

 

160531 19:41:55 VERBOSE "RCON sending (127.0.0.1:28961) 'status'"
160531 19:41:56 VERBOSE 'No readable socket'
 

160531 19:41:58	VERBOSE	"RCON sending (127.0.0.1:28961) 'status'"
160531 19:41:59	VERBOSE	'No readable socket'
160531 19:41:59	DEBUG	'Forcing server cvar g_logsync to 1'
160531 19:41:59	VERBOSE	"RCON sending (127.0.0.1:28961) 'set g_logsync 1'"
160531 19:42:00	VERBOSE	'StatusPlugin: Building XML status'
160531 19:42:00	DEBUG	'StatusPlugin: Writing XML status to C:\\Users\\Enes Kalender\\status.xml'
160531 19:42:00	VERBOSE	'No readable socket'
160531 19:42:00	VERBOSE	"RCON sending (127.0.0.1:28961) 'say ^0(^2b3^0)^7: ^2Big Brother Bot is watching you... www.BigBrotherBot.net'"
160531 19:42:01	VERBOSE	'No readable socket'
160531 19:42:01	VERBOSE	"RCON sending (127.0.0.1:28961) 'fs_game'"
160531 19:42:01	VERBOSE	'No readable socket'
160531 19:42:01	DEBUG	'Get cvar fs_game = []'
160531 19:42:01	WARNING	'Could not query server for fs_game'
160531 19:42:01	VERBOSE	"RCON sending (127.0.0.1:28961) 'fs_basepath'"
160531 19:42:02	VERBOSE	'No readable socket'
160531 19:42:02	DEBUG	'Get cvar fs_basepath = []'
160531 19:42:02	WARNING	'Could not query server for fs_basepath'
160531 19:42:02	VERBOSE	"RCON sending (127.0.0.1:28961) 'fs_homepath'"
160531 19:42:03	VERBOSE	'No readable socket'
160531 19:42:03	DEBUG	'Get cvar fs_homepath = []'
160531 19:42:03	WARNING	'Could not query server for fs_homepath'
160531 19:42:03	VERBOSE	"RCON sending (127.0.0.1:28961) 'shortversion'"
160531 19:42:04	VERBOSE	'No readable socket'
160531 19:42:04	DEBUG	'Get cvar shortversion = []'
160531 19:42:04	WARNING	'Could not query server for shortversion'
160531 19:42:04	DEBUG	'Parser started.'

My b3.xml:

 

  <settings name="server">
    <set name="rcon_password">bosnianarmy1231</set>
    <set name="port">28961</set>
    <set name="public_ip">127.0.0.1</set>
    <set name="rcon_ip">127.0.0.1</set>
    <set name="delay">0.33</set>
    <set name="lines_per_second">50</set>
    <set name="punkbuster">off</set>
    <set name="game_log">D:\STEAM GAMES\steamapps\common\Call of Duty 4\Mods\b3deathrun\games_mp.log</set>
  </settings>
 
AND my runDedicatedServer.batch file:
 
cd ..\..\
iw3mp.exe +set fs_game "mods\b3deathrun" +set dedicated 2 +set net_port 28960 +set g_gametype "deathrun" +exec server.cfg +map mp_dr_likeabossv2 +set rcon_password "bosnianarmy1231" +exec fix.cfg
 
And my router for portforwarding:
 
83fbf6fcf4eae33b3086d75cdd340bac.png
 
(Beide means both, it selects automaticly UDP and TCP).
0

Share this post


Link to post
Share on other sites

I told you about the port number in shoutbox already... FFS do you ever read? You have the port set to 28960 in your batch script whilst B3 is trying to connect to a server on 28961...

1

Share this post


Link to post
Share on other sites

VERBOSE    'No readable socket' - Lost connection to game server

 

question

1) do you see b3 sending console messages in the cod4 console

2) are you able connect to the server through cod4

if so answer these questions

2a) do you see b3 messages such as "Big Brother Bot is watching you... www.BigBrotherBot.net'"

2b) do you get any response when typing !help

3) triple check to make sure port numbers are the same. Type in cod4 server console net_port and compare it to b3.

0

Share this post


Link to post
Share on other sites

2A:  Yes

 

2B: No :Dave:

 

3: "net_port" is: "28960" default: "28960"

  Domain is any integer from 0 to 65535
 
And yes the same to B3.xml
 
  <set name="port">28960</set>
  <set name="public_ip">127.0.0.1</set>
  <set name="rcon_ip">127.0.0.1</set>
0

Share this post


Link to post
Share on other sites

The only thing what I see in the COD4 Console is this when I put the B3 on, spamming it to:

 

"sv_hostname" is: "Death Run 1.1 | www.braxi.cba.pl" default: "CoD4Host"
  Domain is any text
 
Rcon from 127.0.0.1:-4850:
 
sv_hostname
 
"sv_hostname" is: "Death Run 1.1 | www.braxi.cba.pl" default: "CoD4Host"
  Domain is any text
 
Rcon from 127.0.0.1:-4850:
 
sv_hostname
 
"sv_hostname" is: "Death Run 1.1 | www.braxi.cba.pl" default: "CoD4Host"
  Domain is any text
 
Rcon from 127.0.0.1:-4850:
sv_hostname
 
"sv_hostname" is: "Death Run 1.1 | www.braxi.cba.pl" default: "CoD4Host"
  Domain is any text
0

Share this post


Link to post
Share on other sites

can you just take a screen shot pl0x?

0

Share this post


Link to post
Share on other sites

make sure the setting game_log is actually going where the cod4 write its logs

0

Share this post


Link to post
Share on other sites

I don't see where directory 1 is going. but all i know is you've got multiple problems :dave:

 

try changing "public_ip" to your actual ip address and see if that changes anything

0

Share this post


Link to post
Share on other sites

try changing "public_ip" to your actual ip address and see if that changes anything

You can't send/receive data to/from your own public IP. 127.0.0.1/localhost is just fine. ;)

 

By actual IP you mean the ISP IP?
No clue what an ISP IP is supposed to be but he means your public IP, as in the one used by your router to send/receive data on the internet.
0

Share this post


Link to post
Share on other sites

 

You can't send/receive data to/from your own public IP. 127.0.0.1/localhost is just fine. ;)

never know it might work

0

Share this post


Link to post
Share on other sites

Tried my public IP with my Router IP and RCON IP is then my laptop's IP (not 127.0.0.1 but 192.168.0.12). And yet still doesn't work. Also tried public and rcon IP with my laptop's IP.

 

I have no idea anymore, I'm getting headache from this :dave: (not litteraly).

 

 

 

EDIT:

 

I just found this out after using the command net_ip:

 

"net_ip" is: "0.0.0.0" default: "0.0.0.0"

 

I tried net_port as well and that one is normal: 28960.

 

EDIT EDIT:

 

Used the command set net_ip 192.168.0.12 , so the IP from my laptop. Restarted the server with 2 commands: net_restart and fast_restart. Changed the b3.xml file with both command lines with the same IP and yet it doesn't connect with RCON :rage:.

0

Share this post


Link to post
Share on other sites

 

 

5c1fe8fb5edb48875a7fd2ca90d43818.png

 

 

Lol whats the point of having set the masterserver to cod4master.activision.com? Why not whatever the 1.7a one is? I believe cod4master.activision.com is down and has been for a while.

0

Share this post


Link to post
Share on other sites

cod4master.activision.com is not down. It automatically sends a heartbeat to that master server as well.

 

You should of checked before saying that.

 

cf58e0bd3ae4ce909b0d8ccaaaecacd2.png

0

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  
Followers 0