So I tried changing my .xml to (ip I got from sudo ifconfig)
Code:
<tcp ip="192.168.158.128" port="9000" telnet="disable"/>
which gets me log files all the way up to starting the 5 zones.
Code:
---------------------------------------------
6558 [05.24. - 01:20:07] Starting Log: logs/eqemu_debug_world.log
6558 [05.24. - 01:20:07] [COMMON__THREADS] Starting TCPServerLoop with thread ID -1223058576
6558 [05.24. - 01:20:07] [COMMON__THREADS] Starting TCPServerLoop with thread ID -1231451280
6558 [05.24. - 01:20:07] [WORLD__INIT] Loading server configuration..
6558 [05.24. - 01:20:07] [WORLD__INIT] Log settings loaded from log.ini
6558 [05.24. - 01:20:07] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
6558 [05.24. - 01:20:07] [WORLD__INIT] Added loginserver eqemulator.net:5998
6558 [05.24. - 01:20:07] [WORLD__INIT] Connecting to MySQL...
6558 [05.24. - 01:20:07] [WORLD__INIT] HTTP world service disabled.
6558 [05.24. - 01:20:07] [WORLD__INIT] Loading variables..
6558 [05.24. - 01:20:07] [WORLD__INIT] Loading zones..
6558 [05.24. - 01:20:07] [COMMON__THREADS] Starting DBAsyncLoop with thread ID -1241515152
6558 [05.24. - 01:20:07] [WORLD__INIT] Clearing groups..
6558 [05.24. - 01:20:07] [WORLD__INIT] Clearing raids..
6558 [05.24. - 01:20:07] [WORLD__INIT] Loading items..
6558 [05.24. - 01:20:09] [WORLD__INIT] Loading guilds..
6558 [05.24. - 01:20:09] [GUILDS__ERROR] Found rank 0 for non-existent guild 1, skipping.
6558 [05.24. - 01:20:09] [GUILDS__ERROR] Found rank 1 for non-existent guild 1, skipping.
6558 [05.24. - 01:20:09] [GUILDS__ERROR] Found rank 2 for non-existent guild 1, skipping.
6558 [05.24. - 01:20:09] [WORLD__INIT] Loaded default rule set 'default'
6558 [05.24. - 01:20:09] [WORLD__INIT] Clearing temporary merchant lists..
6558 [05.24. - 01:20:09] [WORLD__INIT] Loading EQ time of day..
6558 [05.24. - 01:20:09] [WORLD__INIT] Loading launcher list..
6558 [05.24. - 01:20:09] [WORLD__INIT] Reboot zone modes ON
6558 [05.24. - 01:20:09] [WORLD__INIT] Deleted 0 stale player corpses from database
6558 [05.24. - 01:20:09] [WORLD__INIT] Deleted 0 stale player backups from database
6558 [05.24. - 01:20:09] [WORLD__INIT] Loading adventures...
6558 [05.24. - 01:20:09] [WORLD__INIT] Purging expired instances
6558 [05.24. - 01:20:09] [WORLD__INIT_ERR] Failed to start zone (TCP) listener on port 9000:
6558 [05.24. - 01:20:09] [WORLD__INIT_ERR] bind(): <0
6558 [05.24. - 01:20:09] [COMMON__THREADS] Ending TCPServerLoop with thread ID -1231451280
6558 [05.24. - 01:20:09] [COMMON__THREADS] Ending TCPServerLoop with thread ID -1223058576
but now no one can log onto my server. Any ideas on how to get the proper ip to change the config to?