[GUIDE] If you can't get your server Public... menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    SlimWoW's Avatar Member
    Reputation
    8
    Join Date
    Aug 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [GUIDE] If you can't get your server Public...

    If you can't get your server Public, and you've tried ALL of the guides and whatnot then you might just be a few steps away from others connecting to your non-hamachi server.

    1. You've gotten all of your ports forwarded on your router? Do you have them on TCP and UCP? Well there's your problem! When I had that happen to me I couldn't have any people connect to me. I switched it to only TCP and I had my friends try to connect again and, Viola! They could log in and connect!

    2. Do you have a Static IP address? Are you using it when you forward your ports on your Router? If your not, then you better get a Static IP if you don't have one and Re-forward those ports!

    3. Are your Configs set up the right way? (I'll post my configs and if yours is a little different then change it to look like mine. It works for me. It should work for you!)

    Ascent - World
    #######################################################################
    # Ascent Configuration File
    # Last Update: $Id: ascent-world.conf 4300 2008-04-15 02:59:22Z burlex $
    #######################################################################

    /********************************************************************************
    * How to use this config file: *
    * Config files are in a block->variable->setting format. *
    * A < signifies the opening of a block, the block name is expected after that. *
    * After the block name, a space and then the settings sperated by = / ' '. *
    * *
    * e.g. *
    * <block setting="0" someval = "1"> *
    * *
    * Comments can be in C format, e.g. /* some stuff */, with a // at the start *
    * of the line, or in shell format (#). *
    ********************************************************************************/

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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.
    # Database.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = SQLite (MySQL is stable, others are not)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <WorldDatabase Hostname = "localhost" Username = "root" Password = "YOUR PASSWORD TO YOUR DB GOES HERE" Name = "YOUR WORLD'S DB GOES HERE" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "YOUR PASSWORD TO YOUR DB GOES HERE" Name = "YOUR LOGONSERVER'S DB GOES HERE" Port = "3306" Type = "1">


    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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: 127.0.0.1 (localhost)
    #
    # 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 = "YOUR STATIC IP GOES HERE"
    WorldServerPort = "8129">
    ascent-realm
    #######################################################################
    # Ascent Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################

    /********************************************************************************
    * How to use this config file: *
    * Config files are in a block->variable->setting format. *
    * A < signifies the opening of a block, the block name is expected after that. *
    * After the block name, a space and then the settings sperated by = / ' '. *
    * *
    * e.g. *
    * <block setting="0" someval = "1"> *
    * *
    * Comments can be in C format, e.g. /* some stuff */, with a // at the start *
    * of the line, or in shell format (#). *
    ********************************************************************************/

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Section
    #
    # Address:
    # The address (no port) of the server.
    #
    # Port:
    # The port on which the logon server listens. (*** NOT 3724 ***)
    #
    # Name:
    # Not really relavant, but name the logon.
    #
    # RealmCount:
    # The number of realms in the next section.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <LogonServer Address = "YOUR EXTERNAL IP/DOMAIN NAME GOES HERE (e.g. wootwow.ath.cx)"
    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)
    #
    # Colour:
    # Realm colour in realm list display.
    #
    # TimeZone:
    # Time zone the realm is in.
    #
    # Population:
    # (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Realm1 Name = "YOUR FIRST REALM'S NAME GOES HERE(e.g. WootWoW)"
    Address = "YOUR STATIC IP GOES HERE:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">
    Ascent-Logonserver
    #######################################################################
    # Ascent Realms Configuration File
    # Last updated at revision 446 by Burlex
    #######################################################################

    /********************************************************************************
    * How to use this config file: *
    * Config files are in a block->variable->setting format. *
    * A < signifies the opening of a block, the block name is expected after that. *
    * After the block name, a space and then the settings sperated by = / ' '. *
    * *
    * e.g. *
    * <block setting="0" someval = "1"> *
    * *
    * Comments can be in C format, e.g. /* some stuff */, with a // at the start *
    * of the line, or in shell format (#). *
    ********************************************************************************/

    # LogonDatabase Section
    #
    # These directives are the location of the `realms` and `accounts`
    # tables.
    #
    # 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.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
    #

    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "YOUR MySQL PASSWORD GOES HERE"
    Name = "YOUR LOGONSERVER DB GOES HERE"
    Port = "3306"
    Type = "1">


    # 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 = " YOUR EXTERNAL IP ADDRESS GOES HERE"
    ISHost = " YOUR EXTERNAL IP ADDRESS GOES HERE"
    RealmListPort = "3724"
    ServerPort = "8093">

    # Server console logging level
    #
    # This directive controls how much output the server will
    # display in it's console. Set to 0 for none.
    # 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    # Default: 3
    #

    <LogLevel Screen = "0"
    File = "-1">

    # Account Refresh Time
    #
    # This controls on which time interval accounts gets
    # refreshed. (In seconds)
    # Default = 600
    #

    <Rates AccountRefresh = "600">

    # Accepted Build Range Setup
    #
    # These two directives set up which clients will be
    # allowed to authenticate with the realm list.
    #
    # Set these to the same builds that the server was
    # compiled for.
    #
    # As of the last update, version 2.1.1 was build 6739.
    #

    <Client MinBuild = "8125"
    MaxBuild = "9999">

    # WorldServer Setup
    #
    # 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"
    #

    <LogonServer RemotePassword = "YOUR MySQL PASSWORD GOES HERE">
    If your Configs look like that(Except for the Ascent-world, because I cut off the bottom so I don't make a wall of text, you only really have to change your IP info really, you really didn't need to copy my Setup for my highrate server) then your friends should connect!

    To get your Static IP if you don't have one then go to:
    PortForward.com - Free Help Setting up Your Router or Firewall
    and find your computer Operating system (e.g. Windows XP for me)
    then just follow the guide. It's actually really simple.
    Anyways, if you need help then post your question, if I can I'll try my best to answer it. Have fun with your non-Hamachi server!

    [GUIDE] If you can't get your server Public...
  2. #2
    Mango Jerry's Avatar Banned
    Reputation
    192
    Join Date
    Jan 2008
    Posts
    1,244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <WorldDatabase Hostname = "The Host for your Database (ex. DynDNS or No-IP Host)" Username = "root" Password = "YOUR PASSWORD TO YOUR DB GOES HERE" Name = "YOUR WORLD'S DB GOES HERE" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "The Host for your Database (ex. DynDNS or No-IP Host)" Username = "root" Password = "YOUR PASSWORD TO YOUR DB GOES HERE" Name = "YOUR LOGONSERVER'S DB GOES HERE" Port = "3306" Type = "1">

    <LogonDatabase Hostname = "The Host for your Database (ex. DynDNS or No-IP Host)"
    Username = "root"
    Password = "YOUR MySQL PASSWORD GOES HERE"
    Name = "YOUR LOGONSERVER DB GOES HERE"
    Port = "3306"
    Type = "1">

    - This can maybe be the reason to, but if it dosn't work, and you made a Host from DynDNS, delete the host from DynDNS and make a new one on: No-IP - Dynamic DNS, Static DNS for Your Dynamic IP
    Because sometimes with DynDNS Hosts they sometimes Shutdown and cannot be used for your server Realmlist or DB, with No-IP you ALLWAYS have a host thats not shutting down all the time!
    - You can get your Computer-IP from: What Is My IP Address? - IP Address Lookup, Info, Speed Test, and more and External from: RUN -> CMD -> IpConfig /all. And you will see a IP with 192.xxx.xxx.xxx etc.
    Last edited by Mango Jerry; 05-08-2008 at 10:59 AM.

  3. #3
    Harisukusan's Avatar Banned
    Reputation
    20
    Join Date
    Jan 2008
    Posts
    189
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice. Ill Be Making My Server In About 6 Months.
    I Will Refer To This Guide!
    +Rep!

  4. #4
    brianfury's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    keep getting:
    21:32 N LogonCommClient: Connecting to logonserver on `85.149.8.12:8093`...
    21:32 N LogonCommClient: Connection failed. Will try again in 10 seconds.

  5. #5
    sweetdaddyde's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks this guide is pretty pimp thank u!

  6. #6
    aliscion25's Avatar Member
    Reputation
    22
    Join Date
    Jul 2007
    Posts
    140
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dude epic W000t !
    I have been trying to get my server up public for a year thx!
    +Rep indeed!
    A Dynamic Dns from dyndns.com hits Hamachi LogMeOn in the face....Hamachi Dies! Dynnds Ftw!

  7. #7
    brianfury's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    but still aint working for me

  8. #8
    thelastsurviver123's Avatar Member
    Reputation
    2
    Join Date
    Nov 2007
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nohing seems to work for me eather i have hamachi working though!!!

  9. #9
    Kyentei's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Harisukusan View Post
    Nice. Ill Be Making My Server In About 6 Months.
    I Will Refer To This Guide!
    +Rep!
    In 6 months, private servers will be ruined. Ascent has stopped working on new cores n stuff. Therefor, in 6 months you'll have to stick to MangOs...

  10. #10
    Aircon's Avatar Active Member
    Reputation
    35
    Join Date
    Jul 2006
    Posts
    209
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kyentei View Post
    In 6 months, private servers will be ruined. Ascent has stopped working on new cores n stuff. Therefor, in 6 months you'll have to stick to MangOs...
    are you serious? no more ascent? /suicide

  11. #11
    helios00100's Avatar Member
    Reputation
    6
    Join Date
    Apr 2008
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well then its ok? any1 knows a good site for mangos repacks?

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

    lool

    good repacks but lastest is only 2.3.3 but they repacking new at this time v 2.4.1

  13. #13
    BaDBoYSvK's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and all are on this web

  14. #14
    BaDBoYSvK's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sry i need posts

  15. #15
    BaDBoYSvK's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reaper-X | Computers, Games, Technology ... Whatever and you can look on my wow page with hack and more but its a OLD i am playing wow when that start on version 1.8.0 xD there was fun World Of WarCraft

Page 1 of 2 12 LastLast

Similar Threads

  1. [Guide] Getting your server public! [Non-Hamachi]
    By beadle in forum WoW EMU Guides & Tutorials
    Replies: 23
    Last Post: 09-12-2009, 03:56 AM
  2. [Guide] Getting your Server Public 2.4.3 [Pictures] [Hamachi]
    By ForcesAlike in forum WoW EMU Guides & Tutorials
    Replies: 36
    Last Post: 09-28-2008, 12:06 PM
  3. [Guide] Getting your server public without hamachi
    By lilbdiablo12 in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 02-22-2008, 02:38 AM
  4. Can't get your server 2.2.x? Heres how...
    By Jay-p in forum WoW EMU Guides & Tutorials
    Replies: 11
    Last Post: 11-16-2007, 11:00 PM
All times are GMT -5. The time now is 08:21 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search