|
于2008-06-22 13:45:39修订的的版本2
大小: 422
备注:
|
于2008-06-22 19:54:14修订的的版本4
大小: 739
备注:
|
| 删除的内容标记成这样。 | 加入的内容标记成这样。 |
| 行号 2: | 行号 2: |
| <<FootNote(简介: http://en.wikipedia.org/wiki/Iptables )>> <<FootNote(官方地址: http://www.netfilter.org/ )>> | iptables <<FootNote(简介: http://en.wikipedia.org/wiki/Iptables )>> <<FootNote(官方地址: http://www.netfilter.org/ )>> 是一个用户程序,用来管理Linux 2.4或2.6内核中的Netfilter模块。它可以实现防火墙、NAT等功能。 |
| 行号 7: | 行号 7: |
| <<FootNote(Iptables指南(英): http://iptables-tutorial.frozentux.net/iptables-tutorial.html)>> <<FootNote(Iptables指南(中): http://iptables-tutorial.frozentux.net/cn/iptables-tutorial-cn-1.1.19.html)>> |
Iptable Tutorial<<FootNote(Iptables指南(英): http://iptables-tutorial.frozentux.net/iptables-tutorial.html)>> <<FootNote(Iptables指南(中): http://iptables-tutorial.frozentux.net/cn/iptables-tutorial-cn-1.1.19.html)>> 这篇文章对于Iptables的原理和配置方法有详细的说明。这里介绍一些常用用例。 === 本机防火墙 === {{{ iptables -P INPUT DROP }}} |
概述
iptables 1 2 是一个用户程序,用来管理Linux 2.4或2.6内核中的Netfilter模块。它可以实现防火墙、NAT等功能。
安装
配置
Iptable Tutorial3 4 这篇文章对于Iptables的原理和配置方法有详细的说明。这里介绍一些常用用例。
1. 本机防火墙
iptables -P INPUT DROP
参考文献
官方地址: http://www.netfilter.org/ (2)
Iptables指南(英): http://iptables-tutorial.frozentux.net/iptables-tutorial.html (3)
Iptables指南(中): http://iptables-tutorial.frozentux.net/cn/iptables-tutorial-cn-1.1.19.html (4)