View Single Post
  #2  
Old 08-01-2007, 01:02 AM
Damilis's Avatar
Damilis
Hill Giant
 
Join Date: Dec 2002
Location: Nottingham!!
Posts: 217
Default

Quote:
My router static ip is 192.168.241.101
The computer ip is 81.146.63.111
Um, I am confused as these numbers sound backward. Are you saying:

A) that your router obtains the IP: 192.168.241.101 from your ISP and your computer obtains the IP: 81.146.63.111 from your router?

B) Or is it backward and your routers WAN IP is 81.146.63.111 and your computers LAN IP is 192.168.241.101 ?


If I am guessing correctly and B is true then you should make your .xml:

Quote:
<!-- Only specify these two if you really think you need to. -->
<address>81.146.63.111</address>
<localaddress>192.168.241.101</localaddress>

....

<database>
<host>192.168.241.101</host>

__________________
GM/ServerOP - Shadows of Norrath

Last edited by Damilis; 08-01-2007 at 09:08 AM..
Reply With Quote