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

Help with BungeeCord and Server Iptables

$
0
0
I have had a BungeeCord server set up before and I know how it works. The problem I am having is with my iptables configuration. I am running a Debian server. These are my iptables rules:

Code (text):
#!/bin/sh

#INPUT
iptables -P INPUT DROP
iptables -A INPUT -i eth0 -p tcp --dport 25565 -m conntrack --ctstate NEW,ESTABLISHED -j ACCEPT
iptables -A INPUT -i eth0 -p tcp --dport 25566 -m conntrack --ctstate NEW,ESTABLISHED -j ACCEPT
iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT...
Help with BungeeCord and Server Iptables

Viewing all articles
Browse latest Browse all 3776

Trending Articles



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