View Single Post
  #5  
Old 07-19-2015, 02:53 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

If you're trying to login from a local network, then you will need to setup your server to run off of your server's lan IP address, not localhost.

Basically, just change all of the addresses from 127.0.0.1 to 192.168.xx.xx - where xx.xx is your subnet.id

You should leave only your database on 127.0.0.1


It's essentially like running a publicly accessible server, with the exception that you run your own login server and there is no port-forwarding.

Running exclusively on localhost indicates that you wish to play solo on a single computer.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote