Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Page 1 of 3 123 LastLast
Results 1 to 10 of 24
  1. #1
    Sergeant
    Mario's Avatar
    Join Date
    Feb 2009
    Location
    Under your Bed!
    Posts
    77
    Post Thanks / Like
    Rep Power
    16
    Reputation
    65

    [TUT]How to make your Server public(NON HAMACHI)


    Register to remove this ad
    PART 1:
    Step 1 : go to DynDNS.com: DNS Hosting, E-mail Delivery, VPS Hosting and Other Services and make an account.
    Step 2 : go to my services and click Add Hostname
    Step 3 : create a Hostname which what ever you want. For this example I will use wow.servegame.org.
    Step 4 : Where it says IP adress click the link uder that.
    Step 5 : Copy the adress that was put into that adress. You will need it later. THIS IS YOUR EXTERNAL IP
    Step 6 : Press Create host and your done with part one

    Now go to start run and type cmd
    When the window pops up type ipconfig
    When it loads only look at -IP address this is your INTERNAL IP
    Keep this window open





    PART 2:

    Step 1 : Downloading What ever repack you want.
    Step 2 : Put it into your C: drive.
    Step 3 : GO to C > Windows > system32 > drivers > etc > hosts and add these lines.


    Code:
    127.0.0.1 wow.servegame.org
    INTERNAL IP wow.servegame.org
    EXTERNAL IP wow.servegame.org
    Remember to replace wow.servegame.org with what you made


    you can find whats is your external ip at What's My IP Address?
    your ip will be on top of the site.
    If you dont have Static ip you will have to change third line everytime you connect to internet.


    Part 3 - PORTS
    You need to forward these ports:

    Code:
    8129
    8093
    3724
    3727 (this is for voice chat, it is optional)
    80 (this is for apache/your website)
    On TCP.
    normal router password is 0000

    Part 4 - Realmlist.WTF and configuration file.

    Step 1 : Go into your arcemu-realms.
    Step 2 : Change the IP to Your EXTERNAL IP
    Step 3 : Scroll down and copy and paste the bottom part. Where it says your names and Icon type and realm type.
    Step 4 : Change

    Code:
    <Realm1 Name = "yourservername"
        Address = "127.0.0.1:8129" 
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "1">
    to


    Code:
    <Realm1 Name = "yourservername"
        Address = "your external ip:8129" 
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "1">
    Now go into your realmlist.wtf and change
    Code:


    Code:
    set realmlist us.logon.worldofwarcraft.com
    to


    Code:
    set realmlist wow.servegame.org
    *note* for 3.0.3(and above) Servers or Clients your realmlist is in your WoW folder in Data > EnUS/EnGB

    for 2.4.3 its just in World of Warcraft folder.

    *remember to replace wow.servegame.org with whatever you made on DynDNS

    I really hope this helped someone

    Credits to:
    Me(Mario)for making this guide.

    If you need help ask here i will try to help you.


    › See More: [TUT]How to make your Server public(NON HAMACHI)
    If i helped you somehow use that magic button!



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Beginner

    Join Date
    Feb 2009
    Posts
    4
    Post Thanks / Like
    Rep Power
    16
    Reputation
    4
    Quote Originally Posted by Mario View Post
    Code:
    127.0.0.1 wow.servegame.org
    INTERNAL IP wow.servegame.org
    EXTERNAL IP wow.servegame.org

    You don't need, nor want, all 3, and you should not list your external. All you need is to map it to either 127.0.0.1 or your internal address depending on how you are binding your services.

  4. #3
    Contributor
    runiker's Avatar
    Join Date
    Jul 2008
    Posts
    170
    Post Thanks / Like
    Rep Power
    17
    Reputation
    113
    @waymirec for pointing that out also love the guid i like non-hamachi servers :P

  5. #4
    Contributor
    enegue's Avatar
    Join Date
    Aug 2008
    Location
    Before God
    Posts
    715
    Post Thanks / Like
    Rep Power
    17
    Reputation
    106
    G'job Mario <3 Non-Hamachi.

    Would be great if you could add in pictures

  6. #5
    Banned

    Join Date
    Aug 2008
    Location
    Scotland
    Posts
    652
    Post Thanks / Like
    Rep Power
    0
    Reputation
    103
    Hmm. for some reason - my router does not have anywhere I can forward my ports. All I can do is do the Firewall Ports.

    Any ideas?

  7. #6
    Contributor
    enegue's Avatar
    Join Date
    Aug 2008
    Location
    Before God
    Posts
    715
    Post Thanks / Like
    Rep Power
    17
    Reputation
    106
    I managed to find a site before that gives you a thing you have to run and it will open up the ports for you. I'll let you know if I ever find it again?

  8. #7
    Scout
    Xalor's Avatar
    Join Date
    Mar 2009
    Location
    norway (gmt+1) www.qqcraft.org
    Posts
    16
    Post Thanks / Like
    Rep Power
    16
    Reputation
    9

    Wink very good:D

    very nice guide, clean and nice! you got my

  9. #8
    Contributor
    enegue's Avatar
    Join Date
    Aug 2008
    Location
    Before God
    Posts
    715
    Post Thanks / Like
    Rep Power
    17
    Reputation
    106
    Although, if you already gave 1 to Mario (which obviously deserved no rep for another set of LUA commands which has been posted by Runiker) then you can't give another here lol, I think.

  10. #9
    Beginner

    Join Date
    Mar 2009
    Posts
    4
    Post Thanks / Like
    Rep Power
    16
    Reputation
    2
    I cant get my server to go public and i did everything you said

    my Realmlist is
    <LogonServer Address = "worldofhellcraft.servegame.org"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">


    Logon server is
    <LogonDatabase Hostname = "worldofhellcraft.servegame.org"
    Username = "root"
    Password = "root"
    Name = "characters"
    Port = "3306"
    Type = "1">

  11. #10
    Sergeant
    Mario's Avatar
    Join Date
    Feb 2009
    Location
    Under your Bed!
    Posts
    77
    Post Thanks / Like
    Rep Power
    16
    Reputation
    65

    Register to remove this ad
    you need to set your hostname to localhost then try
    If i helped you somehow use that magic button!

 

 
Page 1 of 3 123 LastLast

Visitors found this page by searching for:

trinity core with hamachi

trinity core hamachi

trinitycore non hamachi

make trinity server public non hamachi

how to make a trinity core server public

how to make my server public without hamachi

how to make your trinity server on hamachi

how to make trinity core without hamachi

trinity core server public

how to make a wow private server non hamachi trinity core

how to make trinity core public with hamachi

tutorial dos box hamachi 127.0.0

How to make a private server public on wow without hamachi trinitycore

hamachi server trinity

how make trinity server online non hamachi

127.0.0.1

set up public trinity server without hamachi

how to make a server public without hamachi trinity

trinity core public server with client in one pc

autosave server wow trinity

how to make a linux trinitycore private wow server public without hamachi

wow trinity core hamachi disconnects

how to make a trinity server public no hamachi

hamachi trinity core

how to get your server online with hamachi trinity core

trinity core 2 hamachi

trinity server public

how to make trinity core on hamachi

Trinitycore play over lan

wow trinitycore public server

trinity wow with hamachi public

How to make World of Warcraft public server non Hamachi

How to make trinitycore server public

how to make a trinity private server public hamachi

how to make trinity server public hamachi

trinity server with hamachi

How to make wow trinity private server public with hamachi

make trinitycore public

tirnity server public

trinity über hamachi

how to make your server public ArcEmu Non-Hamachi

trinity hamachi

trinity wow server hamachi

MAKE autosave SERVER trinity core

setup trinitycore with hamachi

make trinity public server

how to make trinity private server public

how to make a trinity server public

how to make tinity core public with hamachi

public trinity with hamachi

SEO Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 04:43 PM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org