Rejected telnet connection from

Started by oopss, June 27, 2017, 12:41:00 PM

Previous topic - Next topic

oopss

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 ^^

Stefan1200

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.

oopss

ok i see the problème.
It's work now  ;)