Hey over there, I had an problem with my recently install of iptables, because I had an faild brute force attack on my Linux Debian9 Server.
So I installed iptables and fail2ban witch worked fine, I opened all necassary ports. But I forgot to open all outgoing sources from my server so I had problems with connecting to the auth server when I restarted the bot. Therefore I searched for an solution for this and I found nothing on this forum.
But recently I found something that worked so I would appreciate that this thread get pinned or maybe from one developer wrote in the Q&A to aviod such stupid movement like I did
Here the commands who should bring this think back to work .
# iptables -I OUTPUT -o eth0 -d 0.0.0.0/0 -j ACCEPT
# iptables -I INPUT -i eth0 -m state --state ESTABLISHED,RELATED -j ACCEPT
Edit: After that you should be able to connect to the webspace but the bot wont connect to the Teamspeak so you have to add
# iptables -A INPUT -s 127.0.0.1 -j ACCEPT
Now it should work everything.
I hope I can help somebody with this problem
So I installed iptables and fail2ban witch worked fine, I opened all necassary ports. But I forgot to open all outgoing sources from my server so I had problems with connecting to the auth server when I restarted the bot. Therefore I searched for an solution for this and I found nothing on this forum.
But recently I found something that worked so I would appreciate that this thread get pinned or maybe from one developer wrote in the Q&A to aviod such stupid movement like I did
Here the commands who should bring this think back to work .
# iptables -I OUTPUT -o eth0 -d 0.0.0.0/0 -j ACCEPT
# iptables -I INPUT -i eth0 -m state --state ESTABLISHED,RELATED -j ACCEPT
Edit: After that you should be able to connect to the webspace but the bot wont connect to the Teamspeak so you have to add
# iptables -A INPUT -s 127.0.0.1 -j ACCEPT
Now it should work everything.
I hope I can help somebody with this problem
Last edited: