Displaying 4 results from an estimated 4 matches for "chain_name".
Did you mean:
chain_base
2004 Oct 06
2
Huge system load using HTB
...d 1:${CLASS_ID} htb rate \
16kbit ceil 512kbit burst 2kb prio 2 quantum 1500
tc qdisc add dev $DEV parent 1:${CLASS_ID} handle ${CLASS_ID}: \
sfq perturb 10
tc filter add dev $DEV parent 1: protocol ip prio 17 u32 \
match ip dst "$IP" flowid 1:${CLASS_ID}
iptables -A "$CHAIN_NAME" -t mangle -s "$IP" -j MARK --set-mark $CLASS_ID
I use iptables subchains, so that every chains contains 32 entries.
I have recently upgraded from RedHat 9.0 to Fedora Core 2. I cannot turn
back to RH9, because I had other problems with that.
I use kernel 2.6.8-1.521 (the problem...
2012 Nov 14
4
firewallchain issues w/ 1.0.0 release
Hi,
First, some software versions, just to get them out of the way:
- CentOS 5.x through Centos 6.2
- Ruby 1.8.5 - 1.8.7
- Puppet 2.7.19
- Facter 1.6.11
Just a note - we''re working from the EPEL repos almost exclusively.
I am working with the firewall module, and so far I am unable to use
firewallchain. Some digging suggests that it''s not completely user error
(though I
2004 Aug 24
8
[PATCH] Support for accounting based on uid/gid
...efully as I wasn''t sure what''s the best way to work around it. You
must use chain OUTPUT in order to make -m owner work (iptables
limitation). As you know, shorewall tries to create the defined chain
if it doesn''t exist (this decision is based on existance of
exists_${chain_name} variable). For built-in chains there''s no such
variable so shorewall would try to create chain OUTPUT. That would
fail, of course. I solved this by specifying
exists_{INPUT,OUTPUT,FORWARD}=Yes just before setting default policy
for the chains. You could also patch the routines that cr...
2008 Sep 01
3
bin/121684: : dump(8) frequently hangs
Any progress here? Does anyone know if this will be fixed in 7.1 latest,
or should we start looking for different backup solution (in this case I
would suggest to remove dump from the source tree - having a backup tool
that doesn't work is worse than having none). After upgrading we
basically cannot backup our servers.
Shouldn't this issue be on