设为首页
收藏本站
开启辅助访问
切换到窄版
登录
立即注册
快捷导航
发布信息
搜索
搜索
首页
优惠促销
云服务器
独立服务器
站群服务器
母鸡服务器
服务器托管
全球云服务器
技术文档
联系
每日签到
本版
文章
帖子
用户
主机测评网
»
论坛
›
技术文档
›
其他教程
›
CentOS 6/7 开放端口和关闭端口
返回列表
发新帖
CentOS 6/7 开放端口和关闭端口
[复制链接]
|
主动推送
52
|
0
|
2024-9-11 08:14:00
|
显示全部楼层
|
阅读模式
iptables
CentOS 7 以下的系统版本防火墙均使用iptables,所以要进行端口操作,请需要输入iptables命令
开放端口(80为例):
/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT
关闭端口(80为例):
/sbin/iptables -I INPUT -p tcp --dport 80 -j DROP
保存更改:
/etc/rc.d/init.d/iptables save
查看开放端口:
/etc/init.d/iptables statusfirewall
CentOS 7 及以上的系统版本防火墙均使用firewall,所以要进行端口操作,请需要输入firewall命令
1.查看已经开放的端口:
firewall-cmd --list-ports
2.添加端口(80端口为例):
firewall-cmd --zone=public --add-port=80/tcp --permanent
3.重新载入:
firewall-cmd --reload
4.检查端口:
firewall-cmd --zone= public --query-port=80/tcp
5.关闭端口(80为例):
firewall-cmd --zone= public --remove-port=80/tcp --permanent
6.重启防火墙:
firewall-cmd --reload #重启firewallsystemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动firewall-cmd --state #查看默认防火墙状态(关闭后显示notrunning,开启后显示running)
7.命令含义:
–zone #作用域–add-port=80/tcp #添加端口,格式为:端口/通讯协议–permanent #永久生效,没有此参数重启后失效关闭firewall,安装iptables
CentOS 7默认使用的是firewall作为防火墙,使用iptables必须重新设置一下
1.关闭防火墙,禁止开启启动
systemctl stop firewalld.servicesystemctl disable firewalld.service
2.安装 iptables service
yum -y install iptables-services
3.后续即可使用iptable命令操作来管理防火墙
回复
使用道具
举报
返回列表
发新帖
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
立即注册
本版积分规则
发表回复
回帖后跳转到最后一页
俏蝶吹
39
主题
0
回帖
10
积分
新手上路
新手上路, 积分 10, 距离下一级还需 40 积分
新手上路, 积分 10, 距离下一级还需 40 积分
积分
10
加好友
发消息
回复楼主
返回列表
网络技术教程
软件使用教程
Windows教程
Centos教程
Ubuntu教程
Linux其他教程
综合教程
其他教程
其他文档
服务器商家推荐
华夏互联
蓝速云
米图云
全球云
文章
1
苹果电脑MAC系统登录Windows远程桌面
2
Debian拓展硬盘工具。cloud-utils-growpart、xfsprogs
3
安卓Android手机怎么使用V2rayNG?
4
WINDOWS系统电脑怎么使用WINXRAY?
5
notepad++.8.5.7编辑器,代码编辑器
6
DirectX修复工具增强版_V4.3.0.40864版本DLL修复工具C++安装
7
Visual C++运行库合集包完整版VisualCppRedist_AIO_x86_x64
8
ChromeSetup谷歌浏览器一键安装