View Single Post
  #4  
Old 05-22-2007, 05:02 AM
oghog
Sarnak
 
Join Date: May 2007
Posts: 42
Default

Quote:
That's one of the problems with Minilogin. It verifies each client by IP addresses. So if you and your wife are on the same LAN, then you're going to have connection issues.

Try putting in your LAN IP (192.168.0.2, 192.168.0.3, etc.) in the accounts table in MySQL. This way, it separates the accounts by LAN IP rather than WAN IP. If you're using a router that's fairly old, you're going to have issues because it probably doesn't have NAT Forwarding. But first, try the link in my next paragraph, and we'll cross over that line when we get to it.


I have put our lan ip's in the accounts table. Verified those with MySQLCC.. My PC is the server PC as well. 192.168.1.150, and hers is .151...

Its just minor connection things, as we can get on and play from seperate machines in the Lan, but I was thinking it may have something to do with ports or what not. I do have an older Linksys router, not sure model # since im at work right now....thanks for your replies tho.
Reply With Quote