Getting a server public with DynDNS (Not working) menu

User Tag List

Results 1 to 5 of 5
  1. #1
    jay77's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Getting a server public with DynDNS (Not working)

    Alright, so pretty much, this makes me feel kind of stupid, though I have followed countless guides, I will post detailed instructions of what I did, and please PLEASE tell me what I've done wrong, or what's going on.

    Firstly, went to DynDNS made an account, got a host, "fromtheashes.servegame.org" you have to pay for wildcard, so I couldn't check that. But I didn't think it mattered.

    I then went to my router, and opened the following ports protocol tcp and udp.

    3724 - 3724
    80 - 80
    3306 - 3306
    8129 - 8129
    8093 -8093
    6112 - 6112
    6881-6999
    3036 - 3036
    8050 -8050

    The same ports the guide told me to forward. I then got a port checker, to check the ports that were open. Every single port was open except 3306 giving me the error that an application is using it (MySQL) which is forwarded, yet I understand it doesn't need to be anyway, since MySQL runs off of it. Here is what my config looks like.

    Code:
    <Realm1 Name = "From The Ashes"
    	Address = "fromtheashes.servegame.org:8129" 
    	Icon = "PVP"
    	Population = "1.0"
    	TimeZone = "2">
    I only changed that in the configs (I have direct access of the hosting computer, the hosting computer doesn't play on the server, and if I wanted it to I would put a realm 2 on adress 127.0.0.1, I'm also not on lan with this computer).

    Here is my hosts file in system32>drivers>etc>hosts

    Code:
    # Copyright (c) 1993-2006 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    127.0.0.1       localhost
    
    75.100.20.185   fromtheashes.servegame.org 
    192.168.0.3     fromtheashes.servegame.org
    127.0.0.1       fromtheashes.servegame.org
    75.100.20.185 is the external
    192.168.0.3 is the internal
    127.0.0.1 is the local thingy

    What have I done wrong? Hamachi STILL works fine with it when I change the realms to have the hamachi IP, I have no idea why it's not working. There is no firewall running no antivirus that is blocking this. I don't understand.

    Any help would be much appreciated and +Rep!

    Getting a server public with DynDNS (Not working)
  2. #2
    googleforloss's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm in the same position as you atm.... I need help too, Someone please Answer this thread!

  3. #3
    jay77's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I still can't get it to work, I really don't understand what I've done wrong...

  4. #4
    jay77's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still in this same position, I really need some major help guys =[ time is running out, i really need to get this thing public, and I cannot seem to figure out what is going wrong. does anybody know what I can do to fix this! pleaseeeeeeeeeeeee +Rep. I havn't got any replies but one person with the same problem. I'm running Vista, I've tested all of the ports that i've combined from 4 different guides. These are what I have forwarded.

    Code:
    80
    3724
    3306
    8129
    8093
    6112
    6881-6999
    8050
    3036
    3727
    All of those are portforwarded, and I've checked to see if the port is open several times, each time for TCP and UDP comes up as open... So they are open...

    All I changed was my config file "realms" and that was to fromtheashes.servegame.org... HELP =[ please!

  5. #5
    Glorianglorre's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2009
    Posts
    340
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    # Copyright (c) 1993-2006 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    127.0.0.1       localhost
    
    75.100.20.185   fromtheashes.servegame.org 
    192.168.0.3     fromtheashes.servegame.org
    127.0.0.1       fromtheashes.servegame.org
    Should BE

    Code:
    # Copyright (c) 1993-2006 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    75.100.20.185   fromtheashes.servegame.org 
    192.168.0.3     fromtheashes.servegame.org
    127.0.0.1       fromtheashes.servegame.org

Similar Threads

  1. How to make a server public with no hamachi (works with routers too!)
    By Confucius in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 12-22-2008, 09:06 PM
  2. Getting you server public WITH OUT HAMACHI (The Noob Guide's)
    By deriko100 in forum WoW EMU Guides & Tutorials
    Replies: 35
    Last Post: 07-22-2008, 07:16 PM
  3. [Help] [Rep Cookies]: I can't even get my server public with Hamachi. :(
    By faxmunky in forum World of Warcraft Emulator Servers
    Replies: 21
    Last Post: 06-01-2008, 10:17 AM
  4. Getting Your Server Public With Hamachi! (pictures included)
    By 1ns0mnia in forum WoW EMU Guides & Tutorials
    Replies: 16
    Last Post: 04-26-2008, 02:38 PM
  5. Get Your Server Public With Out hamachi
    By Xtinction in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 04-03-2008, 04:56 PM
All times are GMT -5. The time now is 12:49 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