Jump to content
TrinityCore

Vell

Plebs
  • Posts

    14
  • Joined

  • Last visited

Posts posted by Vell

  1. Well. My you could help me if i screen ALL.

    ROOTER DHCP : 1527446024-dhcp.jpg

    ROOTER : NAT/PAT : 1527446025-nat.jpg

    DATABASE Struct realmlist : 1527446026-dbstruct.jpg

    DATABASE Content realmlist : 1527446027-db1.jpg

    My hosts file (etc/hosts) :

    127.0.0.1           localhost

    127.0.1.1          my_pc_name-UBUNTU

    192.168.1.78  *******.ddns.net

    Realmlist : Try with :

    set realmlist ******.ddns.net

    and with :

    set host *******.ddns.net

    LAN OK but not ext for BOTH.

    Test :

    - LAN ping : OK

    - EXT ping : OK

    - Check port : OK for both
    - LAN client : OK

    - WAN clien : Ok for auth but still stuck on realm

  2. Hello

    1 & 2 . I tried it before swaping :

    • 0.0.0.0 to mynoip.ddns.net in conf file
    • 127.0.0.1 to 192.168.1.78 

    But i put the default file so now 0.0.0.0 in two files.

    2. I switched localAddress : 127.0.0.1 to "80.my.wan.ip"

    3.That works for 3724 port, why will not it work for 8085 port. I have the same configuration for both. :/

    After all the changes : It still doesn't work, always the same problem.

    I am disappointed. :/

     

  3. Hello

    I'm coming back here because I'm trying to mount my server again. I tried a lot of things since the last time

    Config

    OS : Ubuntu 17.10 artful (x86-64) (CORE & DB on it)

    TrinityCore : 3.3.5a Branch

    Worldconf & authconf

    • Try with : default
    • Try with : bind IP 192.168.1.78 (my local IP)

    Database

    realmlist.address : mynoip.ddns.net

    realmlist.localAddress

    • Try with : 192.168.1.78
    • Try with : 127.0.0.1

    Rooter

    • Try with : Firewall middle security + 3724 & 8085 NAT/PAT
    • Try with : Firewall low security + 3724 & 8085 NAT/PAT
    • Try with : Firewall low security + 3724 & 8085 NAT/PAT + DMZ on my server

    Hosts file

    127.0.0.1 localhost

    127.0.1.1 my_server_name

    192.168.1.78 mynoip.ddns.net

    Realmlist client : set realmlist mynoip.ddns.net

    Firewall : ufw status return Disable

     

    Result on LAN client : Connected and play

    Result on WAN client : stay on realm list, show my realm online but i can't join it

     

    Test when distant client try to connect : 

    netstat -tape

    • mynoip:3724 to 0.0.0.0 LISTEN
    • mynoip:3724 to client_ip:random_port ETABLISHED
    • mynoip:8085 to 0.0.0.0 LISTEN
    • No more with 8085 port

    Conclusion

    Do you have any ideas on the cause of this problem because I am exhausted ?

    Thank you in advance !

  4. That's ok !!!!

    So : 

    I applied TDB ... sql with HeidiSQL ... because with worldserver that didn't work.

    AND ! after new error i renamed :

    C:\Users\****\Desktop\Trinity\Source\sql\updates\auth

    C:\Users\****\Desktop\Trinity\Source\sql\updates\characters

    C:\Users\****\Desktop\Trinity\Source\sql\updates\world

     

    to : 

    C:\Users\****\Desktop\Trinity\Source\sql\updates\_auth

    C:\Users\****\Desktop\Trinity\Source\sql\updates\_characters

    C:\Users\****\Desktop\Trinity\Source\sql\updates\_world

     

    And serv is up !!!

    Thx Magnuss and Rochet2 ! ^^

  5. Oh, i'm so sorry, i didn't see .... -.-

    But now : worldserver : 

    Database World is empty, auto populating it...
    >> Applying 'TDB_full_world_335.60_2015_11_07.sql'...
    Applying of file 'TDB_full_world_335.60_2015_11_07.sql' to database 'world' failed! If you are an user pull the latest revision from the repository. If you are a developer fix your sql query.
    Could not populate the World database

     

    Maybe one day that will work ><

  6. I try again but i download (.7z) it before, it contains : updates_tdb_33559_to_33560_only (folder) which contains :

    auth_2015_08_21.sql

    characters_2015_08_26_2015_11_03.sql

    world_2015_07_14_2015_11_07.sql

    not  TDB_full_world_335.60_2015_11_07.sql

     

    And Source code zip = my source folder

    I really don't understand ...

    I have NO file named  TDB_full_world_335.60_2015_11_07.sql

    Must i rename "world_2015_07_14_2015_11_07" in "TDB_full_world_335.60_2015_11_07.sql " ???

     

  7. And when i apply create_mysql and auth_database + characters_database

    Worldserver : >> File "TDB_full_world_335.60_2015_11_07.sql" is missing, download it from "http://www.trinitycore.org/f/files/category/1-database/" and place it in your server directory.
    Could not populate the World database, see log for details.

     

    but in : https://github.com/TrinityCore/TrinityCore/tree/3.3.5/sql

    I have no file named : TDB_full_world_335.60_2015_11_07.sql ....

     

    And in : http://www.trinitycore.org/f/files/category/1-database/

    There are no files ..

  8. Ok, so, i deleted all.

    Updates.AutoSetup = 1

    Updates.EnableDatabases = 7 (<=> ALL)

    LoginDatabaseInfo     = "127.0.0.1;3306;trinity;trinity;auth"
    WorldDatabaseInfo     = "127.0.0.1;3306;trinity;trinity;world"
    CharacterDatabaseInfo = "127.0.0.1;3306;trinity;trinity;characters"

     

    In HeidiSQL, i created a new user :

    user name : trinity

    user password : trinity

    Privileges : ALL

     

    Now, when i started worldserver :

    Applying of file 'create_table.sql' to database 'auth' failed! If you are an user pull the latest revision from the repository. If you are a developer fix your sql query.
    Failed to create database auth! Has the user `CREATE` priviliges?

    DatabasePool Login NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile for specific errors. Read wiki at http://www.trinitycore.info/display/tc/TrinityCore+Home
     

    However user exist and privileges too ...

     

    ps : In past, with wamp it was really simple ... now not really

  9. I have just problem with .sql

    so like i said, i created DB with  create_mysql + auth_database + characters_databaselike all tutorial said.

    After that, all tutorial says : Apply TDB full 335, so i dowloaded last relaese : see in first topic.

    And when i applyed that : 

     

    world_2015_07_14_2015_11_07 => Erreur SQL (1146) : Table 'world.version' doesn't exist

    characters_2015_08_26_2015_11_03 => Erreur SQL (1054) : Unknown column 'corpseGuid' in 'field list'

  10. Hello,

    I have some problems with database 3.3.5.

    What i did :

    create_mysql / auth_database / characters_database

    Now i DL :  TDB_full_world_335.60_2015_11_07.sql

    and i start  : 

    world_2015_07_14_2015_11_07 => error

    characters_2015_08_26_2015_11_03 => error

    auth_2015_08_21 => error

    all for missing table ..

    However, i follow 2 tutorials ... and i can't follow it : https://trinitycore.atlassian.net/wiki/display/tc/Databases+Installation

    Because :  unknown-macro?name=localtabgroup&locale=

     

    Someone can help me to explain what i forgot. Thx

    Sorry for my bad english

     

    ps : I search and any time "apply update" That not work

×
×
  • Create New...