服务器开放端口设置方法 win7如何开放端口
首先可以查看有哪些端口是开放状态:
netstat -ntpl
文章插图
Centos 7.0 之前的版本,防火墙用的是 iptables,7.0 之后使用 firewalld 代替了 iptables,那么我们来分别看看这两种防火墙的命令操作:
iptables1. 查看防火墙状态
systemctl status firewalld
service iptables status
2. 暂时关闭防火墙
systemctl stop firewalld
service iptables stop
3. 永久关闭防火墙
systemctl disable firewalld
chkconfig iptables off
4. 重启防火墙
systemctl enable firewalld
service iptables restart
5. 开放指定端口
编辑文件: vi /etc/sysconfig/iptables
添加开放端口:iptables -I INPUT -p tcp –dport 端口号 -j ACCEPT
保存配置:service iptables save
重启防火墙:service iptables restart
firewalld1. 查看防火墙状态
systemctl status firewalld
firewall-cmd –state
2. 启动防火墙
systemctl start firewalld
3.禁用防火墙
systemctl stop firewalld
4.设置开机启动
systemctl enable firewalld
5.停止并禁用开机启动
sytemctl disable firewalld
6.重启防火墙
systemctl restart firewalld.service
firewall-cmd –reload
7. 开放指定端口
添加端口: firewall-cmd –zone=public –add-port=端口号/tcp –permanent
【服务器开放端口设置方法 win7如何开放端口】重启防火墙:systemctl restart firewalld.service
推荐阅读
- 如何设置端口映射? 怎么做端口映射
- 云数据库和普通数据库 mysql代理服务器
- apple id 连接服务器时出现问题
- 北大对外开放吗
- cera美国高防服务器推荐 服务器防护的几个方法
- 详解阿里企业邮箱设置imap 阿里邮箱服务器设置
- 个人用服务器的注意事项 绝地求生选择服务器
- 云服务器搭建数据库方法 阿里云数据库服务器怎么用
- 自己搭建cdn服务器推荐 免费cdn服务器有哪些
- 服务器远程端口修改方法 注册表修改远程桌面端口