Can't Login

Page 2 of 2 FirstFirst 12
Results 26 to 31 of 31
  1. #26
    Apprentice Prikolist182 is offline
    MemberRank
    Aug 2009 Join Date
    22Posts

    Re: Can't Login

    Quote Originally Posted by chumpywumpy View Post
    It's the same problem. The gameserver cannot connect to the database. Either remote connections are disables, mssql is a named instance, a forewall if stopping centos talking to windows or you entered the wrong mssql server ip in cabal_config.
    which odbc.ini I must change?

    /usr/local/psql/etc/odbc.ini
    Code:
    [CabalGame24]
    Driver      = FreeTDS
    Address     = 10.1.17.160
    Port        = 1433
    Database    = GAMEDB
    TDS_Version = 8.0
    
    [CabalAccount]
    Driver      = FreeTDS
    Address     = 10.1.17.160
    Port        = 1433
    Database    = ACCOUNT
    TDS_Version = 8.0
    
    [CabalCash]
    Driver      = FreeTDS
    Address     = 10.1.17.160
    Port        = 1433
    Database    = CabalCash
    TDS_Version = 8.0

    /etc/odbc.ini
    Code:
    [CabalGame01]
    Driver      = FreeTDS
    Address     = 10.1.17.14
    Port        = 1433
    Database    = GAMEDB
    TDS_Version = 8.0
    
    [CabalAccount]
    Driver      = FreeTDS
    Address     = 10.1.17.14
    Port        = 1433
    Database    = ACCOUNT
    TDS_Version = 8.0
    
    [CabalCash]
    Driver      = FreeTDS
    Address     = 10.1.17.14
    Port        = 1433
    Database    = CabalCash
    TDS_Version = 8.0
    10.1.17.14 - Windows IP (LAN)
    10.1.17.160 - CentOS IP


    and here mine config, can you check pls?
    Attached Files Attached Files

  2. #27
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Can't Login

    Never edit things by hand unless you are very sure of what you are doing.

    The cabal_config.sh script is the same for everybody so it won't be that. When you run the "cabal_config" command it knows exactly what needs setting. The IP is correct so unless there is a firewall enabled on windows it will be the SQL configuration which that script i gave you checks.

    Also you should be able to "ping" both windows from centos and centos from windows or none of it will work.

  3. #28
    Apprentice Prikolist182 is offline
    MemberRank
    Aug 2009 Join Date
    22Posts

    Re: Can't Login

    Quote Originally Posted by chumpywumpy View Post
    Never edit things by hand unless you are very sure of what you are doing.

    The cabal_config.sh script is the same for everybody so it won't be that. When you run the "cabal_config" command it knows exactly what needs setting. The IP is correct so unless there is a firewall enabled on windows it will be the SQL configuration which that script i gave you checks.

    Also you should be able to "ping" both windows from centos and centos from windows or none of it will work.
    Thanks Chumpy - its work
    just turn off windows brandmouser
    woooooot
    thanks =^~^=

  4. #29
    Valued Member Zabuza is offline
    MemberRank
    Jul 2008 Join Date
    Portugal / Soul SocietyLocation
    100Posts

    Re: Can't Login

    Quote Originally Posted by Prikolist182 View Post
    Thanks Chumpy - its work
    just turn off windows brandmouser
    woooooot
    thanks =^~^=
    Windows brandmauser? what is that ? some kind of firewall ?

    and where can i turn it off ?

    Thanks

  5. #30
    Apprentice Prikolist182 is offline
    MemberRank
    Aug 2009 Join Date
    22Posts

    Re: Can't Login

    Quote Originally Posted by Zabuza View Post
    Windows brandmauser? what is that ? some kind of firewall ?

    and where can i turn it off ?

    Thanks
    its standart Windows Firewall

    Start->Settings->Control Panel-> Windows Firewall

  6. #31
    Valued Member Zabuza is offline
    MemberRank
    Jul 2008 Join Date
    Portugal / Soul SocietyLocation
    100Posts

    Re: Can't Login

    so, i spend a week trying running the server...
    and all this cuz a f***ing windows firewall

    i feel stupid... eheh

    Thank you all =P



Page 2 of 2 FirstFirst 12

Advertisement