PDA

View Full Version : trouble with world


koad
02-18-2004, 09:50 AM
i can't figure out whats wrong here.. ill go over my problem and what i've checked.

using CVS source as of feb18 to get used to running my setup on linux, in much anticipation of 0.5.5, i wanted to get this working and go over any problems now on my new linux box. for this testing phase i have 3 dynamic zoneservers, and thats it.

world and zone bins load normally but i never see connect success/fail for connecting to loginservers.. and its not on world emuserver list in the client. i know it gives a status line on win32 when it connects to login servers...

server is routed via linux router project box (192.168.1.1) to the linux server machine (192.168.1.12) i use a dyndns.org entry since my ip can/does change.. (koad.ath.cx)

the router has no denied entries for the login server responding... in fact, i have changed [LoginServer]loginserver= entry to invalid hosts and still not getting an invalid ip message at all. any ideas?

edit: please note, with the same router box routing server ports to a win32 machine, i was running a server before, so I don't see routing as a problem in my setup right now.

world.log[Status] Using database 'eq' at localhost
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.3-DR3
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] libEMuShareMem.so loaded
[Status] Loading items from database: count=26679, max id=68199
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Warning: Pants may change during online play.
TCP listening on: koad.ath.cx:9000
World server listening on: koad.ath.cx:9000
16495 New TCP connection: 192.168.1.12:1055
New zoneserver: #1 192.168.1.12:1055
16575 New TCP connection: 192.168.1.12:1056
Zoneserver SetConnectInfo: 192.168.1.12:1055: koad.ath.cx:7997
New zoneserver: #2 192.168.1.12:1056
Zoneserver SetConnectInfo: 192.168.1.12:1056: koad.ath.cx:7995
16854 New TCP connection: 192.168.1.12:1057
New zoneserver: #3 192.168.1.12:1057
Zoneserver SetConnectInfo: 192.168.1.12:1057: koad.ath.cx:7996


hosts127.0.0.1 localhost localhost.localdomain
192.168.1.1 router
192.168.1.12 koad.ath.cx

LoginServer.ini
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginport=5997
loginport2=5997
worldname=koad's [non-Legit]
worldaddress=koad.ath.cx
locked=false
account=
password=

[WorldServer]
Defaultstatus=10
Unavailzone=


rc.inet chunk #EQEMU Forwarding
ipmasqadm autofw -A -r tcp 7995 9000 -h 192.168.1.12
ipmasqadm autofw -A -r udp 7995 9000 -h 192.168.1.12