Quote:
Originally Posted by Zhaar
<!-- 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.