- 论坛徽章:
- 0
|
本帖最后由 mack2050 于 2010-02-07 09:28 编辑
iptables-1.4.4:
总用量 1312
-rw-r--r-- 1 1000 1000 32285 2009-06-16 aclocal.m4
-rwxr-xr-x 1 1000 1000 53 2009-06-16 autogen.sh
-rw-r--r-- 1 1000 1000 690 2009-06-16 COMMIT_NOTES
-rwxr-xr-x 1 1000 1000 3707 2009-06-16 compile
-rwxr-xr-x 1 1000 1000 44892 2009-06-16 config.guess
-rw-r--r-- 1 1000 1000 1648 2009-06-16 config.h.in
-rwxr-xr-x 1 1000 1000 33387 2009-06-16 config.sub
-rwxr-xr-x 1 1000 1000 402785 2009-06-16 configure
-rw-r--r-- 1 1000 1000 3170 2009-06-16 configure.ac
-rw-r--r-- 1 1000 1000 17982 2009-06-16 COPYING
-rwxr-xr-x 1 1000 1000 15936 2009-06-16 depcomp
drwxr-xr-x 2 1000 1000 12288 2009-06-16 extensions
drwxr-xr-x 8 1000 1000 4096 2009-06-16 include
-rw-r--r-- 1 1000 1000 619 2009-06-16 INCOMPATIBILITIES
-rw-r--r-- 1 1000 1000 2042 2009-06-16 INSTALL
-rwxr-xr-x 1 1000 1000 9233 2009-06-16 install-sh
-rw-r--r-- 1 1000 1000 18391 2009-06-16 ip6tables.8.in
-rw-r--r-- 1 1000 1000 53813 2009-06-16 ip6tables.c
-rw-r--r-- 1 1000 1000 838 2009-06-16 ip6tables-multi.c
-rw-r--r-- 1 1000 1000 226 2009-06-16 ip6tables-multi.h
-rw-r--r-- 1 1000 1000 1772 2009-06-16 ip6tables-restore.8
-rw-r--r-- 1 1000 1000 10654 2009-06-16 ip6tables-restore.c
-rw-r--r-- 1 1000 1000 1984 2009-06-16 ip6tables-save.8
-rw-r--r-- 1 1000 1000 4107 2009-06-16 ip6tables-save.c
-rw-r--r-- 1 1000 1000 2356 2009-06-16 ip6tables-standalone.c
-rw-r--r-- 1 1000 1000 18839 2009-06-16 iptables.8.in
-rwxr-xr-x 1 1000 1000 3437 2009-06-16 iptables-apply
-rw-r--r-- 1 1000 1000 1444 2009-06-16 iptables-apply.8
-rw-r--r-- 1 1000 1000 54287 2009-06-16 iptables.c
-rw-r--r-- 1 1000 1000 965 2009-06-16 iptables-multi.c
-rw-r--r-- 1 1000 1000 264 2009-06-16 iptables-multi.h
-rw-r--r-- 1 1000 1000 1714 2009-06-16 iptables-restore.8
-rw-r--r-- 1 1000 1000 10726 2009-06-16 iptables-restore.c
-rw-r--r-- 1 1000 1000 1936 2009-06-16 iptables-save.8
-rw-r--r-- 1 1000 1000 3992 2009-06-16 iptables-save.c
-rw-r--r-- 1 1000 1000 2417 2009-06-16 iptables-standalone.c
-rw-r--r-- 1 1000 1000 2933 2009-06-16 iptables-xml.8
-rw-r--r-- 1 1000 1000 20306 2009-06-16 iptables-xml.c
-rw-r--r-- 1 1000 1000 5872 2009-06-16 iptables.xslt
drwxr-xr-x 2 1000 1000 4096 2009-06-16 libipq
drwxr-xr-x 2 1000 1000 4096 2009-06-16 libiptc
-rw-r--r-- 1 1000 1000 232 2009-06-16 libiptc.pc.in
-rwxr-xr-x 1 1000 1000 243452 2009-06-16 ltmain.sh
drwxr-xr-x 2 1000 1000 4096 2009-06-16 m4
-rw-r--r-- 1 1000 1000 4844 2009-06-16 Makefile.am
-rw-r--r-- 1 1000 1000 99041 2009-06-16 Makefile.in
-rwxr-xr-x 1 1000 1000 11014 2009-06-16 missing
-rw-r--r-- 1 1000 1000 808 2009-06-16 release.sh
-rw-r--r-- 1 1000 1000 37050 2009-06-16 xtables.c
-rw-r--r-- 1 1000 1000 261 2009-06-16 xtables.pc.in
这是我的IPTABLES展开后的目录,似乎是没有make 文件,该怎么处理?
这是在LINUX的源码目录下执行的结果,感觉也不对,没有编译IPTABLES的模块,以前成功的时候记得应该会编绎处理很多模块文件的.
[root@mack linux-2.6.30.10]# export KERNEL_DIR=/usr/src/linux-2.6.30.10
[root@mack linux-2.6.30.10]# export IPTABLES_DIR=/usr/src/iptables-1.4.4
[root@mack linux-2.6.30.10]# make BINDIR=/sbin LIBDIR=/lib MANDIR=/usr/share/man install
sh /usr/src/linux-2.6.30.10/arch/x86/boot/install.sh 2.6.30.10 arch/x86/boot/bzImage \
System.map "/boot" |
|