~bilalakhtar/ubuntu/natty/ufw/fix-682811

« back to all changes in this revision

Viewing changes to tests/bugs/rules/result

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2009-11-11 14:26:56 UTC
  • mfrom: (0.2.3 upstream)
  • mto: (0.1.10 sid) (30.1.10 upstream)
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: james.westby@ubuntu.com-20091111142656-elu1gdohgz1muifz
Tags: upstream-0.29.1
ImportĀ upstreamĀ versionĀ 0.29.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
:ufw-user-input - [0:0]
6
6
:ufw-user-output - [0:0]
7
7
:ufw-user-forward - [0:0]
 
8
:ufw-before-logging-input - [0:0]
 
9
:ufw-before-logging-output - [0:0]
 
10
:ufw-before-logging-forward - [0:0]
 
11
:ufw-user-logging-input - [0:0]
 
12
:ufw-user-logging-output - [0:0]
 
13
:ufw-user-logging-forward - [0:0]
 
14
:ufw-after-logging-input - [0:0]
 
15
:ufw-after-logging-output - [0:0]
 
16
:ufw-after-logging-forward - [0:0]
 
17
:ufw-logging-deny - [0:0]
 
18
:ufw-logging-allow - [0:0]
8
19
:ufw-user-limit - [0:0]
9
20
:ufw-user-limit-accept - [0:0]
10
21
### RULES ###
13
24
-A ufw-user-input -d 96.0.0.0/4 -j ACCEPT
14
25
 
15
26
### END RULES ###
 
27
 
 
28
### LOGGING ###
 
29
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
30
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
31
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
32
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
33
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
34
### END LOGGING ###
 
35
 
 
36
### RATE LIMITING ###
16
37
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
17
38
-A ufw-user-limit -j REJECT
18
39
-A ufw-user-limit-accept -j ACCEPT
 
40
### END RATE LIMITING ###
19
41
COMMIT
20
42
WARN: Rule changed after normalization
21
43
Rules updated