• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

i can't connect to my cabal server even all work out.

Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
pings to LAN,WAN, database IPs all worked.. but i can't connect to my own server when start the servers all worked fine, no errors at all pluses normal windows 7 firewall off too pluses router all opened ports. what goes wrong?
 
Joined
Dec 14, 2009
Messages
413
Reaction score
104
Is CentOS installed on your Game-PC?

you have to write in your cabal_config.sh the hamachi / Lan IP.
With Wan IP it dosen't work on your Game-PC.

have you installed on your Cabal-Client the Patch from your server?
have you edit the internal.txt in your x:\Cabal\Data folder?
what cabal-client do you use?
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
the recommended one by chumpy pluses all patched.. i tried with LAN IP too but i don't use hamachi. yes its installed in my window 7 with vmware.

schneemann**** do you have have MSN,YIM or any communication programs? maybe you cna help me out about it. i keep getting fail to connect to my server. hey why when i am finding my WAN IP it doesn't shows on the putty or terminal? but only show me that LAN IP for the centos that i assigned to it?

gezz i followed all chumpy guide it endings i can't connecting to my own server, Connecting to Server....ZzzzZzz 'Failed to connect to the server please try again LMAO good game guys thanks for the help maybe i will give it up if i can't try it some more times.
 
Last edited:
Upvote 0
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
We need to see a set of logs from /var/log/cabal really. It failing to connect to the channel is normally a mis-configuration somewhere but there are several places it could be.

If cabal_config can't detect the WAN IP it means the DNS on centos isn't working. The DNS server in the centos networking (type "setup" at putty) should be the same ones as you see under "ipconfig /all" on Windows.
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
ahh sorry for the late reply, i was working on my Dekaron P server lol.

i will attach my logs thanks for helping chumpy :)
 

Attachments

You must be registered for see attachments list
Upvote 0
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
First you can't use "localhost" as the server IP when cabal_config asks, it must be the WAN IP (for online) or the centos LAN IP (for local network only). As long as DNS is working it should detect the correct IP for you.

The centos machine also can't connect to your SQL server. Assuming centos can ping windows this is almost always down to SQL not being installed correctly as express default to a "named instance" which won't work and remote connections are also disabled by default. Run the query below and it will check:

Code:
Declare @insname varchar(25)
if convert(varchar(25),serverproperty('instancename')) is null
  set @insname='MSSQLSERVER'
else
  set @insname=convert(varchar(25),serverproperty('instancename'))
  select @insname as 'Instance',
  serverproperty('productversion') as 'Ver', serverproperty('productlevel') as 'SP',
  serverproperty('edition') as 'Edition'
  if @insname<>'MSSQLSERVER'
  begin
    select 'THIS IS BAD! You must reinstall MSSQL. Please follow the guides next time.' as 'MSSQL is a named instance!'
  end

  begin
    Declare @inspath varchar(10),@reg varchar(100),@tcpremote as int
    EXEC master.dbo.xp_regread @rootkey='HKEY_LOCAL_MACHINE',
    @key='Software\Microsoft\Microsoft SQL Server\Instance Names\SQL\',
    @value_name=@insname,
    @value=@inspath OUTPUT
    set @reg='Software\Microsoft\Microsoft SQL Server\' + @inspath + '\MSSQLSERVER\SuperSocketNetLib\tcp\'
    EXEC master.dbo.xp_regread @rootkey='HKEY_LOCAL_MACHINE',
    @key=@reg,
    @value_name='Enabled',
    @value=@tcpremote OUTPUT
    select @inspath as 'Instance path',@tcpremote as 'Remote connections enabled?'
    if @tcpremote='0'
      begin
        EXEC master.dbo.xp_regwrite @rootkey='HKEY_LOCAL_MACHINE',
        @key=@reg, @value_name='Enabled', @type='REG_DWORD',@value=1
        select 'I enabled remote connections ! Please reboot !' as 'Remote connections checker'
      end
    else
      begin
        select 'This is good! I have nothing to do :(' as 'Remote connections checker'
      end
    select account.dbo.fn_md5('test') as 'xp_md5.dll check'
  end
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
hmm i guess was the link server.. caused i only leave it like that when making it. so, i run that query in MSSQL under master? and one more problems when installing cabal server files from winSCP i don't see a root folder on my window's but only can found a root folder on Centos. so. i just copy from my server files on my window's to centos. will that causes any problems? or i need to make a Root folder for my server files first then use WinSCP to copy over to Centos' root?
 
Upvote 0
The Dinosaur
Loyal Member
Joined
Jun 29, 2008
Messages
5,028
Reaction score
999
Upvote 0
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117
thanks chumpy i'll try but first i really followed your guides lol. but a part from the SQl guide that really don't look like mine when assigned the privilege for the user. the rest are fine and matched.

EDIT: i just removed my link server with that guide. what else should i do? or just run the server and try again?

EDIT2: hmm same result i can't connect to my server. btw, what this MSSQL IP when it asked on your centos. i used /home/cabal/cabal_config.sh this time a little weird though it doesn't asked me to put server IP 0.0 only MSSQL IP, username and Password. i put MSSQL IP= my local IP which is 127.0.0.1. caused i can make an account with that IP on chumpy's GM tool. so i guess that is the right MSSQL IP then lol. one more problems its something wrong with my my server? all server started picked a channel but on RAM usages i see only 600m+.. if this really work and i can connect that would be great caused this server really used less RAM lol.

EDIT3 OMG i finally can play it thanks chumpy kiss your feets lol. its was my MSSQL IP that was wrong lol...
 
Last edited:
Upvote 0
Initiate Mage
Joined
Oct 9, 2022
Messages
3
Reaction score
0
Please check my logs i can't log in

[Mon May 29 2023 18:11:32.805661 4147988224]: CASHWEB_URL =
[Mon May 29 2023 18:11:32.805687 4147988224]: CASHWEB_URL_ODC =
[Mon May 29 2023 18:11:32.805694 4147988224]: CASHWEB_URL_CHARGE =
[Mon May 29 2023 18:11:32.805700 4147988224]: GUILDWEB_URL =
[Mon May 29 2023 18:11:32.805706 4147988224]: SNS_URL =
[Mon May 29 2023 18:11:32.805712 4147988224]: UseSubPasswordCheckMessage(0)
[Mon May 29 2023 18:11:32.805717 4147988224]: UseNotifyServerListUserCount(1)
[Mon May 29 2023 18:11:32.805723 4147988224]: UseMachineSerialBotCheck(0)
[Mon May 29 2023 18:11:32.805727 4147988224]: 00:00 => 0
[Mon May 29 2023 18:11:32.805733 4147988224]: V1 = 0, V2 = 5834620, V3 = 0, V4 = 0
[Mon May 29 2023 18:11:32.805738 4147988224]: ImageAuthDataMgr Init Begin
[Mon May 29 2023 18:11:39.026815 4147988224]: ImageAuthDataMgr Init End(Count:2000)
[Mon May 29 2023 18:11:39.027909 4147988224]: try connect 127.0.0.1:38170, Sync
[Mon May 29 2023 18:11:39.027923 4139682624]: CProcessLayer(0)::svc Start [4139682624]
[Mon May 29 2023 18:11:39.057074 4147988224]: sock -1 ->LinkHandler close
[Mon May 29 2023 18:11:39.057142 4147988224]: [##ERROR##] connect 127.0.0.1:38170 fail
[Mon May 29 2023 18:11:39.057153 4147988224]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Mon May 29 2023 18:11:39.057183 4147988224]: [##ERROR##] active fail
[Mon May 29 2023 18:11:39.109878 4147988224]: waiting for the client version
[Mon May 29 2023 18:11:40.028446 4139682624]: CProcessLayer(0)::svc Terminated [4139682624]
[Mon May 29 2023 18:11:40.029015 4147988224]: waiting for the image key
[Mon May 29 2023 18:11:40.029047 4147988224]: try listening 38101 port
[Mon May 29 2023 18:18:22.520664 4147668736]: open log file '/var/log/cabal/LoginSvr_01.log'
[Mon May 29 2023 18:18:22.520937 4147668736]: LOG LEVEL: 3
[Mon May 29 2023 18:18:22.520962 4147668736]: MemPoolUnitSizeClass(2): 24576Bytes
[Mon May 29 2023 18:18:22.521234 4147668736]: Seed: 588732061
[Mon May 29 2023 18:18:22.521437 4147668736]: Start LoginSvr_01 Server
[Mon May 29 2023 18:18:22.521455 4147668736]: SITE_BRA
[Mon May 29 2023 18:18:22.521484 4147668736]: TestChannelGroupIdxStartPoint=50
[Mon May 29 2023 18:18:22.521509 4147668736]: affiliatedCorpIP=127.0.0.1;
[Mon May 29 2023 18:18:22.521518 4147668736]: AdminIP=127.0.0.1;
[Mon May 29 2023 18:18:22.521530 4147668736]: IgnoreClientVersion(1)
[Mon May 29 2023 18:18:22.521729 4147668736]: Auth Usage(0)
[Mon May 29 2023 18:18:22.521744 4147668736]: ImageAuthDataPath(/etc/cabal/ImageAuth_Login/)
[Mon May 29 2023 18:18:22.521752 4147668736]: HTTPService Use (0)
[Mon May 29 2023 18:18:22.521758 4147668736]: AuthMaxTryCount(5)
[Mon May 29 2023 18:18:22.521765 4147668736]: AuthWaitTime(120000)
[Mon May 29 2023 18:18:22.521775 4147668736]: BlockIfAuthFail(0)
[Mon May 29 2023 18:18:22.521786 4147668736]: LoadConfiguration(): HTTPService is off
[Mon May 29 2023 18:18:22.521793 4147668736]: UsePreImageAuth(false)
[Mon May 29 2023 18:18:22.521800 4147668736]: UseServerListManualOrder(0)
[Mon May 29 2023 18:18:22.521827 4147668736]: CASHWEB_URL =
[Mon May 29 2023 18:18:22.521844 4147668736]: CASHWEB_URL_ODC =
[Mon May 29 2023 18:18:22.521854 4147668736]: CASHWEB_URL_CHARGE =
[Mon May 29 2023 18:18:22.521867 4147668736]: GUILDWEB_URL =
[Mon May 29 2023 18:18:22.521879 4147668736]: SNS_URL =
[Mon May 29 2023 18:18:22.521887 4147668736]: UseSubPasswordCheckMessage(0)
[Mon May 29 2023 18:18:22.521894 4147668736]: UseNotifyServerListUserCount(1)
[Mon May 29 2023 18:18:22.521901 4147668736]: UseMachineSerialBotCheck(0)
[Mon May 29 2023 18:18:22.521907 4147668736]: 00:00 => 0
[Mon May 29 2023 18:18:22.521914 4147668736]: V1 = 0, V2 = 5834620, V3 = 0, V4 = 0
[Mon May 29 2023 18:18:22.521921 4147668736]: ImageAuthDataMgr Init Begin
[Mon May 29 2023 18:18:23.283868 4147668736]: ImageAuthDataMgr Init End(Count:2000)
[Mon May 29 2023 18:18:23.284843 4147668736]: try connect 127.0.0.1:38170, Sync
[Mon May 29 2023 18:18:23.285213 4147668736]: sock -1 ->LinkHandler close
[Mon May 29 2023 18:18:23.285247 4147668736]: [##ERROR##] connect 127.0.0.1:38170 fail
[Mon May 29 2023 18:18:23.285258 4147668736]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Mon May 29 2023 18:18:23.285305 4147668736]: [##ERROR##] active fail
[Mon May 29 2023 18:18:23.285179 4139363136]: CProcessLayer(0)::svc Start [4139363136]
[Mon May 29 2023 18:18:23.288486 4139363136]: CProcessLayer(0)::svc Terminated [4139363136]
[Mon May 29 2023 18:18:23.485302 4147668736]: waiting for the client version
[Mon May 29 2023 18:18:23.485362 4147668736]: waiting for the image key
[Mon May 29 2023 18:18:23.485378 4147668736]: try listening 38101 port
[Tue May 30 2023 07:52:55.527952 4148201216]: open log file '/var/log/cabal/LoginSvr_01.log'
[Tue May 30 2023 07:52:55.545730 4148201216]: LOG LEVEL: 3
[Tue May 30 2023 07:52:55.545756 4148201216]: MemPoolUnitSizeClass(2): 24576Bytes
[Tue May 30 2023 07:52:55.545843 4148201216]: Seed: 1253562903
[Tue May 30 2023 07:52:55.545985 4148201216]: Start LoginSvr_01 Server
[Tue May 30 2023 07:52:55.545996 4148201216]: SITE_BRA
[Tue May 30 2023 07:52:55.546027 4148201216]: TestChannelGroupIdxStartPoint=50
[Tue May 30 2023 07:52:55.546063 4148201216]: affiliatedCorpIP=127.0.0.1;
[Tue May 30 2023 07:52:55.546072 4148201216]: AdminIP=127.0.0.1;
[Tue May 30 2023 07:52:55.546083 4148201216]: IgnoreClientVersion(1)
[Tue May 30 2023 07:52:55.546105 4148201216]: Auth Usage(0)
[Tue May 30 2023 07:52:55.546116 4148201216]: ImageAuthDataPath(/etc/cabal/ImageAuth_Login/)
[Tue May 30 2023 07:52:55.546123 4148201216]: HTTPService Use (0)
[Tue May 30 2023 07:52:55.546128 4148201216]: AuthMaxTryCount(5)
[Tue May 30 2023 07:52:55.546133 4148201216]: AuthWaitTime(120000)
[Tue May 30 2023 07:52:55.546139 4148201216]: BlockIfAuthFail(0)
[Tue May 30 2023 07:52:55.546189 4148201216]: LoadConfiguration(): HTTPService is off
[Tue May 30 2023 07:52:55.546199 4148201216]: UsePreImageAuth(false)
[Tue May 30 2023 07:52:55.546205 4148201216]: UseServerListManualOrder(0)
[Tue May 30 2023 07:52:55.546224 4148201216]: CASHWEB_URL =
[Tue May 30 2023 07:52:55.546235 4148201216]: CASHWEB_URL_ODC =
[Tue May 30 2023 07:52:55.546241 4148201216]: CASHWEB_URL_CHARGE =
[Tue May 30 2023 07:52:55.546253 4148201216]: GUILDWEB_URL =
[Tue May 30 2023 07:52:55.546260 4148201216]: SNS_URL =
[Tue May 30 2023 07:52:55.546266 4148201216]: UseSubPasswordCheckMessage(0)
[Tue May 30 2023 07:52:55.546272 4148201216]: UseNotifyServerListUserCount(1)
[Tue May 30 2023 07:52:55.546277 4148201216]: UseMachineSerialBotCheck(0)
[Tue May 30 2023 07:52:55.546282 4148201216]: 00:00 => 0
[Tue May 30 2023 07:52:55.546287 4148201216]: V1 = 0, V2 = 5834620, V3 = 0, V4 = 0
[Tue May 30 2023 07:52:55.546292 4148201216]: ImageAuthDataMgr Init Begin
[Tue May 30 2023 07:53:00.729269 4148201216]: ImageAuthDataMgr Init End(Count:2000)
[Tue May 30 2023 07:53:00.730347 4139895616]: CProcessLayer(0)::svc Start [4139895616]
[Tue May 30 2023 07:53:00.730359 4148201216]: try connect 127.0.0.1:38170, Sync
[Tue May 30 2023 07:53:00.731479 4148201216]: sock -1 ->LinkHandler close
[Tue May 30 2023 07:53:00.731520 4148201216]: [##ERROR##] connect 127.0.0.1:38170 fail
[Tue May 30 2023 07:53:00.731537 4148201216]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Tue May 30 2023 07:53:00.731564 4148201216]: [##ERROR##] active fail
[Tue May 30 2023 07:53:00.798287 4148201216]: waiting for the client version
[Tue May 30 2023 07:53:01.730749 4139895616]: CProcessLayer(0)::svc Terminated [4139895616]
[Tue May 30 2023 07:53:01.730941 4148201216]: waiting for the image key
[Tue May 30 2023 07:53:01.730979 4148201216]: try listening 38101 port
[Wed May 31 2023 07:23:34.150268 4148705024]: open log file '/var/log/cabal/LoginSvr_01.log'
[Wed May 31 2023 07:23:34.151726 4148705024]: LOG LEVEL: 3
[Wed May 31 2023 07:23:34.151747 4148705024]: MemPoolUnitSizeClass(2): 24576Bytes
[Wed May 31 2023 07:23:34.152098 4148705024]: Seed: 1930554507
[Wed May 31 2023 07:23:34.152339 4148705024]: Start LoginSvr_01 Server
[Wed May 31 2023 07:23:34.152375 4148705024]: SITE_BRA
[Wed May 31 2023 07:23:34.152388 4148705024]: TestChannelGroupIdxStartPoint=50
[Wed May 31 2023 07:23:34.152403 4148705024]: affiliatedCorpIP=127.0.0.1;
[Wed May 31 2023 07:23:34.152410 4148705024]: AdminIP=127.0.0.1;
[Wed May 31 2023 07:23:34.152419 4148705024]: IgnoreClientVersion(1)
[Wed May 31 2023 07:23:34.152426 4148705024]: Auth Usage(0)
[Wed May 31 2023 07:23:34.152433 4148705024]: ImageAuthDataPath(/etc/cabal/ImageAuth_Login/)
[Wed May 31 2023 07:23:34.152438 4148705024]: HTTPService Use (0)
[Wed May 31 2023 07:23:34.152444 4148705024]: AuthMaxTryCount(5)
[Wed May 31 2023 07:23:34.152449 4148705024]: AuthWaitTime(120000)
[Wed May 31 2023 07:23:34.152454 4148705024]: BlockIfAuthFail(0)
[Wed May 31 2023 07:23:34.152462 4148705024]: LoadConfiguration(): HTTPService is off
[Wed May 31 2023 07:23:34.152468 4148705024]: UsePreImageAuth(false)
[Wed May 31 2023 07:23:34.152473 4148705024]: UseServerListManualOrder(0)
[Wed May 31 2023 07:23:34.152490 4148705024]: CASHWEB_URL =
[Wed May 31 2023 07:23:34.152557 4148705024]: CASHWEB_URL_ODC =
[Wed May 31 2023 07:23:34.152566 4148705024]: CASHWEB_URL_CHARGE =
[Wed May 31 2023 07:23:34.152572 4148705024]: GUILDWEB_URL =
[Wed May 31 2023 07:23:34.152578 4148705024]: SNS_URL =
[Wed May 31 2023 07:23:34.152584 4148705024]: UseSubPasswordCheckMessage(0)
[Wed May 31 2023 07:23:34.152590 4148705024]: UseNotifyServerListUserCount(1)
[Wed May 31 2023 07:23:34.152596 4148705024]: UseMachineSerialBotCheck(0)
[Wed May 31 2023 07:23:34.152600 4148705024]: 00:00 => 0
[Wed May 31 2023 07:23:34.152606 4148705024]: V1 = 0, V2 = 5834620, V3 = 0, V4 = 0
[Wed May 31 2023 07:23:34.152611 4148705024]: ImageAuthDataMgr Init Begin
[Wed May 31 2023 07:23:40.315481 4148705024]: ImageAuthDataMgr Init End(Count:2000)
[Wed May 31 2023 07:23:40.316815 4140399424]: CProcessLayer(0)::svc Start [4140399424]
[Wed May 31 2023 07:23:40.316839 4148705024]: try connect 127.0.0.1:38170, Sync
[Wed May 31 2023 07:23:40.317623 4148705024]: sock -1 ->LinkHandler close
[Wed May 31 2023 07:23:40.317644 4148705024]: [##ERROR##] connect 127.0.0.1:38170 fail
[Wed May 31 2023 07:23:40.317653 4148705024]: [##ERROR##] Link(): link open fail(Automatic), Exit
[Wed May 31 2023 07:23:40.318009 4148705024]: [##ERROR##] active fail
[Wed May 31 2023 07:23:40.410534 4148705024]: waiting for the client version
[Wed May 31 2023 07:23:41.317118 4140399424]: CProcessLayer(0)::svc Terminated [4140399424]
[Wed May 31 2023 07:23:41.317414 4148705024]: waiting for the image key
[Wed May 31 2023 07:23:41.317505 4148705024]: try listening 38101 port
 
Upvote 0
Back
Top