Making it public... menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Shalitas's Avatar Active Member CoreCoins Purchaser
    Reputation
    27
    Join Date
    Dec 2006
    Posts
    108
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Making it public...

    Hello everyone, before I start I'd like to tell that I made several search and couldn't figure out what is the problem.

    Im am setting up a server, Made lot of lua, sql...
    Well, my server is ready to go online.
    The only problem is... People cant get on my page
    when they aren't log at my house.

    Im quite sure it a problem due to port fowarding but I cant figure out
    the mistake. Here are my configs and I really hope someone will help me

    My static ip is 192.168.0.87 so basicly my website is http://192.168.0.87
    but I use http://gurubashi.servegame.com
    (The ip is the good one on no-ip.com)

    Router is Dir-655 d-link, I followed all the step to foward port but still, not
    working so here's a screen I took, maybe there is mistake:




    Now this is my config in c->window->system32->drivers->etc->hosts:

    # 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
    ::1 localhost
    127.0.0.1 gurubashi.servegame.com
    INTERNAL IP 192.168.0.87
    EXTERNAL IP gurubashi.servegame.com


    Finally, this is my realm.conf:

    <LogonServer Address = "127.0.0.1"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    <Realm1 Name = "World of Gurubashi"
    Address = "gurubashi.servegame.com:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">


    I would really apreciate your support !
    Thanks alot and have a nice day!


    Ps: +rep to the one who do it work :P
    Follow me @ Twitch.tv/ShalitasWins

    Making it public...
  2. #2
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    127.0.0.1 localhost
    ::1 localhost
    127.0.0.1 gurubashi.servegame.com
    INTERNAL IP 192.168.0.87
    EXTERNAL IP gurubashi.servegame.com

    I hope you've changed that for the thread.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  3. #3
    lilbdiablo12's Avatar Active Member
    Reputation
    40
    Join Date
    Feb 2008
    Posts
    535
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    127.0.0.1 localhost
    ::1 localhost
    127.0.0.1 gurubashi.servegame.com
    INTERNAL IP 192.168.0.87
    EXTERNAL IP gurubashi.servegame.com
    All should be your DNS name

  4. #4
    Shalitas's Avatar Active Member CoreCoins Purchaser
    Reputation
    27
    Join Date
    Dec 2006
    Posts
    108
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    and my dns name is gurubashi.servegame.com right?

    it should look exactly like this then:

    127.0.0.1 localhost
    ::1 localhost
    127.0.0.1 gurubashi.servegame.com
    INTERNAL IP gurubashi.servegame.com
    EXTERNAL IP gurubashi.servegame.com

    ?
    Last edited by Shalitas; 04-13-2009 at 05:17 PM.
    Follow me @ Twitch.tv/ShalitasWins

  5. #5
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Soluki View Post
    Hello everyone, before I start I'd like to tell that I made several search and couldn't figure out what is the problem.

    Im am setting up a server, Made lot of lua, sql...
    Well, my server is ready to go online.
    The only problem is... People cant get on my page
    when they aren't log at my house.

    Im quite sure it a problem due to port fowarding but I cant figure out
    the mistake. Here are my configs and I really hope someone will help me

    My static ip is 192.168.0.87 so basicly my website is http://gurubashi.servegame.com
    but I use http://gurubashi.servegame.com
    (The ip is the good one on no-ip.com)

    Router is Dir-655 d-link, I followed all the step to foward port but still, not
    working so here's a screen I took, maybe there is mistake:




    Now this is my config in c->window->system32->drivers->etc->hosts:

    # 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
    ::1 localhost
    127.0.0.1 gurubashi.servegame.com
    INTERNAL IP 192.168.0.87
    EXTERNAL IP gurubashi.servegame.com


    Finally, this is my realm.conf:

    <LogonServer Address = "192.168.0.87"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    <Realm1 Name = "World of Gurubashi"
    Address = "gurubashi.servegame.com:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">


    I would really apreciate your support !
    Thanks alot and have a nice day!


    Ps: +rep to the one who do it work :P
    Try that, change in red, let me know what your World and logon is as well

  6. #6
    Shalitas's Avatar Active Member CoreCoins Purchaser
    Reputation
    27
    Join Date
    Dec 2006
    Posts
    108
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Logon is :

    #######################################################################
    # ArcEmu Realms Configuration File
    # Last updated at rev.1875
    #######################################################################


    # 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 = "ascent"
    Name = "logon"
    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 = "0.0.0.0"
    ISHost = "0.0.0.0"
    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
    # 600 seconds = 10 minutes - 1 second = 0.0166666667 minutes 300 seconds = 5 minutes, 150 seconds = 2.5minutes
    #
    #

    <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 3.0.9 was build 9551.
    #

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

    # 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 = "127.0.0.1/24"
    AllowedModIPs = "127.0.0.1/24">


    Need a specific part in world 'cause this one is long :P ?
    Edit: Changed the

    <LogonServer Address = "192.168.0.87"
    Port = "8093"
    Name = "Default Logon"
    RealmCount = "1">

    Still not working, it doing a ''timed out'' error
    Last edited by Shalitas; 04-13-2009 at 05:29 PM.
    Follow me @ Twitch.tv/ShalitasWins

  7. #7
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "ascent"
    Name = "logon"
    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 = "192.168.0.87"
    ISHost = "192.168.0.87"
    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
    # 600 seconds = 10 minutes - 1 second = 0.0166666667 minutes 300 seconds = 5 minutes, 150 seconds = 2.5minutes
    #
    #
    
    <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 3.0.9 was build 9551.
    #
    
    <Client MinBuild = "1"
    MaxBuild = "9999">
    
    # 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 = "192.168.0.87/24"
    AllowedModIPs = "192.168.0.87/32"
    Far as the world, i just need the host connection parts, the important parts :P
    you know what to do, its in red.

  8. #8
    Shalitas's Avatar Active Member CoreCoins Purchaser
    Reputation
    27
    Join Date
    Dec 2006
    Posts
    108
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok done for the logon, now the world is:

    <Listen Host = "0.0.0.0"
    WorldServerPort = "8129">

    is it what you need?

    Now my world is doing an error:

    attempting to logon to server...
    Connection failed. Will try again in 10seconds
    Last edited by Shalitas; 04-13-2009 at 05:46 PM.
    Follow me @ Twitch.tv/ShalitasWins

  9. #9
    blademaster10's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey i have been having a problem with getting my server public i do everything these guides say but i don't know how let me know what files are need and i'll supply them because right now it set up for hamachi and i don't want it with hamachi

  10. #10
    Shalitas's Avatar Active Member CoreCoins Purchaser
    Reputation
    27
    Join Date
    Dec 2006
    Posts
    108
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bump, no one else can support please?

    Will +rep the one who do it work
    Follow me @ Twitch.tv/ShalitasWins

  11. #11
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Soluki View Post
    bump, no one else can support please?

    Will +rep the one who do it work
    <Listen Host = "DNS"
    WorldServerPort = "8129">

  12. #12
    Shalitas's Avatar Active Member CoreCoins Purchaser
    Reputation
    27
    Join Date
    Dec 2006
    Posts
    108
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok will try this, btw all the logon conf I tryied didn't work, it wasn't possible to
    launch my realm, there was always an error,

    Ok, now with the logon and world set as you told me, logon start well but world shutdown when I launch it
    Last edited by Shalitas; 04-13-2009 at 06:52 PM.
    Follow me @ Twitch.tv/ShalitasWins

  13. #13
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Soluki View Post
    ok will try this, btw all the logon conf I tryied didn't work, it wasn't possible to
    launch my realm, there was always an error,

    Ok, now with the logon and world set as you told me, logon start well but world shutdown when I launch it
    Nothing is going to work right unless you change everything like i said, then satrt the server, and send error

  14. #14
    Shalitas's Avatar Active Member CoreCoins Purchaser
    Reputation
    27
    Join Date
    Dec 2006
    Posts
    108
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bloodsin View Post
    Nothing is going to work right unless you change everything like i said, then satrt the server, and send error
    ok everything is set like what you told me, took a screen of the error,
    going to post it soon wont be long



    Btw do you have msn? Would be mutch more easy :P
    Last edited by Shalitas; 04-13-2009 at 06:57 PM.
    Follow me @ Twitch.tv/ShalitasWins

  15. #15
    Bloodsin's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    165
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Soluki View Post
    ok everything is set like what you told me, took a screen of the error,
    going to post it soon wont be long
    ok, what i have noticed with these repacks/servers as we grow into a newer and newer age, there getting more complicated lol

Page 1 of 2 12 LastLast

Similar Threads

  1. Setting up an Anscent Server and Making it Public
    By Sveiningos in forum WoW EMU Guides & Tutorials
    Replies: 63
    Last Post: 01-18-2008, 12:56 AM
  2. Guide To Making a public website
    By zoidberg891 in forum WoW EMU Guides & Tutorials
    Replies: 22
    Last Post: 11-26-2007, 05:17 PM
  3. Help Making Server Public[Antix]
    By Fuynuns93 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 10-03-2007, 04:13 PM
  4. Ascent - Making server public help!!
    By stoneface1 in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-18-2007, 09:24 AM
  5. 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 03:32 PM. 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