|
发表于 2003-8-24 21:43:20
|
显示全部楼层
有个好的howto能省力不少
兄弟,iptables 是netfilter.org的产品,为何不看它的howto,reference,非常清楚
为何老跟forward chain 干,iptables 中packets flow 在附图中
在你的制定情况下让ping通
iptables -A OUTPUT -m state --state ESTABLISHED -j ACCEPT
iptables -A INPUT -p icmp -j ACCEPT |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|