OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPCHAINS
(Results
1 - 6
of
6
) sorted by null
/external/iproute2/examples/diffserv/
Edge1
4
# This script just tags on the ingress interfac using
Ipchains
14
IPCHAINS
=/root/DS-6-beta/
ipchains
-1.3.9/
ipchains
24
$
IPCHAINS
-A input -s 10.2.0.4/24 -m 3
25
$
IPCHAINS
-A input -i $INDEV -s 10.2.0.24 -m 1
26
$
IPCHAINS
-A input -i $INDEV -s 10.2.0.3 -m 2
Edge2
4
# This script tags the fwmark on the ingress interface using
IPchains
15
IPCHAINS
=/root/DS-6-beta/
ipchains
-1.3.9/
ipchains
24
$
IPCHAINS
-A input -s 10.2.0.0/24 -m 3
25
$
IPCHAINS
-A input -i $INDEV -s 10.2.0.24 -m 1
26
$
IPCHAINS
-A input -i $INDEV -s 10.2.0.3 -m 2
36
# by
ipchains
to tag value 3 (The rest of the subnet packets -- not
Edge31-cb-chains
4
# This script fwmark tags(
IPchains
) based on metering on the ingress
16
IPCHAINS
=/root/DS-6-beta/
ipchains
-1.3.9/
ipchains
35
$
IPCHAINS
-A input -i $INDEV -s 0/0 -m 2
36
$
IPCHAINS
-A input -i $INDEV -s 10.2.0.0/24 -m 1
Edge32-cb-chains
4
# This script fwmark tags(
IPchains
) based on metering on the ingress
16
IPCHAINS
=/root/DS-6-beta/
ipchains
-1.3.9/
ipchains
38
$
IPCHAINS
-A input -i $INDEV -s 0/0 -m 2
39
$
IPCHAINS
-A input -i $INDEV -s 10.2.0.0/24 -m 1
Edge32-ca-u32
17
IPCHAINS
=/root/DS-6-beta/
ipchains
-1.3.9/
ipchains
/external/iproute2/examples/
SYN-DoS.rate.limit
6
#
IPchains
to have more powerful additions to the SYN (eg
15
IPCHAINS
=/root/DS-6-beta/
ipchains
-1.3.9/
ipchains
20
$
IPCHAINS
-A input -i $INDEV -y -m 1
Completed in 163 milliseconds