当前位置:当前位置:首页 >应用开发 >netfilter/iptables系统的安装 正文

netfilter/iptables系统的安装

[应用开发] 时间:2025-11-05 13:59:10 来源:益强IT技术网 作者:人工智能 点击:12次
netfilter/iptables系统的安装
复制  First,安装 unpack the tool package into a directory:     # bzip2 -d iptables-1.2.6a.tar.bz2     # tar -xvf iptables-1.2.6a.tar     This will unpack the tool source into a directory named iptables-1.2.6a.     Now change to the iptables-1.2.6a directory:     # cd iptables-1.2.6a     The INSTALL file in this directory contains a lot of useful information     on compiling and installing this tool.     Now compile the userspace tool using the following command:     # make KERNEL_DIR=/usr/src/linux/     Here the KERNEL_DIR=/usr/src/linux/ specifies the path to the kernels     directory. If the directory of kernel happens to be different on some     systems, the appropriate directory path should be substituted for     /usr/src/linux.     Now install the source binaries using the following command:     # make install KERNEL_DIR=/usr/src/linux/     Now the installation is complete.   1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.27.28.29.30.31.32.33.34.

(责任编辑:应用开发)

    相关内容
    精彩推荐
    热门点击
    友情链接