Lording
Well-Known Member
- Joined
- Jan 9, 2008
- Messages
- 802
- Reaction score
- 80
I need help with my Global IP
it says :
Local ip address : 191.168.~
Local port : 7171
Global IP address : 127.0.0.1
and my config lua :
-- Server ip (the ip that server listens on)
ip = "189.174.101.184"
-- SQL type
-- options: mysql, sqlite, odbc or pgsql
SQL_Type = "mysql"
---------------------------
When I put in config that :
-- SQL type
-- options: mysql, sqlite, odbc or pgsql
SQL_Type = "sqlite"
my IP is :
Local ip address : 191.168.~
Local port : 7171
Global IP address : 189.174.101.184
If anyone know what is the problem please help me..
Thanks.
it says :
Local ip address : 191.168.~
Local port : 7171
Global IP address : 127.0.0.1
and my config lua :
-- Server ip (the ip that server listens on)
ip = "189.174.101.184"
-- SQL type
-- options: mysql, sqlite, odbc or pgsql
SQL_Type = "mysql"
---------------------------
When I put in config that :
-- SQL type
-- options: mysql, sqlite, odbc or pgsql
SQL_Type = "sqlite"
my IP is :
Local ip address : 191.168.~
Local port : 7171
Global IP address : 189.174.101.184
If anyone know what is the problem please help me..
Thanks.