Author Topic: LanLobby is Ok but Internet Lobby always broken!  (Read 4384 times)

fingerx

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
LanLobby is Ok but Internet Lobby always broken!
« on: July 11, 2016, 12:04:16 PM »
I purchased tnet and StarlinkUI Package, all the resources are up to date. In strict accordance with documentation provided Starlink scene, other features are good, but Internet Tcp Lobby alway show searching, what did not happen! :-\

I used aliyun server, a firewall is set up correctly and the port number. Online port detection tool checked ports are open.

Connect to the game server via tcp ok, but tcpLobby server is alway show searching!!

Unity Vesrion is 5.x, Server is win2008 x64,Can anyone help me please? Thanks!

add more details:

1.using telnet myserverip serverport  is ok but using tnet  StarlinkUI Package always show searching....
« Last Edit: July 12, 2016, 04:15:08 AM by fingerx »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: LanLobby is Ok but Internet Lobby always broken!
« Reply #1 on: July 13, 2016, 10:52:25 AM »
How did you launch your lobby server? Remember, game server and lobby server are different things. For example, this is how I launch mine:
  1. TNServer.exe -name "Starlink Lobby" -tcpLobby 5134

fingerx

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: LanLobby is Ok but Internet Lobby always broken!
« Reply #2 on: July 14, 2016, 02:43:10 AM »
How did you launch your lobby server? Remember, game server and lobby server are different things. For example, this is how I launch mine:
  1. TNServer.exe -name "Starlink Lobby" -tcpLobby 5134

ArenMook thanks,I am as you talk about the past. tnsever.exe show message"TCP Lobby Server started on port 5134" but using starlink package connect lobby server alway show searching.

I look at the address of your use of the program for startlink. Lobby server address is "server.tasharen.com" { ec2-184-73-41-154.compute-1.amazonaws.com [184.73.41.154]},
i guess port is 5134. So I use this address and port to connect to your lobby server , but the show still has to “searching”.

I do not know what went wrong with my own server settings should be right, but as well. Use your server or so. I need your help,  Maybe you could tell me what you use Amazon's server configuration.

fingerx

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: LanLobby is Ok but Internet Lobby always broken!
« Reply #3 on: July 14, 2016, 03:11:00 AM »
I use udp Lobby all is ok ;D. But I do not know why this is. ::)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: LanLobby is Ok but Internet Lobby always broken!
« Reply #4 on: July 16, 2016, 12:45:18 AM »
You won't be able to connect to that server. It's a game server running a different version of TNet altogether. You need to host your own lobby server and update the TcpLobbyClient script's address in inspector to the address of where you hosted it.