Jump to content
TrinityCore

Jaune

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by Jaune

  1.  

    On 01/08/2016 at 9:20 PM, Jaune said:

    with a software like heidisql, log into the database of your debian box 

    in the Auth database you will find realmlist

    change the data Localadress to

    192.168.1.100

    and give me some feedback ! Everything should work.

     

     

     

    Replace 192.168.1.100 with your local ip address

    In the the Auth.log I can see it's only listening to localhost (127.0.0.1) so only the hosting machine can join.

  2. in your debian with root access, you will type ifconfig,  so for the sake of this and for testin purpose let's say it's

    192.168.1.100

    in your bnetserver.conf

    LoginREST.Port = 8081
    LoginREST.ExternalAddress=127.0.0.1
    LoginREST.LocalAddress=192.168.1.100

    In your worldserver.conf make sure 

    BindIP = "0.0.0.0"

     

    with a software like heidisql, log into the database of your debian box 

    in the Auth database you will find realmlist

    change the data Localadress to

    192.168.1.100

    and give me some feedback ! Everything should work. If not show me your Server.log

     

     

     

  3. On 28/07/2016 at 10:15 AM, honeybaobao said:

    Hi, I suceed to compile and setup the server, without any trouble. I create a user with admin privileges, and i launch the client on W10, to connect on my trinitycore server with Debian Jessie 8.4 version, I type login of course just username and not email, I click to connect, then I have the screen to ask me to choose the server, I click on, and then the message connect to server appear and immediatly back to the screen about choosing gaming server.

    Realmlist is modified to IP of the server.

    My hardware server is a dedicated server.

    If need more informations to resolve the issue please let me know

     

    Thanks in advance for your helps and your time

    In your  worldserver.conf have you modified the bindaddress ?

    #
    #    BindIP
    #        Description: Bind world server to IP/hostname.
    #        Default:     "0.0.0.0" - (Bind to all IPs on the system)
     

    and in your bnetserver.conf

     

    #
    #    LoginREST.Port
    #        Description: TCP port to reach the REST login method.
    #        Default:     8081
    #
    #    LoginREST.ExternalAddress
    #        Description: IP address sent to clients connecting from outside the network where bnetserver runs
    #                     Set it to your external IP address
    #
    #    LoginREST.LocalAddress
    #        Description: IP address sent to clients connecting from inside the network where bnetserver runs
    #                     Set it to your local IP address (common 192.168.x.x network)
    #                     or leave it at default value 127.0.0.1 if connecting directly to the internet without a router

    #

    should be your lan address

     

    As stated in the wiki.

  4. On 21/07/2016 at 5:58 PM, frozen4 said:

     ______                       __
    /\__  _\       __          __/\ \__
    \/_/\ \/ _ __ /\_\    ___ /\_\ \, _\  __  __
       \ \ \/\`'__\/\ \ /' _ `\/\ \ \ \/ /\ \/\ \
        \ \ \ \ \/ \ \ \/\ \/\ \ \ \ \ \_\ \ \_\ \
         \ \_\ \_\  \ \_\ \_\ \_\ \_\ \__\\/`____ \
          \/_/\/_/   \/_/\/_/\/_/\/_/\/__/ `/___/> \
                                     C O R E  /\___/
    http://TrinityCore.org                    \/__/

    Creating patched binary...
    Determined build number: 22248 <---------------------
    Win64 client...
    patching Portal
    Found offset 16646336
    patching redirect RSA Modulus
    Found offset 16089216
    patching BNet certificate file location
    Found offset 16605392
    patching BNet certificate file to load from local path instead of CASC
    EX: unable to find pattern

     

    On 21/07/2016 at 4:37 AM, frozen4 said:

    Creating patched binary...
    Determined build number: 22280 <-----------------
    Win64 client...
    patching Portal
    Found offset 16645952
    patching redirect RSA Modulus
    Found offset 16088976
    patching BNet certificate file location
    Found offset 16605200
    patching BNet certificate file to load from local path instead of CASC
    EX: unable to find pattern
    An error occurred. Press ENTER to continue...

    You got the wrong Build version

    You need the lastest one and it will work, 

    7.0.3 22293 <----

    I know it's hard to read the forum ... but a simple search ...

     

  5. You probably set (or not set) the wrong path into your worldserver.conf

    if you have follow the wiki you need to put the dbc into  ../data/dbc/enUS

    but it's seem that your locations is ./dbc/enUS

    so change your folder location, or change the setting.

  6. If you go down almost at the end of the page before the pro tips

     

    Thanks to the automatic DB updater the single step you have to do, is to fetch a new revision (Keeping the Source Up-to-Date) and the appropriate updates will we applied at server startup.

    The keeping the source up to date is not working.

    https://trinitycore.atlassian.net/wiki/plugins/servlet/mobile?contentId=2130092#content/view/2130092

     

    Also if I want to update or give more information on the wiki is it possible and how ?

     

    Thank you!

×
×
  • Create New...