View Single Post
  #4  
Old 02-07-2008, 05:46 PM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by Zhaar View Post
<!-- Only specify these two if you really think you need to. -->
<address>192.168.0.3</address>
<localaddress>127.0.0.1</localaddress>
address corresponds to your public IP address (what the Internet sees) and localaddress is what your LAN sees.

Change the IP in the <address></address> field to your public IP address or domain name (if you have a domain name for your IP address). If you're not sure what your IP address is, go to this website to find out.

Then, change <localaddress></localaddress> to whatever the LAN IP address of the server is, which based on the above information, looks to be 192.168.0.3.

Post back if you still have problems.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote