Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私を助けてください。iptablesに2195ポートを追加する方法...centosサーバーとcpanel 11がインストールされています。
root パスワードがあり、ssh 経由でログインできる場合は、次を実行します。
iptables -I OUTPUT -p tcp --dport 2195 -j ACCEPT /etc/init.d/iptables stop /etc/init.d/iptables start