View Single Post
z4rk
Member
Join Date: Aug 2019
Old 10-18-2021 , 10:33   Re: Problem connection to my server.
Reply With Quote #2

Try this:

Code:
iptables -A INPUT -p udp -m udp --sport 27000:27030 --dport 1025:65355 -j ACCEPT
iptables -A INPUT -p udp -m udp --sport 4380 --dport 1025:65355 -j ACCEPT
z4rk is offline