View Single Post
  #2  
Old 05-23-2018, 06:32 PM
Blyster
Fire Beetle
 
Join Date: Nov 2010
Posts: 3
Default

Tried to restart from scratch, but running into the same issue.

Server is on its own machine. I am using the public login server and doing my client testing from a separate machine using rof2 client from behind my router on the same subnet.

I initially tried leaving the eqemu_config with

Code:
"chatserver": {
        "host": ""
        "port": "7500",
}
and also tried the IP of the machine running the server

Code:
"chatserver": {
        "host": "192.168.1.100"
        "port": "7500",
}
but neither works. Am i completely missing something? Thanks in advance for any guidance you could provide.
Reply With Quote