女巫代码我需要打开 boinc iptables 吗?
我需要连接到 grcpool.com 服务器
我发现我需要打开端口 tcp 和 udp (31416)
我正在使用此代码:
sudo iptables -A OUTPUT -p tcp --dport 31416 -m state --state NEW -j ACCEPT
sudo iptables -A INPUT -p tcp --sport 31416 -m state --state ESTABLISHED -j ACCEPT
sudo iptables -A OUTPUT -p udp --dport 31416 -m state --state NEW -j ACCEPT
sudo iptables -A INPUT -p udp --sport 31416 -m state --state ESTABLISHED -j ACCEPT
但仍然不起作用:/
谁能帮我 ??
谢谢你帮助我!