my RS is
RealmServerListenIp = 192.168.0.9
RealmServerPort = 3725
my LS is
DefaultRealmAddr = 192.168.0.9
DefaultRealmPort = 3725
my WS is
#192.168.0.9
WorldServerPort = 4200
do i have to open port 4200 to my gaming server on my router.
Thanks
Printable View
my RS is
RealmServerListenIp = 192.168.0.9
RealmServerPort = 3725
my LS is
DefaultRealmAddr = 192.168.0.9
DefaultRealmPort = 3725
my WS is
#192.168.0.9
WorldServerPort = 4200
do i have to open port 4200 to my gaming server on my router.
Thanks
RS and LS server can't be both on 3725
WS should always be 127.0.0.1
Code:# Network interface and port for LOGIN server to listen at.
# Default: 0.0.0.0 (all interfaces) port 3724
#
LoginServerListenIp = 192.168.0.9
LoginServerPort = 3724
Code:# Network interface and port for Realm server to listen at.
# Default: 0.0.0.0 (all interfaces) port 3725
#
RealmConnectAddress = my.isp.ip
RealmServerListenIp = 192.168.0.9
RealmServerPort = 3725
And only RS and LS should be forwarded on router; in this configuration it would be ports 3724 & 3725. Allowing people to connect directly to WS would probably make WS crash, so never forward port 4200Code:# Network interface and port for WORLD server to listen at.
# MUST BE SET ALWAYS
#
WorldServerListenIp = 127.0.0.1
WorldServerPort = 4200
PS: some people even forward MySQL 3306; this is not neeeded, since only kobold needs direct access, nothing else.
Did what you said and still no go says realm is offline users can login see the realm ofline if i comment the RealmConnectAddress = my.isp.ip out they see the realm online but when they connect it fails back to the realm selection screen
any other ideas