Issues with Hamachi menu

Shout-Out

User Tag List

Results 1 to 7 of 7
  1. #1
    Obrien28's Avatar Member
    Reputation
    5
    Join Date
    Oct 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Issues with Hamachi

    I'm making a server to fool around on; I can connect, but my buddys cant.

    They are using the correct realmlist, and they are connected to Hamachi when they're attempting to log in.

    What may be the issue?

    +rep For Help!
    Last edited by stoneharry; 02-03-2011 at 02:52 AM. Reason: Added prefix + renamed thread to something more suitable.

    Issues with Hamachi
  2. #2
    ev1's Avatar Banned
    Reputation
    98
    Join Date
    Nov 2008
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Are you making sure to portforward for them?

    ---------- Post added at 01:01 AM ---------- Previous post was at 12:59 AM ----------

    And what is your realmlist set to? Mind if i try to connect and see what errors i get.

  3. #3
    Obrien28's Avatar Member
    Reputation
    5
    Join Date
    Oct 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I need to portfoward to use Hamachi?

  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)
    Originally Posted by Obrien28 View Post
    I need to portfoward to use Hamachi?
    No but your firewall may be blocking it (it does for me in the past).

    Try turning your firewall off and make sure your realm.config is set to your hamachi IP.

  5. #5
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post your confs and as said, check your firewall as for example AVG blocks it when i try to host games.
    If you need me you have my skype, if you don't have my skype then you don't need me.

  6. #6
    Obrien28's Avatar Member
    Reputation
    5
    Join Date
    Oct 2008
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just disabled my firewall, here is my autherserver.conf;

    Code:
    ###############################################
    # Trinity Core Auth Server configuration file #
    ###############################################
    [authserver]
    
    ###################################################################################################
    # SECTION INDEX
    #
    #    EXAMPLE CONFIG
    #    AUTH SERVER SETTINGS
    #    MYSQL SETTINGS
    #
    ###################################################################################################
    
    ###################################################################################################
    # EXAMPLE CONFIG
    #
    #    Variable
    #        Description: Brief description what the variable is doing.
    #        Important:   Annotation for important things about this variable.
    #        Example:     "Example, i.e. if the value is a string"
    #        Default:     10 - (Enabled|Comment|Variable name in case of grouped config options)
    #                     0  - (Disabled|Comment|Variable name in case of grouped config options)
    #
    # Note to developers:
    # - Copy this example to keep the formatting.
    # - Line breaks should be at column 100.
    ###################################################################################################
    
    ###################################################################################################
    # AUTH SERVER SETTINGS
    #
    #    LogsDir
    #        Description: Logs directory setting.
    #        Important:   LogsDir needs to be quoted, as the string might contain space characters.
    #                     Logs directory must exists, or log file creation will be disabled.
    #        Default:     "" - (Log files will be stored in the current path)
    
    LogsDir = "logs"
    
    #
    #    MaxPingTime
    #        Description: Time (in minutes) between database pings.
    #        Default:     30
    
    MaxPingTime = 30
    
    #
    #    RealmServerPort
    #        Description: TCP port to reach the auth server.
    #        Default:     3724
    
    RealmServerPort = 3724
    
    #
    #
    #    BindIP
    #        Description: Bind auth server to IP/hostname
    #        Default:     "0.0.0.0" - (Bind to all IPs on the system)
    
    BindIP = "0.0.0.0"
    
    #
    #    PidFile
    #        Description: Auth server PID file.
    #        Example:     "./authserver.pid"  - (Enabled)
    #        Default:     ""                  - (Disabled)
    
    PidFile = ""
    
    #
    #    LogLevel
    #        Description: Server console level of logging
    #        Default:     0 - (Minimum)
    #                     1 - (Basic)
    #                     2 - (Detail)
    #                     3 - (Full/Debug)
    
    LogLevel = 0
    
    #
    #    LogFile
    #        Description: Log file for main server log.
    #        Default:     "Auth.log" - (Enabled)
    #                     ""           - (Disabled)
    
    LogFile = "Auth.log"
    
    #
    #    SQLDriverLogFile
    #        Description: Log file for SQL driver events.
    #        Example:     "SQLDriver.log" - (Enabled)
    #        Default:      ""             - (Disabled)
    
    SQLDriverLogFile = ""
    
    #
    #    LogTimestamp
    #        Description: Append timestamp to the server log file name.
    #                     Logname_YYYY-MM-DD_HH-MM-SS.Ext for Logname.Ext
    #        Default:     0 - (Disabled)
    #                     1 - (Enabled)
    
    LogTimestamp = 0
    
    #
    #    LogFileLevel
    #        Description: Server file level of logging
    #        Default:     0 - (Minimum)
    #                     1 - (Basic)
    #                     2 - (Detail)
    #                     3 - (Full/Debug)
    
    LogFileLevel = 0
    
    #
    #    LogColors
    #        Description: Colors for log messages (Format: "normal basic detail debug").
    #        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
    #        Example:     "13 11 9 5" - (Enabled)
    #        Default:     ""          - (Disabled)
    
    LogColors = ""
    
    #
    #    EnableLogDB
    #        Description: Write log messages to database (LogDatabaseInfo).
    #        Default:     0 - (Disabled)
    #                     1 - (Enabled)
    
    EnableLogDB = 0
    
    #
    #    DBLogLevel
    #        Description: Log level of databases logging.
    #        Default:     1 - (Basic)
    #                     0 - (Minimum)
    #                     2 - (Detail)
    #                     3 - (Full/Debug)
    
    DBLogLevel = 1
    
    #
    #    UseProcessors
    #        Description: Processors mask for Windows based multi-processor systems.
    #        Default:     0  - (Selected by OS)
    #                     1+ - (Bit mask value of selected processors)
    
    UseProcessors = 0
    
    #
    #    ProcessPriority
    #        Description: Process priority setting for Windows based systems.
    #        Default:     1 - (High)
    #                     0 - (Normal)
    
    ProcessPriority = 1
    
    #
    #    RealmsStateUpdateDelay
    #        Description: Time (in seconds) between realm list updates.
    #        Default:     20 - (Enabled)
    #                     0  - (Disabled)
    
    RealmsStateUpdateDelay = 20
    
    #
    #    WrongPass.MaxCount
    #        Description: Number of login attemps with wrong password before the account or IP will be
    #                     banned.
    #        Default:     0  - (Disabled)
    #                     1+ - (Enabled)
    
    WrongPass.MaxCount = 0
    
    #
    #    WrongPass.BanTime
    #        Description: Time (in seconds) for banning account or IP for invalid login attempts.
    #        Default:     600 - (10 minutes)
    #                     0   - (Permanent ban)
    
    WrongPass.BanTime = 600
    
    #
    #    WrongPass.BanType
    #        Description: Ban type for invalid login attempts.
    #        Default:     0 - (Ban IP)
    #                     1 - (Ban Account)
    
    WrongPass.BanType = 0
    
    #
    ###################################################################################################
    
    ###################################################################################################
    # MYSQL SETTINGS
    #
    #    LoginDatabaseInfo
    #        Description: Database connection settings for the realm server.
    #        Example:     "hostname;port;username;password;database"
    #                     ".;somenumber;username;password;database" - (Use named pipes on Windows
    #                                                                 "enable-named-pipe" to [mysqld]
    #                                                                 section my.ini)
    #                     ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
    #                                                                           Unix/Linux)
    #        Default:     "127.0.0.1;3306;trinity;trinity;auth"
    
    LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
    
    #
    #    LoginDatabase.WorkerThreads
    #        Description: The amount of worker threads spawned to handle asynchronous (delayed) MySQL
    #                     statements. Each worker thread is mirrored with its own connection to the
    #        Default:     1
    
    LoginDatabase.WorkerThreads = 1
    
    #
    ###################################################################################################

  7. #7
    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)
    Look in the database for the realmlist.

Similar Threads

  1. Running 2 servers with hamachi
    By sheeit in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 09-17-2007, 05:40 AM
  2. am having issues with Chrispee's antrix
    By krisfahnz in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-09-2007, 01:32 PM
  3. public server with hamachi
    By Zabitako in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 09-01-2007, 08:38 PM
  4. Issue with starting Antrix.exe
    By LampShade in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 08-30-2007, 04:00 AM
  5. Issues with Deeprun Tram exploit
    By shade599 in forum World of Warcraft Exploration
    Replies: 3
    Last Post: 03-25-2007, 08:01 AM
All times are GMT -5. The time now is 02:20 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