LINUX Howto
5-17.Compile & Install the iptables

@ iptablesソースコードを/mnt/target1/usr/srcに展開
 $cd /mnt/target1/usr/src
 $bzcat /usr/src/local/linuxdev/iptables-1.2.8.tar.bz2 | tar xvf -
 $cd iptables-1.2.8

A Makefileの修正
   変更:
         PREFIX:=/usr/local → /usr

B iptablesのコンパイルと導入
 $make KERNEL_DIR=/usr/src/linux-2.4
 $DESTDIR=/mnt/target1 make install





直線上に配置