会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lisa60
博客园
首页
新随笔
联系
订阅
管理
2021年8月9日
Linux如何限制网络端口
摘要: 1 查看端口 netstat -anp port.txt 2 防火墙限制端口 查看防火墙策略: sudo iptables -L -n --line-number 关闭端口: sudo iptables -A INPUT -p tcp --dport 8888 -j DROP sudo iptabl
阅读全文
posted @ 2021-08-09 14:49 today3
阅读(852)
评论(0)
推荐(0)
编辑
公告