Hello everybody,
Thanks so much for all helps.
I have two bungee cords with redis and two differents ips in same dedicated for my bungee cord instances.
How can I protect all backens?, I have used before this:
iptables -I INPUT ! -s IPBUNGEECORD -p tcp --dport 25566:25590 -j DROP
But I need protect two ips.
Too I like protect my redis with:
iptables -A INPUT -s 127.0.0.1 -p tcp --dport 6379 -j ACCEPT
iptables -A INPUT -s <BUNGEE-IP> -p tcp --dport 6379 -j ACCEPT
iptables -A...
Firewall - |Two Bungee Cords instances| and |Redis|
Thanks so much for all helps.
I have two bungee cords with redis and two differents ips in same dedicated for my bungee cord instances.
How can I protect all backens?, I have used before this:
iptables -I INPUT ! -s IPBUNGEECORD -p tcp --dport 25566:25590 -j DROP
But I need protect two ips.
Too I like protect my redis with:
iptables -A INPUT -s 127.0.0.1 -p tcp --dport 6379 -j ACCEPT
iptables -A INPUT -s <BUNGEE-IP> -p tcp --dport 6379 -j ACCEPT
iptables -A...
Firewall - |Two Bungee Cords instances| and |Redis|