[MaNGOS] Unable to Connect menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 36
  1. #1
    DontCareQQ's Avatar Member
    Reputation
    7
    Join Date
    Jul 2008
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [MaNGOS] Unable to Connect

    We have this issue that everyone is unable to connect, all ports Are 100% forwarded... realmlist in DB is correct and conf files are correct too, web server is workin for him and me but the server aint... heres some files PS: My IP was removed from this topic, its correct in my conf files!

    Edit; firewall is disabled, realmlist = set to 77.***.**.71 aswell and so is the realmlist part in database (is set to 77.***.**.71 too)

    mangosd.conf
    Code:
    LoginDatabaseInfo     = "77.***.**.71;3306;root;pass;realmd"
    WorldDatabaseInfo     = "77.***.**.71;3306;root;pass;mangos"
    CharacterDatabaseInfo = "77.***.**.71;3306;root;pass;characters"
    Realmd.conf
    Code:
    LoginDatabaseInfo = "77.***.**.71;3306;root;pass;realmd"
    [/code]

    hosts file:
    Code:
    127.0.0.1       localhost
    127.0.0.1 	77.***.**.71
    192.168.0.9	77.***.**.71
    192.168.0.1	77.***.**.71
    77.***.**.71	77.***.**.71

    [MaNGOS] Unable to Connect
  2. #2
    Noobcraft's Avatar Member
    Reputation
    141
    Join Date
    Aug 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
     
    LoginDatabaseInfo = "77.***.**.71;3306;root;pass;realmd"
    WorldDatabaseInfo = "77.***.**.71;3306;root;pass;mangos"
    CharacterDatabaseInfo = "77.***.**.71;3306;root;pass;characters"
    LoginDatabaseInfo = "77.***.**.71;3306;root;pass;realmd"
     
    You need to replace 77.***.**.71 with 127.0.0.1 or localhost
     
    Mangosd.conf
    RealmID = 1
    DataDir = "C:UsersDarune94DesktopMEEP"
    LogsDir = ""
    LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;realmd"
    WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;mangos"
    CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"
    MaxPingTime = 30
    WorldServerPort = 8085
    BindIP = "77.***.**.71"<======== make shure to have this
     
    and 
     
    Realmd.conf
    LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;realmd"
    LogsDir = "C:UsersDarune94DesktopMEEP"
    MaxPingTime = 3000
    RealmServerPort = 3724
    BindIP = "77.***.**.71"<=======make shure to have it like this

    Make 100% shure ports 3724 and 8085 are open

    Last edited by Noobcraft; 07-16-2008 at 04:34 PM.



  3. #3
    DontCareQQ's Avatar Member
    Reputation
    7
    Join Date
    Jul 2008
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I already said im 100% sure bout ports, as they are all open.... 200% sure and confirmed their open

    and bind IP dont work, says 'MaNGOS Realmd cannot bind to 77.***.**.71:3724'
    Last edited by DontCareQQ; 07-16-2008 at 04:42 PM.

  4. #4
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually BindIP should always be 0.0.0.0

    And this...
    Code:
    WorldDatabaseInfo = "77.***.**.71;3306;root;pass;mangos"
    CharacterDatabaseInfo = "77.***.**.71;3306;root;pass;characters"
    LoginDatabaseInfo = "77.***.**.71;3306;root;pass;realmd"
    Should always be 127.0.0.1

    Otherwise everything looks correct, make sure all your firewalls are turned off. On your antivrius and everything... and clean up your host file just in case. You don't need to edit anything there if you don't have a DNS

    should just be:
    127.0.0.1 localhost

    Then restart your computer and test.

  5. #5
    Noobcraft's Avatar Member
    Reputation
    141
    Join Date
    Aug 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dythzer View Post
    Actually BindIP should always be 0.0.0.0

    And this...
    Code:
    WorldDatabaseInfo = "77.***.**.71;3306;root;pass;mangos"
    CharacterDatabaseInfo = "77.***.**.71;3306;root;pass;characters"
    LoginDatabaseInfo = "77.***.**.71;3306;root;pass;realmd"
    Should always be 127.0.0.1

    Otherwise everything looks correct, make sure all your firewalls are turned off. On your antivrius and everything... and clean up your host file just in case. You don't need to edit anything there if you don't have a DNS

    should just be:
    127.0.0.1 localhost

    Then restart your computer and test.

    I alredy said that but he completely ignored my post and looked at the ports thing i said

    Edit: ah wait thats right he cant read the code box hes leecher sec


    LoginDatabaseInfo = "77.***.**.71;3306;root;pass;realmd"
    WorldDatabaseInfo = "77.***.**.71;3306;root;pass;mangos"
    CharacterDatabaseInfo = "77.***.**.71;3306;root;pass;characters"
    LoginDatabaseInfo = "77.***.**.71;3306;root;pass;realmd"

    You need to replace 77.***.**.71 with 127.0.0.1 or localhost

    Mangosd.conf
    RealmID = 1
    DataDir = "C:UsersDarune94DesktopMEEP"
    LogsDir = ""
    LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;realmd"
    WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;mangos"
    CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"
    MaxPingTime = 30
    WorldServerPort = 8085
    BindIP = "77.***.**.71"<======== make shure to have this

    and

    Realmd.conf
    LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;realmd"
    LogsDir = "C:UsersDarune94DesktopMEEP"
    MaxPingTime = 3000
    RealmServerPort = 3724
    BindIP = "77.***.**.71"<=======make shure to have it like this

    this is what i posted dontcareqq



  6. #6
    DontCareQQ's Avatar Member
    Reputation
    7
    Join Date
    Jul 2008
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tested both but both doesnt seem to work, still gives an Unable to Connect error.

  7. #7
    Noobcraft's Avatar Member
    Reputation
    141
    Join Date
    Aug 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DontCareQQ View Post
    I tested both but both doesnt seem to work, still gives an Unable to Connect error.
    You tested what i posted? if you did and it didnt work then you need to take down your fire wall



  8. #8
    DontCareQQ's Avatar Member
    Reputation
    7
    Join Date
    Jul 2008
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darune94 View Post
    You tested what i posted? if you did and it didnt work then you need to take down your fire wall

    Appears to be down aswell, if you have MSN or something you can control my PC and check it out urself? coz everything seems to be 100% right but it just doesnt work lawl

  9. #9
    Noobcraft's Avatar Member
    Reputation
    141
    Join Date
    Aug 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    k add [email protected] but i wont be thier for about a hour



  10. #10
    DontCareQQ's Avatar Member
    Reputation
    7
    Join Date
    Jul 2008
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darune94 View Post
    k add [email protected] but i wont be thier for about a hour
    Hehe I added but I wil be asleep in 20 minutes, so perhaps tomorrow?

  11. #11
    Noobcraft's Avatar Member
    Reputation
    141
    Join Date
    Aug 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DontCareQQ View Post
    Hehe I added but I wil be asleep in 20 minutes, so perhaps tomorrow?
    nope im leaving at 4 in the morning for vacation 10days



  12. #12
    DontCareQQ's Avatar Member
    Reputation
    7
    Join Date
    Jul 2008
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aww ok ... too bad lol

  13. #13
    Monarch's Avatar Member
    Reputation
    8
    Join Date
    Nov 2007
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah... Too bad, I'd help, but I don't know a thing about MaNGOS.... lol.

  14. #14
    Noobcraft's Avatar Member
    Reputation
    141
    Join Date
    Aug 2007
    Posts
    598
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DontCareQQ View Post
    Aww ok ... too bad lol
    =( you just have to look at what i posted make your configs like that and if it still dosent work look at one of the guides in the guide section.....also did you update to 2.4.3 if so they well thats it you cant connect to it cus the core is not updated,A guy posted 2.4.3 mangos and a blizzlike db look for it.



  15. #15
    DontCareQQ's Avatar Member
    Reputation
    7
    Join Date
    Jul 2008
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got the 2.4.3 but I didnt use it or updated my client yet, I want to get 2.4.2 working first - I used all ur conf settings and it still appears to not be working.

    realmlist table has my IP in it (the 77. part) and the rest is at 127.0.0.1 .....
    Realmlist.wtf is set to my IP wich is unable to connect, but if I put it at 127.0.0.1 I can connect... so the issue aint in realmlist table ... hmmm

Page 1 of 3 123 LastLast

Similar Threads

  1. Mangos Unable to connect to realmlist server
    By Veendijk in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 06-30-2008, 05:34 PM
  2. MaNGOS - Unable to connect to realm list server
    By GLaDOS1337 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 06-26-2008, 01:47 PM
  3. Unable to connect to realmlist server, oh yes, i need help
    By WoWLegend in forum World of Warcraft Emulator Servers
    Replies: 34
    Last Post: 01-30-2008, 06:59 PM
  4. Antrix, unable to connect to server realm.
    By galcybele in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 10-05-2007, 02:03 PM
  5. Unable to Connect error when trying to logon my server
    By Rizzano in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 09-27-2007, 01:12 PM
All times are GMT -5. The time now is 11:39 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search