当前位置:网站首页>iptables只允许指定ip地址访问指定端口
iptables只允许指定ip地址访问指定端口
2022-07-07 14:01:00 【格格巫 MMQ!!】
首先,清除所有预设置
iptables -F#清除预设表filter中的所有规则链的规则 iptables -X#清除预设表filter中使用者自定链中的规则
1.
其次,设置只允许指定ip地址访问指定端口
iptables -A INPUT -s xxx.xxx.xxx.xxx -p tcp --dport 22 -j ACCEPT iptables -A OUTPUT -d xxx.xxx.xxx.xxx -p tcp --sport 22 -j ACCEPT iptables -A INPUT -s xxx.xxx.xxx.xxx -p tcp --dport 3306 -j ACCEPT iptables -A OUTPUT -d xxx.xxx.xxx.xxx -p tcp --sport 3306 -j ACCEPT
1.
上面这两条,请注意–dport为目标端口,当数据从外部进入服务器为目标端口;反之,数据从服务器出去则为数据源端口,使用 --sport
同理,-s是指定源地址,-d是指定目标地址。
然后,关闭所有的端口
iptables -P INPUT DROP iptables -P OUTPUT DROP iptables -P FORWARD DROP
1.
最后,保存当前规则
/etc/rc.d/init.d/iptables save service iptables restart
1.
这种iptables的规则设定适用于只充当MySQL服务器的管理和维护,外部地址不提供任何服务。
如果你希望yum可以运行的话,还需要添加以下内容,允许DNS请求的53端口,允许下载随机产生的高端口
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT iptables -A INPUT -p udp --s
以开放8080端口为例:
方式一:
登录后复制
1、开启防火墙
systemctl start firewalld
2、开放指定端口
firewall-cmd --zone=public --add-port=1935/tcp --permanent
命令含义:
–zone #作用域
–add-port=1935/tcp #添加端口,格式为:端口/通讯协议
–permanent #永久生效,没有此参数重启后失效
3、重启防火墙
firewall-cmd --reload
4、查看端口号
netstat -ntlp //查看当前所有tcp端口·
netstat -ntulp |grep 8080 //查看所有8080端口使用情况
方式二:
/sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT
方式三:
-A INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT
service iptables restart
边栏推荐
猜你喜欢
Three. JS introductory learning notes 11:three JS group composite object
torch.numel作用
Rongyun won the 2022 China Xinchuang digital office portal excellence product award!
Virtual memory, physical memory /ram what
强化实时数据管理,英方软件助力医保平台安全建设
Streaming end, server end, player end
Spin animation of Cocos performance optimization
Unity drawing plug-in = = [support the update of the original atlas]
Unity3D_ Class fishing project, control the distance between collision walls to adapt to different models
Plate - forme de surveillance par étapes zabbix
随机推荐
Three. JS introductory learning notes 11:three JS group composite object
Migration and reprint
How does geojson data merge the boundaries of regions?
LeetCode3_ Longest substring without duplicate characters
分类模型评价标准(performance measure)
Mysql database backup script
js中复选框checkbox如何判定为被选中
Step by step monitoring platform ZABBIX
C4D learning notes 1- animation - animation key frames
markdown公式编辑教程
nodejs package. JSON version number ^ and~
2022第四届中国(济南)国际智慧养老产业展览会,山东老博会
Numpy -- epidemic data analysis case
SysOM 案例解析:消失的内存都去哪了 !| 龙蜥技术
Three. JS introductory learning notes 19: how to import FBX static model
Mesh merging under ue4/ue5 runtime
Numpy -- data cleaning
招标公告:盘锦市人民医院盘锦医院数据库维保项目
Shader Language
XMIND frame drawing tool