E bok, napravio sam svoj privatni wow BC server. i sada svi koji žele igrat na mom serveru piše im Unable to connect ali server radi. Molim vas wow-ovci pomoć hitno.
- +/- sve poruke
- ravni prikaz
- starije poruke gore
di ti je server hostan ? jesi im dao dobru adresu logon servera ?
malo detalja....
Oni su postavili realmlist na set realmlist 127.0.0.1,napravio sam im acc koji na mom kompu radi, ali na njihovom ne jer im dolazi poruka "Unable to connect". Server cijelo vrijeme radi jer na mom kompu mogu se ulogirati i sve ali oni nemreju. Pa sad nezz možda vi imate neko riješenje.
Mozda imate razlicit patch.
sigurno drugi patch
Ma ja sam napravil svoj server pa sada oni žele malo igrat na mom serveru pa onda onak Internet aki na malo.
Oni su postavili realmlist na set realmlist 127.0.0.1,napravio sam im acc koji na mom kompu radi, ali na njihovom ne jer im dolazi poruka "Unable to connect". Server cijelo vrijeme radi jer na mom kompu mogu se ulogirati i sve ali oni nemreju. Pa sad nezz možda vi imate neko riješenje.
ta IP adresa ti NIJE validna....jesi mozda pokrenuo neki dadicated na svom compu? imas li static IP?
kak nije kakva onda treba biti IP adresa i nisam pokrenuo nikakav dadicated
pa di ti je hostan server?
server je hostan na njegovom kompu
kao prvo samo tebi treba/može biti realmlist 127.0.0.1 to je adresa tvog kompa koju samo ti možeš vidjeti. Svojim prijateljima trebaš dati svoj IP da stave u realmlist.
Znači odeš ovdje:
vidiš koji ti je IP i onda ti i frendovi ti stave u realmlist ovo "set realmlist XX.XXX.XXX.XX" umjesto X-ova staviš svoj IP. Ako imaš net kao većina Hrvata onda ti se IP mjenja nakon svakog reconecta pa pripazi malo na to.
Naravno moraš još pripaziti na patcheve, verziju servera, verziju baze uglavnom ako nikad nisi s ovakvim stvarima radio nebi ti ja to preporučio definitivno...
ok bum probal , a kak neki serveri nemaj set realmlist i onda brojevi, neg oni imaju slova npr. set realmlist masterrot.de
neće probali smo ali neće
Evo kopiral sam tekst iz logonserver datoteke:
#######################################################################
# ArcEmu Realms Configuration File
# Last updated at revision 425 by neo_mat
#######################################################################
/********************************************************************************
* 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 = "root"
Name = "characters"
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 = "127.0.0.1"
ISHost = "127.0.0.1"
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 = "120">
# 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 = "8606"
MaxBuild = "8606">
# 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 = "youtube"
AllowedIPs = "127.0.0.1/32"
AllowedModIPs = "127.0.0.1/32">
E pa kad ti je naređeno da se server vrti na localhost ili 127.0.0.1 onda se samo ti i možeš spojiti na njega.
Da bi ti server bio dostupan drugima moraš to promjeniti, ali prvo moraš napraviti acc na http://www.no-ip.com/ te zatim registriati i napraviti besplatni DNS host. I na kraju dobijes host tipa mojserver.servegame.com
E onda sve u configu gdje piše 127.0.0.1 moraš podesiti na mojserver.servegame.com .
I preko toga ti se prijatelji i ostali spajaju. Osim toga moraš im napraviti accounte. Sam ručno, ili ako hočeš da se drugi registriraju moraš naučiti hostati svoj web server preko wampp ili xampp.
Edit: BTW koliko ja znam Blizzard brani privatne servere koji po standardu zarađuju na "donacijama" (prodaji virtualnih itema).
E daj i pogledajte realms datoteku:
#######################################################################
# 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 = "Clever server"
Address = "127.0.0.1:8129"
Icon = "Normal"
Population = "1.0"
TimeZone = "1">
Opet ista stvar
<LogonServer Address = "mojserver.servegame.com"
Port = "8093"
Name = "Moj prvi wow server"
RealmCount = "1">
<Realm1 Name = "Prvi realm"
Address = "mojserver.servegame.com:8129"
Icon = "Normal"
Population = "1.0"
TimeZone = "1">
Da. Samo provjeri da li si sve dobro namjestio u configima.
e i evo sada logonserver datoteke, pogle jer je sve dobro:
#######################################################################
# ArcEmu Realms Configuration File
# Last updated at revision 425 by neo_mat
#######################################################################
/********************************************************************************
* 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 = "root"
Name = "characters"
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 = "cleverserver.servegame.com"
ISHost = "cleverserver.servegame.com"
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 = "120">
# 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 = "8606"
MaxBuild = "8606">
# 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 = "youtube"
AllowedIPs = "127.0.0.1/32"
AllowedModIPs = "127.0.0.1/32">
Server ti se ugasi zato što nisi otvorio portove: 3724, 80, 3306, 8129, 8093, 6112, 6881-6999, 8050.
e opet nekaj nece !!!
e a kako da otvorim te portove koje si rekao?
