[Guide] make server public menu

User Tag List

Results 1 to 3 of 3
  1. #1
    xX EPIC Xx's Avatar Active Member
    Reputation
    37
    Join Date
    Apr 2008
    Posts
    238
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] make server public

    Hello all i've decided to make some rep and mady become some one on the site so i made this guide.

    STEP 1)

    1, Go to www.Dyndns.com
    2, Click on register
    3, make your accont.
    4, now loggin on your account you've made
    5, go to https://www.dyndns.com/account/services/hosts/add.html
    6, make your DYNDNS
    7, click Wildcard: Yes, alias "*.hostname.domain" to same settings.
    8, then Use auto detected IP address xx.xx.xx.xx.
    9, then create host and it's done



    STEP 2)

    1,Now go to What is my ip
    and you'll see your EXTERNAL ip for ex. 454.235.25.75
    copy and paste it somewhere because this will come up later.
    2, go to START , then click "RUN" (if you got XP) if you got VISTA on the bottom you'll see a searching bar click on that (now XP, VISTA) write CMD then hit enter.
    Now a Window should popup. Write IPCONFIG in the window and there should popup some text search for STANDARD GATE WAY and on the right there should be some numbers for ex. 192.142.1.1 or some thing like that. Remember it
    now search for IPv4-adress on the right it should for ex say. 192.132.1.9 Remember it

    454.235.25.75 EXTRENALD IP
    192.142.1.1 ROUTER IP
    192.132.1.9 INTERNAL IP

    STEP 3)

    1, now we're going to do some portforwarding.
    Open internet write for ex. http://192.142.1.1 (ROUTER IP)
    and hit enter. Now write in your ROUTER
    NAME.
    Password.
    The most normal account names and passwords is:


    Code:
    Name Pass
    ______________
    admin admin
    admin password
    admin password1
    admin "nothing"
    now here is one of the most hardest parts.
    here is the ports you need to Portforward


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


    if you don't understand this go to Portworward

    STEP 3)

    1, now when you're done with that go to C:/windows/system32/drivers/etc/
    and open file HOSTS with notepad

    and it should say:

    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
    Change it to:

    #
    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
    Code:
    127.0.0.1 DYNDNS
    INTERNAL IP DYNDNS
    EXTERNAL IP DYNDNS
    STEP 4)

    1, now go to your Server folder open ascent-realms.conf / arcemu-realms.conf
    and it should look like this:


    Code:
    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at revision 336 by Dameon
    #######################################################################
    
    /********************************************************************************
     * 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 = "127.0.0.1"
                 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:
    #        Time zone the realm is in.
    #
    #    Population:
    #        (0 = low, 1 = medium, 2 = high)
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    
    <Realm1 Name = "Server name"
            Address = "127.0.0.1"
            Icon = "PVP"
            Population = "1.0"
            TimeZone = "1">
    Change:

    <Realm1 Name = "Server name"
    Address = "127.0.0.1"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    TO:

    <Realm1 Name = "Server name"
    Address = "EXTERNAL IP"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">

    If you did everything right your server should now be publiced
    CONGRATS!


    your realmlist is your website name.
    Last edited by xX EPIC Xx; 09-03-2008 at 01:56 PM.

    [Guide] make server public
  2. #2
    Erase's Avatar Banned
    Reputation
    229
    Join Date
    Jun 2008
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good guide. But needs colors

  3. #3
    xX EPIC Xx's Avatar Active Member
    Reputation
    37
    Join Date
    Apr 2008
    Posts
    238
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    omw to fix it :P

Similar Threads

  1. [Guide][DNS] How to make server public [Easy & Newb Friendly]
    By ZestyJ in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 05-22-2009, 03:35 PM
  2. Making Server Public | Also Listed a Problem Other guides dont mention
    By rejlii in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 05-08-2009, 03:16 PM
  3. [Guide]Make Server Public+Create Ascent Acc Creation Page
    By V1cTorY in forum WoW EMU Guides & Tutorials
    Replies: 124
    Last Post: 01-02-2009, 04:41 PM
  4. Making Server Public Problem
    By volume4 in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 09-14-2007, 10:47 PM
All times are GMT -5. The time now is 09:33 AM. 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