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

netfilter/iptables系统的安装

2025-11-05 12:05:26 来源:多维IT资讯作者:人工智能 点击:512次
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.
作者:IT科技
------分隔线----------------------------
头条新闻
图片新闻
新闻排行榜