【Linux】简单使用 iptables 限制端口访问
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
简单操作技巧
- 使用 iptables -L 查看当前环境的 iptables 规则
- 插入禁止访问的规则
- 对特定 IP 解除限制
- 最后再来查看规则添加情况
- 保存防火墙配置(否则重启即失效)
service iptables save
iptables小知识
iptables 的规则是从上往下依次执行的,
如上面的例子,
- ACCEPT(接受)192.168.157.12对8443端口的访问;
- 再拒绝所有的其它 IP 对8443端口的访问
会用之后,还可以加强一下对 iptables的认识:https://blog.csdn.net/Jiweilai1/article/details/103339784
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)