Topic: Servers can't find master servers
Hi, for some reason my teeworlds servers can't connect to the master servers. Players are able to join and play though.
When my firewall is turned off everything works fine, but with these rules it doesn't.
iptables -A INPUT -p udp -s 0/0 -d $SERVER_IP --sport 513:65535 --dport 8303 -m state --state NEW,ESTABLISHED -j ACCEPT
iptables -A OUTPUT -p udp -s $SERVER_IP -d 0/0 --sport 8303 --dport 513:65535 -m state --state NEW,ESTABLISHED -j ACCEPT
For other applications like TeamSpeak 3 these rules work perfectly fine. Did I forget anything or is there another reason for this problem?