File: firewall5-ipf.conf.orig

package info (click to toggle)
fwbuilder 5.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 41,192 kB
  • sloc: cpp: 185,790; sh: 71,182; ansic: 4,345; xml: 3,488; python: 83; makefile: 74; perl: 49
file content (26 lines) | stat: -rwxr-xr-x 1,043 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Policy compiler errors and warnings:
# firewall5:Policy:0: warning: Changing rule direction due to self reference
# 
# Rule  0 (global)
# firewall5:Policy:0: warning: Changing rule direction due to self reference

pass  in  quick proto tcp  from any  to 33.33.33.33 port = 22 flags S keep state 
pass  in  quick proto tcp  from any  to 33.33.33.34 port = 22 flags S keep state 
pass  in  quick proto tcp  from any  to 192.168.1.1 port = 22 flags S keep state 
# 
# Rule  1 (global)
pass  in  quick proto tcp  from any  to (ppp0) port = 22 flags S keep state 
pass  out quick proto tcp  from any  to (ppp0) port = 22 flags S keep state 
# 
# Rule  2 (global)
pass  out quick proto tcp  from any  to 33.33.33.33 port = 22 flags S keep state 
pass  out quick proto tcp  from any  to 33.33.33.34 port = 22 flags S keep state 
# 
# Rule  5 (global)
block in   log  quick  from any  to any 
block out  log  quick  from any  to any 
# 
# Rule  fallback rule
#    fallback rule 
block in  quick  from any  to any 
block out quick  from any  to any