(iptables userspace tools)
(Updated to iptables 1.8.7)
 
Line 7: Line 7:
  
 
<PRE>
 
<PRE>
wget http://www.netfilter.org/projects/iptables/files/iptables-1.4.21.tar.bz2
+
wget http://www.netfilter.org/projects/iptables/files/iptables-1.8.7.tar.bz2
tar -xjf iptables-1.4.21.tar.bz2
+
tar -xjf iptables-1.8.7.tar.bz2
cd iptables-1.4.21
+
cd iptables-1.8.7
 
./configure --host=arm-linux-gnueabi --target=arm-linux-gnueabi --prefix=/usr
 
./configure --host=arm-linux-gnueabi --target=arm-linux-gnueabi --prefix=/usr
 
make
 
make

Latest revision as of 11:36, 3 April 2021

iptables userspace tools

iptables is the userspace command line tool used to configure the packet filtering engine in the Linux kernel.

Download, build and install:

wget http://www.netfilter.org/projects/iptables/files/iptables-1.8.7.tar.bz2
tar -xjf iptables-1.8.7.tar.bz2
cd iptables-1.8.7
./configure --host=arm-linux-gnueabi --target=arm-linux-gnueabi --prefix=/usr
make
make install DESTDIR=/home/export/rootfs

Download pre-built binaries

The link below contains a bzip2 tarball of iptables compiled for ARM: