会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Better Man
Growing old is mandatory, growing up is optional .
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
iptables
Iptables 首先配置
摘要:首先要做的是给咱的SSH进行ACCEPT配置,以免直接无法连接的情况发生: 1.如果SSH端口是22(这里不建议用默认端口最好改掉SSH端口) iptables -A INPUT -p tcp --dport 22 -j ACCEPT iptables -A OUTPUT -p tcp --sport 22 -j ACCEPT 注意要/etc/rc.d/init.d/iptable...
阅读全文
posted @
2016-08-17 19:23
betterman.com
阅读(427)
评论(0)
推荐(0)
iptables 优先级
摘要:来自为知笔记(Wiz)
阅读全文
posted @
2016-08-17 18:31
betterman.com
阅读(727)
评论(0)
推荐(1)
公告