免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: herobn
打印 上一主题 下一主题

请教如何在as4下升级iptables [复制链接]

论坛徽章:
0
11 [报告]
发表于 2008-10-15 18:56 |只看该作者

回复 #10 vermouth 的帖子

[root@bn sbin]# ls
ip6tables  iptables  iptables-restore  iptables-save
[root@bn sbin]# cd iptables
-bash: cd: iptables: Not a directory
[root@bn sbin]# ./ iptables
-bash: ./: is a directory
[root@bn sbin]# ./ iptables &
[1] 2778
-bash: ./: is a directory
[root@bn sbin]#

论坛徽章:
0
12 [报告]
发表于 2008-10-15 18:57 |只看该作者
就是运行sbin下iptables 报错,像上面一样,是我运行的方法不对吗?求解!

论坛徽章:
34
亥猪
日期:2015-03-20 13:55:11戌狗
日期:2015-03-20 13:57:01酉鸡
日期:2015-03-20 14:03:56未羊
日期:2015-03-20 14:18:30子鼠
日期:2015-03-20 14:20:14丑牛
日期:2015-03-20 14:20:31辰龙
日期:2015-03-20 14:35:34巳蛇
日期:2015-03-20 14:35:56操作系统版块每日发帖之星
日期:2015-11-06 06:20:00操作系统版块每日发帖之星
日期:2015-11-08 06:20:00操作系统版块每日发帖之星
日期:2015-11-19 06:20:00黄金圣斗士
日期:2015-11-24 10:43:13
13 [报告]
发表于 2008-10-16 09:09 |只看该作者

./iptables 加参数,中间别加空格!

这个是配置规则的命令,去把服务启动脚本先找出来。

论坛徽章:
0
14 [报告]
发表于 2008-10-16 09:33 |只看该作者

回复 #13 vermouth 的帖子

兄弟,哪找阿~~~!!!

论坛徽章:
0
15 [报告]
发表于 2008-10-16 16:58 |只看该作者
顶起来,谢谢~~~~~

论坛徽章:
0
16 [报告]
发表于 2008-10-16 17:34 |只看该作者
原帖由 vermouth 于 2008-10-16 09:09 发表
这个是配置规则的命令,去把服务启动脚本先找出来。


不要空格
按这个格式执行一下,,
看看结果

论坛徽章:
34
亥猪
日期:2015-03-20 13:55:11戌狗
日期:2015-03-20 13:57:01酉鸡
日期:2015-03-20 14:03:56未羊
日期:2015-03-20 14:18:30子鼠
日期:2015-03-20 14:20:14丑牛
日期:2015-03-20 14:20:31辰龙
日期:2015-03-20 14:35:34巳蛇
日期:2015-03-20 14:35:56操作系统版块每日发帖之星
日期:2015-11-06 06:20:00操作系统版块每日发帖之星
日期:2015-11-08 06:20:00操作系统版块每日发帖之星
日期:2015-11-19 06:20:00黄金圣斗士
日期:2015-11-24 10:43:13
17 [报告]
发表于 2008-10-16 17:56 |只看该作者

回复 #14 herobn 的帖子

cat 一下源码包里面有没有 readme 或者 install 一类的说明。

论坛徽章:
0
18 [报告]
发表于 2008-10-20 17:31 |只看该作者

回复 #17 vermouth 的帖子

[root@bn iptables-1.3.5]# more INSTALL
FOLLOW THESE STEPS:

0) There may be some outstanding bugfixes or tweaks which are not yet
   in the official kernel.  Those are now (as of iptables-1.2.7) kept
   in a seperate package, called patch-o-matic.  It is available from
   ftp://ftp.netfilter.org/pub/patch-o-matic/

1) Next, make the package.
        % make KERNEL_DIR=<<where-you-built-your-kernel>>

2) Finally, you need to to install the shared libraries, and the binary:
        # make install KERNEL_DIR=<<where-you-built-your-kernel>>

If you are a developer, you can install the headers, development libraries
and associated development man pages, with:
        # make install-devel

That's it!
================================================================
PROBLEMS YOU MAY ENCOUNTER:

1) This package requires a 2.4.4 kernel, or above.

2) If you get the kernel directory wrong, you may see a message like:
        Please try `make KERNEL_DIR=path-to-correct-kernel'

3) If you want to specify alternate directories for installation
(instead of /usr/local/ bin lib man), do this:

        % make BINDIR=/usr/bin LIBDIR=/usr/lib MANDIR=/usr/man
        # make BINDIR=/usr/bin LIBDIR=/usr/lib MANDIR=/usr/man install

4) If you want to build a statically linked version of the iptables binary,
   without the need for loading the plugins at runtime (e.g. for an embedded
   device or router-on-a-disk), please use

        % make NO_SHARED_LIBS=1

5) If you want to build a single BusyBox style multipurpose binary instead of
   the individual iptables, iptables-save and iptables-restore binaries, then
   please use

        % make DO_MULTI=1

NOTE: make sure you build with at least the correct LIBDIR=
specification, otherwise iptables( won't know where to find the
dynamic objects.

论坛徽章:
0
19 [报告]
发表于 2008-10-20 18:59 |只看该作者
编译不行,就试下yum update iptables

论坛徽章:
0
20 [报告]
发表于 2008-10-21 13:21 |只看该作者

回复 #19 linuxpf 的帖子

as4下没有yum命令,我试了
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP