Making Mangos public on LAN (no hamachi) menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Tinkymon's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Making Mangos public on LAN (no hamachi)

    I am in a baording school, so me and all me friends are connect by LAN .... i took advantage of this and with ARCEMU / ASCENT .... i managed to config my "realms.config" file to make the realm host / connect from my IP .. 192.168.1.10 in the school .... here is what it looks like:

    Code:
    <LogonServer Address = "127.0.0.1"
    	Port = "8093"
    	Name = "Default Logon"
    	RealmCount = "1">
    
    <Realm1 Name = "BSC WOW realm 1"
    	Address = "192.168.1.10:8129" 
    	Icon = "PVP"
    	Population = "1.0"
    	TimeZone = "8">
    now ... i am for the first time using MANGOS ... and do not kno how to configure it .... here are the files:

    Realmd.config:
    Code:
    ############################################
    # MaNGOS realmd configuration file         #
    ############################################
    ConfVersion=2007062001
    
    ###################################################################################################################
    # REALMD SETTINGS
    #
    #    LoginDatabaseInfo
    #        Database connection settings for the realm server.
    #        Default: hostname;port;username;password;database
    #                 .;somenumber;username;password;database - use named pipes at Windows
    #                       Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
    #                 .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
    #                       Unix sockets: experimental, not tested
    #
    #    LogsDir
    #         Logs directory setting.
    #         Important: Logs dir must exists, or all logs be disable
    #         Default: "" - no log directory prefix, if used log names isn't absolute path then logs will be
    #                       stored in current directory for run program.
    #
    #    MaxPingTime
    #         Settings for maximum database-ping interval (minutes between pings)
    #
    #    RealmServerPort
    #         Default RealmServerPort
    #
    #    BindIP
    #         Bind Realm Server to IP/hostname
    #
    #    PidFile
    #        Realmd daemon PID file
    #        Default: ""             - do not create PID file
    #                 "./realmd.pid" - create PID file (recommended name)
    #
    #    LogLevel
    #        Server console level of logging
    #        0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    #        Default: 0
    #
    #    LogTime
    #        Include time in server console output [hh:mm:ss]
    #        Default: 0 (no time)
    #                 1 (print time)
    #
    #    LogFile
    #        Logfile name
    #        Default: "Realmd.log"
    #                 "" - empty name disable creating log file
    #
    #    LogTimestamp
    #        Logfile with timestamp of server start in name
    #        Default: 0 - no timestamp in name
    #                 1 - add timestamp in name in form Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
    #
    #    LogFileLevel
    #        Server file level of logging
    #        0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    #        Default: 0
    #
    #    LogColors
    #        Color for messages (format "normal_color details_color debug_color error_color)
    #        Colors: 0 - BLACK, 1 - RED, 2 - GREEN,  3 - BROWN, 4 - BLUE, 5 - MAGENTA, 6 -  CYAN, 7 - GREY,
    #                8 - YELLOW, 9 - LRED, 10 - LGREEN, 11 - LBLUE, 12 - LMAGENTA, 13 - LCYAN, 14 - WHITE
    #        Default: "" - none colors
    #                 "13 7 11 9" - for example :)
    #
    #    UseProcessors
    #        Used processors mask for multi-processors system (Used only at Windows)
    #        Default: 0 (selected by OS)
    #                 number (bitmask value of selected processors)
    #
    #    ProcessPriority
    #        Process proirity setting (Used only at Windows)
    #        Default: 1 (HIGH)
    #                 0 (Normal)
    #
    #    RealmsStateUpdateDelay
    #        Realm list Update up delay (updated at realm list request if delay expired).
    #        Default: 20
    #                 0  (Disabled)
    #
    #    WrongPass.MaxCount
    #        Number of login attemps with wrong password before the account or IP is banned
    #        Default: 0  (Never ban)
    #
    #    WrongPass.BanTime
    #        Duration of the ban in seconds (0 means permanent ban)
    #        Default: 600
    #
    #    WrongPass.BanType
    #        Ban the IP or account on which login is attempted
    #        Default: 0 (Ban IP)
    #                 1 (Ban Account)
    #
    ###################################################################################################################
    
    LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;realmd"
    LogsDir = ""
    MaxPingTime = 30
    RealmServerPort = 3724
    BindIP = "0.0.0.0"
    PidFile = ""
    LogLevel = 0
    LogTime = 0
    LogFile = "Realmd.log"
    LogTimestamp = 0
    LogFileLevel = 0
    LogColors = ""
    UseProcessors = 0
    ProcessPriority = 1
    RealmsStateUpdateDelay = 20
    WrongPass.MaxCount = 0
    WrongPass.BanTime = 600
    WrongPass.BanType = 0


    i have no idea how to make it connect to my server ... im pretty sure its only in the realmd.conf file.... but i tried it... and then even i cannot connect ... any ideas?

    Making Mangos public on LAN (no hamachi)
  2. #2
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;realmd"
    Basically, wherever it says 127.0.0.1 (im presuming), you will need to change to your local ip.




  3. #3
    Tinkymon's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol... the one place i didnt try ... hahahah.... i thought cuz it said database it was refering to the mysqlyog thingy... ah well... it seem to work... ill try get my frendz connected.... TY for da help buddy ....

  4. #4
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha your welcome! Enjoy




  5. #5
    Tinkymon's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wait i got a new problem ... so i can connect no probs.... my frends can find it... but get Realm Looped... how do i fix it? .... ill post the stuff i set it to:

  6. #6
    Tinkymon's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Realmd.conf
    LoginDatabaseInfo = "192.168.1.10;3306;root;ascent;realmd"
    LogsDir = ""
    MaxPingTime = 30
    RealmServerPort = 3724
    BindIP = "0.0.0.0"
    PidFile = ""
    LogLevel = 0
    LogTime = 0
    LogFile = "Realmd.log"
    LogTimestamp = 0
    LogFileLevel = 0
    LogColors = ""
    UseProcessors = 0
    ProcessPriority = 1
    RealmsStateUpdateDelay = 20
    WrongPass.MaxCount = 0
    WrongPass.BanTime = 600
    WrongPass.BanType = 0
    Mangosd.conf *where IPz can be added*
    RealmID = 1
    DataDir = "."
    LogsDir = ""
    LoginDatabaseInfo = "192.168.1.10;3306;root;ascent;realmd"
    WorldDatabaseInfo = "192.168.1.10;3306;root;ascent;mangos"
    CharacterDatabaseInfo = "192.168.1.10;3306;root;ascent;characters"
    MaxPingTime = 30
    WorldServerPort = 8085
    BindIP = "0.0.0.0"
    Scriptdev2.conf:
    ScriptDev2DatabaseInfo = "192.168.1.10;3306;root;ascent;scriptdev2"

    dono what the 3rd one is for... but it made me connect even faster :P... hahah.... also how to i make the max lvl 80? :P... im lvl 161 :| ... hahaha....

    but ye... i can connect... but my frends on the LAN are geting LOOPED.... how do i fix this?

  7. #7
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In your realmd table in the database, you need to add your local ip, i dont usually use ManGOS, so i cant actually tell you where.

    But try and play with the settings, i.e, in the second config, try and put that all back to localhost, and keep realmd as it is.

    And for the level, i dont know how to change that.




  8. #8
    Tinkymon's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think i tried it b4... but hey why not again? :P.... kk ty again




    EDIT: ....nope they still got the loop.... any other ideas?.... or is there anyone who knows mangos well? *no offense kiev :P*
    Last edited by Tinkymon; 02-03-2010 at 06:32 PM.

  9. #9
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you try changing the configs to localhost, apart from realmd and the thing in the DB?




  10. #10
    Tinkymon's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  11. #11
    zabot's Avatar Private
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do you know anything about mangos im having trouble

Similar Threads

  1. [Misc] How to make TrinityCore and MaNGOS public with Hamachi!
    By turtleswin in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 12-11-2014, 08:24 PM
  2. [Mangos] Making MaNGOS Public?
    By freeman725 in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 04-02-2011, 08:19 PM
  3. Make server Public for lan
    By Emanuel095 in forum WoW EMU Questions & Requests
    Replies: 6
    Last Post: 10-12-2009, 08:53 PM
  4. How to make it public without ROUTER AND HAMACHI!!!
    By urke123 in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 07-31-2009, 02:51 PM
  5. How to make MaNGOS Public?
    By forland91 in forum World of Warcraft General
    Replies: 2
    Last Post: 10-26-2008, 05:42 PM
All times are GMT -5. The time now is 11:53 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