webmin 默认使用的端口为10000 vi /etc/sysconfig/iptables #开启防火墙的10000端口 - A INPUT -m state --state NEW -m tcp -p tcp --dport 10000 -j ACCEPT
確定! 回上一頁