Closed wongsyrone closed 9 years ago
like insmod imq numdevs=1 hook_chains="INPUT,FORWARD" hook_tables="mangle,mangle". I have noticed hook_chains and hook_tables not exist anymore.
insmod imq numdevs=1 hook_chains="INPUT,FORWARD" hook_tables="mangle,mangle"
I think you did not specify the table name by "-t"
like
insmod imq numdevs=1 hook_chains="INPUT,FORWARD" hook_tables="mangle,mangle"
. I have noticed hook_chains and hook_tables not exist anymore.