[Guide] Getting your Server Public 2.4.3 [Pictures] [Hamachi] menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 37
  1. #1
    ForcesAlike's Avatar Member
    Reputation
    11
    Join Date
    Sep 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Getting your Server Public 2.4.3 [Pictures] [Hamachi]

    Things Needed:
    Hamachi:
    https://secure.logmein.com/products/...pn.asp?lang=en
    And a Repack i recommend http://www.mmowned.com/forums/ascent...5-include.html

    Step 1: Downloading Hamachi & Making a Network
    Click the link Above.
    Click :

    Then click [Go to Download].
    Now click [Download]
    Run it and make sure you get a icon on your desktop like so:

    Now double click it to open it.
    Click the power button on the bottom.
    Should open up something like this:

    (Its edited not to show my IP) ^^^
    Once you have this menu up, Hit the triangle button.
    Click:" Create a new network .. "
    For network name put your server name.
    And Remeber its CaSe SeNsItIvE.
    For password i recommend something like " 123 "
    Once you done that click [Create]

    Step 2: Configs
    Ok where you saved your Repack go there.
    Now open up your configs folder.
    Open up Cofigs with notepad.
    Only posting things needed to be changed. (Your hamachi ip = the thing at the top of hamachi menu)
    arcemu-world

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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 = "Hamachi IP"
    WorldServerPort = "8129">
    arcemu-logonserver

    # 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 = "Hamachi IP"
    ISHost = "Hamachi IP"
    RealmListPort = "3724"
    ServerPort = "8093">
    Scroll down to the bottom of "aremu-logonserver"
    # 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-seperated 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 = "Hamachi IP/24"
    AllowedModIPs = "Hamachi ip
    /24">
    arcemu-realms

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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 = "Hamachi IP"
    Port = "8093"
    Name = "Default Logon" <--LEAVE THIS ALONE!
    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 = "Any thing you want"
    Address = "Hamachi IP:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">
    Step 3: Getting your Friends on
    They have to download Hamachi.
    Once in hamachi menu.
    Click the Triangle.
    Then " Join existing network "
    Then have them try in your network's details, click join.
    Make them an account.
    Have then go into there WoW Directory Folder open Realmlist with a note and put
    set realmlist Your-Hamachi-IP
    set patchlist us.version.worldofwarcraft.com

    Close it and save.
    Go into you repack directory file.
    Run the " .exe " Files
    Now they can connect!
    ----------------------------
    Credits to:
    Apples Ascent-For the repack
    Me-For guide
    Hamachi-For making there service xD
    ------------------------------
    Having problems? post here ill get to you as fast as i can. Post your configs so i can figure out all
    im getting is "i have a problem" and i have no idea of what your problem is then (sometimes).
    ------------------------------
    Enjoy,

    dylandj17



    +Rep If this helps you in any way.
    Last edited by ForcesAlike; 09-07-2008 at 12:49 PM.

    [Guide] Getting your Server Public 2.4.3 [Pictures] [Hamachi]
  2. #2
    Bobbert's Avatar Member
    Reputation
    2
    Join Date
    Jul 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    This guide helped sooo much :|

    Thanks dude, I found it easy to set my private server up publicly with this thread.

  3. #3
    saintchuck's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    there are no realms please help

  4. #4
    DeeplySorry1's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i get failed to connect to meditation server when i click the power button help pls? ive tried turning off my firewall nothin works

  5. #5
    Machiavelli's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice one M8. thnx a lot for that.

  6. #6
    ForcesAlike's Avatar Member
    Reputation
    11
    Join Date
    Sep 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DeeplySorry1 View Post
    i get failed to connect to meditation server when i click the power button help pls? ive tried turning off my firewall nothin works
    Go to your connections in the " Start " menu and make sure Hamachi isnt Blocked.

  7. #7
    EvilBore's Avatar Member
    Reputation
    27
    Join Date
    Jul 2007
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great guide

  8. #8
    EvilBore's Avatar Member
    Reputation
    27
    Join Date
    Jul 2007
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    helped out alot

  9. #9
    EvilBore's Avatar Member
    Reputation
    27
    Join Date
    Jul 2007
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    &nbsp&nbsp

  10. #10
    EvilBore's Avatar Member
    Reputation
    27
    Join Date
    Jul 2007
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    &nbsp&nbsp &nbsp

  11. #11
    ForcesAlike's Avatar Member
    Reputation
    11
    Join Date
    Sep 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jp128 View Post
    &nbsp&nbsp &nbsp
    I dont understand?

  12. #12
    aboone's Avatar Active Member
    Reputation
    17
    Join Date
    May 2008
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice guide!

  13. #13
    ForcesAlike's Avatar Member
    Reputation
    11
    Join Date
    Sep 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aboone View Post
    Nice guide!
    Thank you very much.

  14. #14
    wowspanky's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the Guide +Rep

  15. #15
    Anthonyrox8's Avatar Banned
    Reputation
    34
    Join Date
    Aug 2007
    Posts
    296
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    will this work with Wotlk servers to? i wanta help a friend join my server without having to make his own

Page 1 of 3 123 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] how to get your server public whit hamachi..easy.
    By marsa in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 05-20-2009, 01:33 PM
  3. [GUIDE] If you can't get your server Public...
    By SlimWoW in forum WoW EMU Guides & Tutorials
    Replies: 18
    Last Post: 06-08-2008, 03:56 PM
  4. [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
  5. a way to get your server public without a LAN connection
    By foamysquirl in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 02-15-2008, 04:07 PM
All times are GMT -5. The time now is 11:46 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