Hi there
Running Server 2003 Enterprise and Johveds repack in conjunction with Hamachi
Added 127.0.0.1 5.175.135.135 to my hosts file,no firewall running
Here are amy config files (Just the relevant parts?)
arcemu-logonserver.conf
Code:
#######################################################################
# ArcEmu Realms Configuration File
# Last updated at rev.1875
#######################################################################
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "root"
Name = "characters"
Port = "3306"
Type = "1">
# Host Directive
<Listen Host = "5.175.135.135"
ISHost = "5.175.135.135"
RealmListPort = "3724"
ServerPort = "8093">
# 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">
<LogonServer RemotePassword = "xxxx"
AllowedIPs = "5.175.135.135/24"
AllowedModIPs = "5.175.135.135/24">
arcemu-realms.conf
Code:
<LogonServer Address = "5.175.135.135"
Port = "8093"
Name = "Default Logon"
RealmCount = "1">
<Realm1 Name = "SYNERGY"
Address = "5.175.135.135:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
arcemu-world.conf
Code:
<Listen Host = "5.175.135.135"
WorldServerPort = "8129">
Got it working with default values (0.0.0.0) but players were unable to select the realm.
Any assistance would be much appreciated!