|
1 # Debian default ipac-ng configuration file |
|
2 # 2001-12-09, Noel Koethe, noel@koethe.net |
|
3 # /etc/ipac-ng/ipac.conf |
|
4 # |
|
5 # Format: |
|
6 # Name of rule|direction|interface|protocol|source|destination|extension| |
|
7 # WARNING!!!! spaces are not allowed before and after '|'. |
|
8 # |
|
9 # where |
|
10 # Name of rule Any string to identify this rule |
|
11 # direction ipac~fi - forward in |
|
12 # ipac~fo - forward out |
|
13 # ipac~i - outgoing from machine with ipac-ng to other host(/net) |
|
14 # (or incoming to otherhost) |
|
15 # ipac~o - incoming to machine with ipac-ng |
|
16 # (or outgoing from otherhost) |
|
17 # |
|
18 # interface interface name, '+' means all interfaces (dont try to use ip numbers here!) |
|
19 # protocol tcp | udp | icmp | all |
|
20 # source \ |
|
21 # destination both as described in ipfwadm(8), or empty |
|
22 |
|
23 |
|
24 # |
|
25 # W A R N I N G ! ! ! |
|
26 # |
|
27 # Don't use symbols other than '0-9A-z[space]' in rules names. You may encounter |
|
28 # some strange troubles. |
|
29 # |
|
30 # Examples: /usr/share/doc/ipac-ng/examples/contrib/sample_configs/rule.iptables.gz |
|
31 |
|
32 |
|
33 # total Traffic |
|
34 # all |
|
35 total in all|ipac~o|eth0|all|0/0|0/0 |
|
36 total out all|ipac~i|eth0|all|0/0|0/0 |
|
37 |
|
38 forward in |ipac~fi|eth0|all|0/0|!212.80.235.128/26 |
|
39 forward out |ipac~fo|eth0|all|!212.80.235.128/26|0/0 |
|
40 |
|
41 schlittermann tigger-eth0 in all|ipac~o|eth0|all|0/0|212.80.225.206 |
|
42 schlittermann tigger-eth0 out all|ipac~i|eth0|all|212.80.225.206|0/0 |
|
43 |
|
44 # -- A |
|
45 |
|
46 schlittermann pu in all|ipac~fi|eth0|all|0/0|212.80.235.130 |
|
47 schlittermann pu out all|ipac~fo|eth0|all|212.80.235.130|0/0 |
|
48 |
|
49 totocom lion in all|ipac~fi|eth0|all|0/0|212.80.235.131 |
|
50 totocom lion out all|ipac~fo|eth0|all|212.80.235.131|0/0 |
|
51 |
|
52 radebeul radebeul in all|ipac~fi|eth0|all|0/0|212.80.235.132 |
|
53 radebeul radebeul out all|ipac~fo|eth0|all|212.80.235.132|0/0 |
|
54 |
|
55 radebeul radebeul in smtp|ipac~fi|eth0|tcp|0/0|212.80.235.132 25 |
|
56 radebeul radebeul out smtp|ipac~fo|eth0|tcp|212.80.235.132|0/0 25 |
|
57 radebeul radebeul in http|ipac~fi|eth0|tcp|0/0|212.80.235.132 80 |
|
58 radebeul radebeul out http|ipac~fo|eth0|tcp|212.80.235.132 80|0/0 |
|
59 radebeul radebeul in pop3|ipac~fi|eth0|tcp|0/0|212.80.235.132 110 |
|
60 radebeul radebeul out pop3|ipac~fo|eth0|tcp|212.80.235.132 110|0/0 |
|
61 |
|
62 schlittermann robin in all|ipac~fi|eth0|all|0/0|212.80.235.133 |
|
63 schlittermann robin out all|ipac~fo|eth0|all|212.80.235.133|0/0 |
|
64 |
|
65 reproteam zett in all|ipac~fi|eth0|all|0/0|212.80.235.134 |
|
66 reproteam zett out all|ipac~fo|eth0|all|212.80.235.134|0/0 |
|
67 |
|
68 schlittermann ssl135 in all|ipac~fi|eth0|all|0/0|212.80.235.135 |
|
69 schlittermann ssl135 out all|ipac~fo|eth0|all|212.80.235.135|0/0 |
|
70 |
|
71 saga webian in all|ipac~fi|eth0|all|0/0|212.80.235.138 |
|
72 saga webian out all|ipac~fo|eth0|all|212.80.235.138|0/0 |
|
73 |
|
74 # -- B |
|
75 |
|
76 schlittermann tigger-eth2 in all|ipac~fi|eth0|all|0/0|212.80.235.145 |
|
77 schlittermann tigger-eth2 out all|ipac~fo|eth0|all|212.80.235.145|0/0 |
|
78 |
|
79 pixelfoto pixelfoto in all|ipac~fi|eth0|all|0/0|212.80.235.146 |
|
80 pixelfoto pixelfoto out all|ipac~fo|eth0|all|212.80.235.146|0/0 |
|
81 |
|
82 webmaler maler in all|ipac~fi|eth0|all|0/0|212.80.235.147 |
|
83 webmaler maler out all|ipac~fo|eth0|all|212.80.235.147|0/0 |
|
84 |
|
85 softeyes garkin in all|ipac~fi|eth0|all|0/0|212.80.235.149 |
|
86 softeyes garkin out all|ipac~fo|eth0|all|212.80.235.149|0/0 |
|
87 softeyes excalibur in all|ipac~fi|eth0|all|0/0|212.80.235.155 |
|
88 softeyes excalibur out all|ipac~fo|eth0|all|212.80.235.155|0/0 |
|
89 |
|
90 webmaler gadget in all|ipac~fi|eth0|all|0/0|212.80.235.150 |
|
91 webmaler gadget out all|ipac~fo|eth0|all|212.80.235.150|0/0 |
|
92 |
|
93 webmaler deflector in all|ipac~fi|eth0|all|0/0|212.80.235.151 |
|
94 webmaler deflector out all|ipac~fo|eth0|all|212.80.235.151|0/0 |
|
95 |
|
96 webmaler forst in all|ipac~fi|eth0|all|0/0|212.80.235.153 |
|
97 webmaler forst out all|ipac~fo|eth0|all|212.80.235.153|0/0 |
|
98 |
|
99 langer emv in all|ipac~fi|eth0|all|0/0|212.80.235.156 |
|
100 langer emv out all|ipac~fo|eth0|all|212.80.235.156|0/0 |
|
101 |
|
102 kappler pc2 in all|ipac~fi|eth0|all|0/0|212.80.235.178 |
|
103 kappler pc2 out all|ipac~fo|eth0|all|212.80.235.178|0/0 |
|
104 |
|
105 forst woodman in all|ipac~fi|eth0|all|0/0|212.80.235.154 |
|
106 forst woodman out all|ipac~fo|eth0|all|212.80.235.154|0/0 |
|
107 |
|
108 damisys in all|ipac~fi|eth0|all|0/0|84.19.203.0/26 |
|
109 damisys out all|ipac~fo|eth0|all|84.19.203.0/26|0/0 |
|
110 |
|
111 sax in all|ipac~fi|eth0|all|0/0|192.109.108.0/24 |
|
112 sax out all|ipac~fo|eth0|all|192.109.108.0/24|0/0 |
|
113 |
|
114 # -- C |
|
115 |
|
116 schlittermann tigger-eth3 in all|ipac~fi|eth0|all|0/0|212.80.235.161 |
|
117 schlittermann tigger-eth3 out all|ipac~fo|eth0|all|212.80.235.161|0/0 |
|
118 |
|
119 kesys in all|ipac~fi|eth0|all|0/0|212.80.235.160/28 |
|
120 kesys out all|ipac~fo|eth0|all|212.80.235.160/28|0/0 |
|
121 |
|
122 #-- |
|
123 |
|
124 schlittermann tigger-eth4 in all|ipac~fi|eth0|all|0/0|212.80.235.177 |
|
125 schlittermann tigger-eth4 out all|ipac~fo|eth0|all|212.80.235.177|0/0 |
|
126 |