- 论坛徽章:
- 0
|
我想要里面的time匹配(iptables -A INPUT -m time --timestart 7:30 --timestop 17:30 -j ACCEPT),为什么不能打这个patch?
kernel-2.6.18.1, patch-o-matic-ng-20061030
什么都是最新的.
- Testing iprange... not applied
- The iprange patch:
- Author: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
- Status: Works
- This patch makes possible to match source/destination IP
- addresses against inclusive IP address ranges.
- Examples:
- iptables -A FORWARD -m iprange --src-range 192.168.1.5-192.168.1.124 -j ACCEPT
- iptables -A FORWARD -m iprange --dst-range 10.0.0.0-10.255.255.255 -j ACCEPT
- -----------------------------------------------------------------
- Do you want to apply this patch [N/y/t/f/a/r/b/w/q/?] y
- unable to find ladd slot in src /tmp/pom-13436/net/ipv4/netfilter/Makefile (./patchlets/iprange/linux-2.6/./net/ipv4/netfilter/Makefile.ladd)
- -----------------------------------------------------------------
- Do you want to apply this patch [N/y/t/f/a/r/b/w/q/?]
复制代码
[ 本帖最后由 下流砥柱 于 2006-10-31 20:04 编辑 ] |
|