View Single Post
  #9  
Old 04-17-2017, 03:15 AM
spidey1170
Sarnak
 
Join Date: May 2009
Location: Alaska
Posts: 61
Default

Quote:
Originally Posted by The_Beast View Post
Ok, my knowledge for troubleshooting is running out, but I have one last "fishing" expedition to try, but again, it shouldn't really matter, but I guess it can't hurt to try.

In your eqemu_config try uncommenting the world/local addresses and adding the 127.0.0.1 (below)
Code:
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>
Changed and didn't help. Thank you for trying, though. I tried a bunch of these earlier, recompiled, re-sourced all databases, recreated users.

nmap shows that all the necessary ports are open and accepting connections:

sudo nmap -sT -O localhost > nmap.txt
Code:
Starting Nmap 7.40 ( https://nmap.org ) at 2017-04-16 23:14 AKDT
Nmap scan report for localhost (127.0.0.1)
Host is up (0.00017s latency).
Other addresses for localhost (not scanned): ::1
rDNS record for 127.0.0.1: localhost.localdomain
Not shown: 994 closed ports
PORT     STATE SERVICE
...
3306/tcp open  mysql
5999/tcp open  ncd-conf
9000/tcp open  cslistener
No exact OS matches for host (If you know what OS is running on it, see https://nmap.org/submit/ ).
Reply With Quote