Sentry Tunnel for rAthena/Ragnarok
Follow this guide to protect your gameserves with TCPShield
1. Setup
2. Whitelist VXLAN and Backend Ports
Using UFW
ufw allow <port>/udp
ufw allow <port>/tcpufw statusUsing iptables
iptables -A INPUT -p udp --dport <PORT> -j ACCEPT
iptables -A INPUT -p tcp --dport <PORT> -j ACCEPT
iptables -A OUTPUT -p tcp --sport <PORT> -j ACCEPT
iptables -A OUTPUT -p udp --sport <PORT> -j ACCEPT3. Execution

Last updated
Was this helpful?

