View Single Post
  #12  
Old 10-14-2013, 06:02 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

(I think this is true, but someone double-check me...)

I don't know what all you have changed since the first post, but generally you only want to use '127.0.0.1' for things on your computer
that connect to your computer (i.e., MySQL database.)

Everything else should be your local IP address of '192.168.1.85'..otherwise you would need another translator to forward from
192.168.1.85 to 127.0.0.1, and visa-versa. (192.168.1.85 != 127.0.0.1)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote