Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

DDTANK II. where to put wan ip??

Status
Not open for further replies.
4ever Alone = my religion
Joined
Jul 2, 2006
Messages
387
Reaction score
125
In database you put wan ip.
In the config files you put the ip on which server should listen on. If you put 0.0.0.0 in config files then server will listen on all ip's.
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Aug 2, 2009
Messages
155
Reaction score
13
sir i try guide u give.. open port 9200 and web port 88.
got this error

System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 175.140.xx.xx:88 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at Bussiness.Interface.BaseInterface.RequestContent(String Url, Int32 byteLength) in D:\Herman-PC\workspace\Server\Bussiness\Interface\BaseInterface.cs:line 154 at Bussiness.Interface.BaseInterface.RequestContent(String Url) in D:\Herman-PC\workspace\Server\Bussiness\Interface\BaseInterface.cs:line 146 at Tank.Flash.LoginGame.Page_Load(Object sender, EventArgs e) in D:\Herman-PC\workspace\Server\Tank.Flash\LoginGame.aspx.cs:line 56


tq for helping me.
 
Upvote 0
4ever Alone = my religion
Joined
Jul 2, 2006
Messages
387
Reaction score
125
sir i try guide u give.. open port 9200 and web port 88.
got this error

System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 175.140.xx.xx:88 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) --- End of inner exception stack trace --- at System.Net.HttpWebRequest.GetResponse() at Bussiness.Interface.BaseInterface.RequestContent(String Url, Int32 byteLength) in D:\Herman-PC\workspace\Server\Bussiness\Interface\BaseInterface.cs:line 154 at Bussiness.Interface.BaseInterface.RequestContent(String Url) in D:\Herman-PC\workspace\Server\Bussiness\Interface\BaseInterface.cs:line 146 at Tank.Flash.LoginGame.Page_Load(Object sender, EventArgs e) in D:\Herman-PC\workspace\Server\Tank.Flash\LoginGame.aspx.cs:line 56


tq for helping me.

Are you sure port 88 is open and the IP supplied is correct?
 
Upvote 0
Status
Not open for further replies.
Back
Top