kylin体系永久关闭iptables

打印 上一主题 下一主题

主题 978|帖子 978|积分 2934

1  关闭iptables, 并且相关规则写入文件firewall.rules
sudo iptables-save > /root/firewall.rules
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables-restore < /root/firewall.rules
2 开启执行规复防火墙规则的脚本(关闭防火墙)
echo '/sbin/iptables-restore /root/firewall.rules' >>/etc/rc.local
3 由于kylin是用test登录的,所以修改rc.local的权限等
chmod 777 /etc/rc.local
chown test /etc/rc.local
chgrp test /etc/rc.local
4 重启,查看ssh能否连上主机
reboot
ssh test@ip

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

天空闲话

金牌会员
这个人很懒什么都没写!
快速回复 返回顶部 返回列表