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>
|