Page 1 of 1

TET server listens 127.0.0.1 only?

PostPosted: 12 Mar 2014, 16:53
by MastaLomaster
Am I right? It is not possible to connect to it from other IP address, right?

Re: TET server listens 127.0.0.1 only?

PostPosted: 12 Mar 2014, 19:27
by Martin
Correct, it's local only. if you want to stream to the net you need to connect a localhost socket and then forward to public IP socket.

Re: TET server listens 127.0.0.1 only?

PostPosted: 21 Mar 2015, 23:12
by mazerj2006
Martin wrote:Correct, it's local only. if you want to stream to the net you need to connect a localhost socket and then forward to public IP socket.


This is actually out of date. Since v0.9.35 the tet server supports this. It's mentioned a single line in the release notes: --remote=bool. Starting the server from the command lie with --remote=true does the trick. Doesn't seem to be actually documented anywhere. Took me a few days to track this down after getting tired of using ssh to set up port forwarding.

Re: TET server listens 127.0.0.1 only?

PostPosted: 25 Mar 2015, 12:33
by Anders
The configuration file documentation explains the possible settings.