kylin系统永久关闭iptables

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

相关推荐
中科岩创18 分钟前
中科岩创桥梁自动化监测解决方案
大数据·网络·物联网
我曾经是个程序员23 分钟前
C#Directory类文件夹基本操作大全
服务器·开发语言·c#
花姐夫Jun1 小时前
在 CentOS 8 系统上安装 Jenkins 的全过程
linux·centos·jenkins
地球资源数据云1 小时前
全国30米分辨率逐年植被覆盖度(FVC)数据集
大数据·运维·服务器·数据库·均值算法
是店小二呀1 小时前
【Linux】Linux开发利器:make与Makefile自动化构建详解
linux·运维·自动化
‘’林花谢了春红‘’2 小时前
计算机网络习题(第5章 网络层 第6章 传输层)
网络·计算机网络
哎呦不错哦.2 小时前
简单园区网拓扑实验
网络·智能路由器
BUG 4042 小时前
LINUX--shell
linux·运维·服务器
菜鸟小白:长岛icetea2 小时前
Linux零基础速成篇一(理论+实操)
linux·运维·服务器
深海的鲸同学 luvi2 小时前
【HarmonyOS NEXT】hdc环境变量配置
linux·windows·harmonyos