TET server listens 127.0.0.1 only?

All development related discussions that does not concern a specific programming language. For example, JSON data format, server communication etc.

TET server listens 127.0.0.1 only?

Postby MastaLomaster » 12 Mar 2014, 16:53

Am I right? It is not possible to connect to it from other IP address, right?
MastaLomaster
 
Posts: 37
Joined: 03 Mar 2014, 16:35

Re: TET server listens 127.0.0.1 only?

Postby Martin » 12 Mar 2014, 19:27

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.
Martin
 
Posts: 567
Joined: 29 Oct 2013, 15:20

Re: TET server listens 127.0.0.1 only?

Postby mazerj2006 » 21 Mar 2015, 23:12

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.
mazerj2006
 
Posts: 3
Joined: 02 Mar 2015, 20:03

Re: TET server listens 127.0.0.1 only?

Postby Anders » 25 Mar 2015, 12:33

The configuration file documentation explains the possible settings.
Anders
 
Posts: 124
Joined: 29 Oct 2013, 16:23


Return to General



cron