contrib/iptables-imq/README

42 lines
735 B
Plaintext
Raw Normal View History

2006-12-08 05:18:07 +01:00
REQUIREMENTS:
Kernel source in /usr/src/linux-2.6.24.x
Kernel version 2.6.24.x patched with IMQ.
2006-12-08 05:18:07 +01:00
PRECAUTION:
PRE-INSTALL:
Adds a alias for iptables.
Patch the kernel source with:
cd /usr/src/linux-2.6.24.x
2006-12-08 05:18:07 +01:00
(copy from the pkgmk source after downloading or wget the patch off the site)
# patch -p1 -i ../linux-2.6.24-imq.diff
# make oldconfig
2006-12-08 05:18:07 +01:00
.config file:
CONFIG_IP_NF_TARGET_IMQ=m
CONFIG_IMQ=m
# CONFIG_IMQ_BEHAVIOR_AA is not set
# CONFIG_IMQ_BEHAVIOR_AB is not set
CONFIG_IMQ_BEHAVIOR_BA=y
# CONFIG_IMQ_BEHAVIOR_BB is not set
CONFIG_IMQ_NUM_DEVS=2
POST-INSTALL:
PRE-REMOVE:
POST-REMOVE:
Removes a alias for iptables.
NOTES:
You need to add many rules for imq to work google for the
"wonder shaper".
2006-12-08 05:18:07 +01:00