Quantcast
Channel: BungeeCord Discussion
Viewing all articles
Browse latest Browse all 3776

Firewall - |Two Bungee Cords instances| and |Redis|

$
0
0
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|

Viewing all articles
Browse latest Browse all 3776

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>