iptables

https://www.netfilter.org/projects/iptables

Spiegel

http://paketspiegel.de/iptables-1.8.12.tar.xz onnlein
BLFS 13.0

BLFS

https://blfs.daniel-schildt.de/systemd/postlfs/iptables.html

Bauen

BAU=/bau cd $BAU pwd if [ ! -e iptables-1.8.12.tar.xz ] then wget http://paketspiegel.de/iptables-1.8.12.tar.xz fi if [ -d iptables-1.8.12 ] then rm --force --recursive iptables-1.8.12 fi tar --extract -f iptables-1.8.12.tar.xz cd iptables-1.8.12 pwd cd .. pwd