Stefan1200's Forum

JTS3ServerMod Hosting Edition => JTS3ServerMod MySQL & WebInterface => Topic started by: oopss on June 27, 2017, 12:41:00 PM

Title: Rejected telnet connection from
Post by: oopss on June 27, 2017, 12:41:00 PM
Hello,

I have a probleme to connect the bot to my teamspeak. (The web server and the server Teamspeak is the same server).

Il have take the whitelite to Telnet

telnet_whitelist = 127.0.0.1 37.187.7.54


I have a rule for my iptable

iptables -t filter -A OUTPUT -p tcp --dport 5873  -j ACCEPT
iptables -t filter -A INPUT  -p tcp --dport 5873  -j ACCEPT


but my log :

TELNET_START    Query Interface started on port 5873!
2017-06-27 12:36:34     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:36:45     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:36:56     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:37:07     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:37:18     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:37:29     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:37:40     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...
2017-06-27 12:37:51     TELNET_CONNECTION       Rejected telnet connection from 37.187.7.54...


But i not understand why :-(

Thanks
Sorry for my English ^^
Title: Re: Rejected telnet connection from
Post by: Stefan1200 on June 27, 2017, 01:03:34 PM
Quote from: oopss on June 27, 2017, 12:41:00 PM
Il have take the whitelite to Telnet

telnet_whitelist = 127.0.0.1 37.187.7.54


That is wrong, please read the description of telnet_whitelist (hint: first 4 words in the first sentence ;)). After fixing that error, please restart the JTS3ServerMod process.
Title: Re: Rejected telnet connection from
Post by: oopss on July 02, 2017, 05:09:36 PM
ok i see the problème.
It's work now  ;)