
服务器ssh状况下,root账号已登陆,快速添加xxxx端口
例如端口是30000 在SSH中以root身份登录后,可以通过以下命令快速添加30400端口: # 对于iptables防火墙 iptables -I INPUT -p tcp --dport 30400 -j ACCEPT ...
例如端口是30000 在SSH中以root身份登录后,可以通过以下命令快速添加30400端口: # 对于iptables防火墙 iptables -I INPUT -p tcp --dport 30400 -j ACCEPT ...