Server Problems! [Hamachi] menu

User Tag List

Results 1 to 4 of 4
  1. #1
    Orgtar's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Jan 2012
    Posts
    94
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Server Problems! [Hamachi]

    So I KNOW it is my configs... so here they are:

    Code:
    /***********************************************************************
    * ArcEmu Logonserver Configuration File
    * Last edited: 11/14/2010
    *
    *******************************************************************************
    * Configure the logonserver to connect to the accounts mysql database below   *
    *******************************************************************************
    * Database Section
    *
    * LogonDatabase.Host      - The hostname that the database is located on
    * LogonDatabase.Username  - The username used for the mysql connection
    * LogonDatabase.Password  - The password used for the mysql connection
    * LogonDatabase.Name      - The database name
    * LogonDatabase.Port      - Port that MySQL listens on. Usually 3306.
    *******************************************************************************/
    
    <LogonDatabase Hostname = "localhost"
                   Username = "root"
                   Password = "ascent"
                   Name     = "logon"
                   Port     = "3306">
    
    /* Host Directive
    *
    *    This is the address that the realmlist will listen on.
    *    To listen on all addresses, set it to 0.0.0.0
    *    Default: 127.0.0.1 (localhost)
    *
    *    Note: ISHost is the interserver communication listener.
    */
    
    <Listen Host = "25.175.133.92"
            ISHost = "25.175.133.92"
            RealmListPort = "3724"
            ServerPort = "8093">
    
    /* Server file logging level
    *
    *    This directive controls how much output the server will
    *    write to log files. It cannot be disabled
    *    0 = Normal + Error; 1 = Detail; 2 = Debug
    *    Default: 0
    */
    
    <LogLevel File = "0">
    
    /* Account Refresh Time
    *
    *    This controls on which time interval accounts gets
    *    refreshed. (In seconds)
    *    Default = 600
    *    600 seconds = 10 minutes - 1 second = 0.0166666667 minutes 300 seconds = 5 minutes, 150 seconds = 2.5minutes
    *
    */
    
    <Rates AccountRefresh = "600">
    
    /* WorldServer Setup
    *
    *  RemotePassword
    *    This directive controls the password used to authenticate with the worldserver.
    *    It must be the same between the two configs. If it is not, your server will
    *    not register.
    *
    *    Default: "change_me_logon"
    *
    *  AllowedIPs
    *    This section MUST be completed, otherwise all attempts to link your servers will fail.
    *    These "Allowed" fields are a space-separated list of CIDR-form IP addresses that are allowed
    *    to make server connections to your logonserver, and register realms.
    *    For example, everything in the 127.0.0.* range would be:
    *         127.0.0.0/24, as 24 of the bits must match the 127.0.0.0
    *
    *    To allow a single IP,
    *         1.3.3.7/32, would allow only 1.3.3.7 to connect as 32 of the bits must match.
    *
    *  AllowedModIPs
    *    In the same form as AllowedIPs, these are the IPs that are allowed to modify the database
    *    (adding bans, GMs, account permissions, etc)
    */
    
    <LogonServer RemotePassword = "ascent"
                 AllowedIPs = "25.175.133.92/24"
                 AllowedIPs = "192.168.100.1/24"
                 AllowedModIPs = "25.175.133.92/24">
                 AllowedModIPs = "192.168.100.1/24">
    Code:
    /*****************************************************
    * ArcEmu Realms Configuration File
    * Last edited: 11/14/2010
    *
    * Configure ArcEmu's Realms below
    ******************************************************
    ******************************************************
    * LogonServer Section
    *
    *    Address:
    *      The address (no port) of the server.
    *
    *    Port:
    *      The port on which the logon server listens. (*** NOT 3724 ***)
    *
    *    Name:
    *      Not really relevant, but name the logon.
    *
    *    RealmCount:
    *      The number of realms in the next section.
    *	To add more realms, increase this - and also fill out more realms below depending on the configuration you need to connect to them.
    *
    ******************************************************/
    
    <LogonServer Address = "25.175.133.92"
    	Port = "8093"
    	Name = "Default Logon"
    	RealmCount = "1">
    
    /******************************************************
    * Realm Section
    *
    *    Name:
    *      The name of the realm.
    *    
    *    Address:
    *      The address (and port) of that realm.
    *
    *    Icon:
    *      The type of realm (PVP, Normal, RPPVP, RP)
    *
    *    TimeZone:
    *      The location of the server (1=Development, 2=United States, 3=Oceanic, 4=Latin America, 
    *       5=Tournament, 6=Korean, 8=English, 9=German, 10=French)
    *
    *    Population:
    *      (0 = low, 1 = medium, 2 = high)
    *
    *   Important information below
    *
    *
    *	To make your server public and for you to be able to connect to it, please read this entirely.
    *
    *
    * We added two more realms to the default, why? Because of how internal networking works - each outside IP to your IP needs a connection to listen on for players/you to be able to log into.
    * This issue came up alot and MANY poorly written guides also came up with modifications to the host list in windows and a bunch of other fallacies.
    * Using these new "three realm" configs you don't have to follow any guides but this one.
    *
    *	<Realm1 Name = "Server"
    *		Address = "25.175.133.92:8129" 
    *		Icon = "PVP"
    *		Population = "1.0"
    *		TimeZone = "2">
    *	
    *	<Realm2 Name = "Private"
    *		Address = "192.168.100.1:8129" 
    *		Icon = "PVP"
    *		Population = "1.0"
    *		TimeZone = "1">
    *
    *	<Realm3 Name = "Localhost"
    *		Address = "86.7.146.190:8129" 
    *		Icon = "PVP"
    *		Population = "1.0"
    *		TimeZone = "1">
    *	
    *	EXPLANATION:
    *
    *	These three realms are all one realm, all making different listening IPs so others may log into the world.
    *
    *	Realm1 is the public realm, people outside of your network log into this.
    *
    *	Realm2 is the IP of the computer hosting the server. It will most commonly be a 192.168.*.* IP. NOT YOUR OUTSIDE/INTERNET IP. This is so other computers in your local arena network can connect to the realm.
    *
    *	Realm3 is the localhost connection, you will be using this to log into your server if you host and login to the server from the SAME computer.
    *
    *	Realmlist would then be the IP that is suitable for you to use in your setup, players will use the realm1 URL - while you use either realm2 or realm3 depending on the server setup.
    *
    *	You can cleanup the unused realms you made while doing this process if you have any, however even if you use a Realm3 type configuration to login, remember local network users on the same LAN as you will use Realm2 to login. 
    *
    *	To obtain your LAN IP address on:
    * Windows = windows-key+r > type "cmd" > type "ipconfig" > under "IPV4 Address:"
    * Linux = terminal > type "ifconfig" > under eth0's "inetaddr:"
    *	To obtain your INTERNET IP:
    * Go to: http://www.whatsmyip.org/
    * Foward ports: 3724 (Realmlist) and 8129 (World) 
    * If you add more outside(public) realms remember that their world ports need forwarding too.
    *
    * 	Timezone values :
    *	0=Korean			16=China
    *	1=Development		17=CN1
    *	2=United States     18=CN2
    *	3=Oceanic			9=CN3
    *	4=Latin America		20=CN4
    *	5=Tournament		21=CN5
    *	6=Korean			22=CN6
    *	8=English			23=CN7
    *	9=German			24=CN8
    *	10=French			25=Tournament
    *	11=Spanish			26=Test Server
    *	12=Russian			27=Tournament
    *	13=Tournament		28=QA Server
    *	14=Taiwan			29=CN9
    *	15=Tournament		30=TestServer2
    ******************************************************/
    
    <Realm1 Name = "Server"
    	Address = "25.175.133.92:8129" 
    	Icon = "Normal"
    	Population = "1.0"
    	TimeZone = "8">
    Code:
    /***********************************************************************
    * ArcEmu World Configuration File
    * Last edited: 11/14/2010
    *
    * Configure ArcEmu's world server below.
    ***********************************************************************
    ***********************************************************************
    * Mysql Database Section
    *
    *   Database.Host      - The hostname that the database is located on
    *   Database.Username  - The username used for the mysql connection
    *   Database.Password  - The password used for the mysql connection
    *   Database.Name      - The database name
    *   Database.Port      - Port that MySQL listens on. Usually 3306.
    *******************************************************/
    
    <WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "world" Port = "3306">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "characters" Port = "3306">
    
    /******************************************************
    * Listen Config
    *
    *    Host
    *        This is the address that the server will listen on.
    *        To listen on all addresses, set it to 0.0.0.0
    *        Default: 25.175.133.92
    *
    *    WorldServerPort
    *        This is the port that the world server listens on.
    *        It has to be the same as what is specified in the
    *        realms table in the LogonDatabase.
    *        Default: 8129
    *
    ******************************************************/
    
    <Listen Host = "25.175.133.92"
            WorldServerPort = "8129">
    So... anything?

    Server Problems! [Hamachi]
  2. #2
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    You haven't actually stated what your problems are.

    Revert to the default configs, now the only bit you need to change to your IP is:

    Code:
    <Realm1 Name = "Server"
    	Address = "25.175.133.92:8129" 
    	Icon = "Normal"
    	Population = "1.0"
    	TimeZone = "8">
    Set this to your hamachi IP:8129. (hamachi IP on port 8129).

    You also use this as your realmlist.

    To connect on the same computer you are hosting on you need to make more realms that point to the same server, you need a realm for localhost in that case (127.0.0.1). Incremenet number of servers and add another section like so:

    Code:
    <Realm2 Name = "Server"
    	Address = "127.0.0.1:8129" 
    	Icon = "Normal"
    	Population = "1.0"
    	TimeZone = "8">

  3. #3
    Orgtar's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Jan 2012
    Posts
    94
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am hosting it via Hamachi and now I can run but when enter login details it says theyre wrong. my realmlist is localhost

    http://gyazo.com/ee8bb0673079ce4c3bab05423bec13d6

  4. #4
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Then you need to create an account with the correct login details. Make sure you are NOT using an email as your username.

Similar Threads

  1. [Trinity] Problem with running server through hamachi
    By Flam1234 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 12-11-2010, 07:45 AM
  2. How To make your Server Public [Hamachi AND Non-Hamachi]
    By JulianX in forum WoW EMU Guides & Tutorials
    Replies: 509
    Last Post: 12-02-2010, 03:41 PM
  3. Running 2 servers with hamachi
    By sheeit in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-17-2007, 05:40 AM
  4. Please help - ascent server problem (pic)
    By lazboy in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 09-06-2007, 02:36 AM
  5. public server with hamachi
    By Zabitako in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 09-01-2007, 08:38 PM
All times are GMT -5. The time now is 08:19 AM. 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