]> git.proxmox.com Git - pve-firewall.git/blob - src/PVE/Firewall.pm
correctly implement policy for host firewall
[pve-firewall.git] / src / PVE / Firewall.pm
1 package PVE::Firewall;
2
3 use warnings;
4 use strict;
5 use Data::Dumper;
6 use Digest::SHA;
7 use PVE::ProcFSTools;
8 use PVE::Tools;
9 use PVE::QemuServer;
10 use File::Basename;
11 use File::Path;
12 use IO::File;
13 use Net::IP;
14 use PVE::Tools qw(run_command lock_file);
15
16 use Data::Dumper;
17
18 my $pve_fw_lock_filename = "/var/lock/pvefw.lck";
19 my $pve_fw_status_filename = "/var/lib/pve-firewall/pvefw.status";
20
21 my $default_log_level = 'info';
22
23 my $log_level_hash = {
24 debug => 7,
25 info => 6,
26 notice => 5,
27 warning => 4,
28 err => 3,
29 crit => 2,
30 alert => 1,
31 emerg => 0,
32 };
33
34 # imported/converted from: /usr/share/shorewall/macro.*
35 my $pve_fw_macros = {
36 'Amanda' => [
37 { action => 'PARAM', proto => 'udp', dport => '10080' },
38 { action => 'PARAM', proto => 'tcp', dport => '10080' },
39 ],
40 'Auth' => [
41 { action => 'PARAM', proto => 'tcp', dport => '113' },
42 ],
43 'BGP' => [
44 { action => 'PARAM', proto => 'tcp', dport => '179' },
45 ],
46 'BitTorrent' => [
47 { action => 'PARAM', proto => 'tcp', dport => '6881:6889' },
48 { action => 'PARAM', proto => 'udp', dport => '6881' },
49 ],
50 'BitTorrent32' => [
51 { action => 'PARAM', proto => 'tcp', dport => '6881:6999' },
52 { action => 'PARAM', proto => 'udp', dport => '6881' },
53 ],
54 'CVS' => [
55 { action => 'PARAM', proto => 'tcp', dport => '2401' },
56 ],
57 'Citrix' => [
58 { action => 'PARAM', proto => 'tcp', dport => '1494' },
59 { action => 'PARAM', proto => 'udp', dport => '1604' },
60 { action => 'PARAM', proto => 'tcp', dport => '2598' },
61 ],
62 'DAAP' => [
63 { action => 'PARAM', proto => 'tcp', dport => '3689' },
64 { action => 'PARAM', proto => 'udp', dport => '3689' },
65 ],
66 'DCC' => [
67 { action => 'PARAM', proto => 'tcp', dport => '6277' },
68 ],
69 'DHCPfwd' => [
70 { action => 'PARAM', proto => 'udp', dport => '67:68', sport => '67:68' },
71 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '67:68', sport => '67:68' },
72 ],
73 'DNS' => [
74 { action => 'PARAM', proto => 'udp', dport => '53' },
75 { action => 'PARAM', proto => 'tcp', dport => '53' },
76 ],
77 'Distcc' => [
78 { action => 'PARAM', proto => 'tcp', dport => '3632' },
79 ],
80 'Edonkey' => [
81 { action => 'PARAM', proto => 'tcp', dport => '4662' },
82 { action => 'PARAM', proto => 'udp', dport => '4665' },
83 ],
84 'FTP' => [
85 { action => 'PARAM', proto => 'tcp', dport => '21' },
86 ],
87 'Finger' => [
88 { action => 'PARAM', proto => 'tcp', dport => '79' },
89 ],
90 'GNUnet' => [
91 { action => 'PARAM', proto => 'tcp', dport => '2086' },
92 { action => 'PARAM', proto => 'udp', dport => '2086' },
93 { action => 'PARAM', proto => 'tcp', dport => '1080' },
94 { action => 'PARAM', proto => 'udp', dport => '1080' },
95 ],
96 'GRE' => [
97 { action => 'PARAM', proto => '47' },
98 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => '47' },
99 ],
100 'Git' => [
101 { action => 'PARAM', proto => 'tcp', dport => '9418' },
102 ],
103 'Gnutella' => [
104 { action => 'PARAM', proto => 'tcp', dport => '6346' },
105 { action => 'PARAM', proto => 'udp', dport => '6346' },
106 ],
107 'HKP' => [
108 { action => 'PARAM', proto => 'tcp', dport => '11371' },
109 ],
110 'HTTP' => [
111 { action => 'PARAM', proto => 'tcp', dport => '80' },
112 ],
113 'HTTPS' => [
114 { action => 'PARAM', proto => 'tcp', dport => '443' },
115 ],
116 'ICPV2' => [
117 { action => 'PARAM', proto => 'udp', dport => '3130' },
118 ],
119 'ICQ' => [
120 { action => 'PARAM', proto => 'tcp', dport => '5190' },
121 ],
122 'IMAP' => [
123 { action => 'PARAM', proto => 'tcp', dport => '143' },
124 ],
125 'IMAPS' => [
126 { action => 'PARAM', proto => 'tcp', dport => '993' },
127 ],
128 'IPIP' => [
129 { action => 'PARAM', proto => '94' },
130 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => '94' },
131 ],
132 'IPP' => [
133 { action => 'PARAM', proto => 'tcp', dport => '631' },
134 ],
135 'IPPbrd' => [
136 { action => 'PARAM', proto => 'udp', dport => '631' },
137 ],
138 'IPPserver' => [
139 { action => 'PARAM', source => 'SOURCE', dest => 'DEST', proto => 'tcp', dport => '631' },
140 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '631' },
141 ],
142 'IPsec' => [
143 { action => 'PARAM', proto => 'udp', dport => '500', sport => '500' },
144 { action => 'PARAM', proto => '50' },
145 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '500', sport => '500' },
146 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => '50' },
147 ],
148 'IPsecah' => [
149 { action => 'PARAM', proto => 'udp', dport => '500', sport => '500' },
150 { action => 'PARAM', proto => '51' },
151 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '500', sport => '500' },
152 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => '51' },
153 ],
154 'IPsecnat' => [
155 { action => 'PARAM', proto => 'udp', dport => '500' },
156 { action => 'PARAM', proto => 'udp', dport => '4500' },
157 { action => 'PARAM', proto => '50' },
158 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '500' },
159 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '4500' },
160 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => '50' },
161 ],
162 'IRC' => [
163 { action => 'PARAM', proto => 'tcp', dport => '6667' },
164 ],
165 'JabberPlain' => [
166 { action => 'PARAM', proto => 'tcp', dport => '5222' },
167 ],
168 'JabberSecure' => [
169 { action => 'PARAM', proto => 'tcp', dport => '5223' },
170 ],
171 'Jabberd' => [
172 { action => 'PARAM', proto => 'tcp', dport => '5269' },
173 ],
174 'Jetdirect' => [
175 { action => 'PARAM', proto => 'tcp', dport => '9100' },
176 ],
177 'L2TP' => [
178 { action => 'PARAM', proto => 'udp', dport => '1701' },
179 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '1701' },
180 ],
181 'LDAP' => [
182 { action => 'PARAM', proto => 'tcp', dport => '389' },
183 ],
184 'LDAPS' => [
185 { action => 'PARAM', proto => 'tcp', dport => '636' },
186 ],
187 'MSNP' => [
188 { action => 'PARAM', proto => 'tcp', dport => '1863' },
189 ],
190 'MSSQL' => [
191 { action => 'PARAM', proto => 'tcp', dport => '1433' },
192 ],
193 'Mail' => [
194 { action => 'PARAM', proto => 'tcp', dport => '25' },
195 { action => 'PARAM', proto => 'tcp', dport => '465' },
196 { action => 'PARAM', proto => 'tcp', dport => '587' },
197 ],
198 'Munin' => [
199 { action => 'PARAM', proto => 'tcp', dport => '4949' },
200 ],
201 'MySQL' => [
202 { action => 'PARAM', proto => 'tcp', dport => '3306' },
203 ],
204 'NNTP' => [
205 { action => 'PARAM', proto => 'tcp', dport => '119' },
206 ],
207 'NNTPS' => [
208 { action => 'PARAM', proto => 'tcp', dport => '563' },
209 ],
210 'NTP' => [
211 { action => 'PARAM', proto => 'udp', dport => '123' },
212 ],
213 'NTPbi' => [
214 { action => 'PARAM', proto => 'udp', dport => '123' },
215 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '123' },
216 ],
217 'NTPbrd' => [
218 { action => 'PARAM', proto => 'udp', dport => '123' },
219 { action => 'PARAM', proto => 'udp', dport => '1024:65535', sport => '123' },
220 ],
221 'OSPF' => [
222 { action => 'PARAM', proto => '89' },
223 ],
224 'OpenVPN' => [
225 { action => 'PARAM', proto => 'udp', dport => '1194' },
226 ],
227 'PCA' => [
228 { action => 'PARAM', proto => 'udp', dport => '5632' },
229 { action => 'PARAM', proto => 'tcp', dport => '5631' },
230 ],
231 'POP3' => [
232 { action => 'PARAM', proto => 'tcp', dport => '110' },
233 ],
234 'POP3S' => [
235 { action => 'PARAM', proto => 'tcp', dport => '995' },
236 ],
237 'PPtP' => [
238 { action => 'PARAM', proto => '47' },
239 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => '47' },
240 { action => 'PARAM', proto => 'tcp', dport => '1723' },
241 ],
242 'Ping' => [
243 { action => 'PARAM', proto => 'icmp', dport => 'echo-request' },
244 ],
245 'PostgreSQL' => [
246 { action => 'PARAM', proto => 'tcp', dport => '5432' },
247 ],
248 'Printer' => [
249 { action => 'PARAM', proto => 'tcp', dport => '515' },
250 ],
251 'RDP' => [
252 { action => 'PARAM', proto => 'tcp', dport => '3389' },
253 ],
254 'RIPbi' => [
255 { action => 'PARAM', proto => 'udp', dport => '520' },
256 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '520' },
257 ],
258 'RNDC' => [
259 { action => 'PARAM', proto => 'tcp', dport => '953' },
260 ],
261 'Razor' => [
262 { action => 'ACCEPT', proto => 'tcp', dport => '2703' },
263 ],
264 'Rdate' => [
265 { action => 'PARAM', proto => 'tcp', dport => '37' },
266 ],
267 'Rsync' => [
268 { action => 'PARAM', proto => 'tcp', dport => '873' },
269 ],
270 'SANE' => [
271 { action => 'PARAM', proto => 'tcp', dport => '6566' },
272 ],
273 'SMB' => [
274 { action => 'PARAM', proto => 'udp', dport => '135,445' },
275 { action => 'PARAM', proto => 'udp', dport => '137:139' },
276 { action => 'PARAM', proto => 'udp', dport => '1024:65535', sport => '137' },
277 { action => 'PARAM', proto => 'tcp', dport => '135,139,445' },
278 ],
279 'SMBBI' => [
280 { action => 'PARAM', proto => 'udp', dport => '135,445' },
281 { action => 'PARAM', proto => 'udp', dport => '137:139' },
282 { action => 'PARAM', proto => 'udp', dport => '1024:65535', sport => '137' },
283 { action => 'PARAM', proto => 'tcp', dport => '135,139,445' },
284 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '135,445' },
285 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '137:139' },
286 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'udp', dport => '1024:65535', sport => '137' },
287 { action => 'PARAM', source => 'DEST', dest => 'SOURCE', proto => 'tcp', dport => '135,139,445' },
288 ],
289 'SMBswat' => [
290 { action => 'PARAM', proto => 'tcp', dport => '901' },
291 ],
292 'SMTP' => [
293 { action => 'PARAM', proto => 'tcp', dport => '25' },
294 ],
295 'SMTPS' => [
296 { action => 'PARAM', proto => 'tcp', dport => '465' },
297 ],
298 'SNMP' => [
299 { action => 'PARAM', proto => 'udp', dport => '161:162' },
300 { action => 'PARAM', proto => 'tcp', dport => '161' },
301 ],
302 'SPAMD' => [
303 { action => 'PARAM', proto => 'tcp', dport => '783' },
304 ],
305 'SSH' => [
306 { action => 'PARAM', proto => 'tcp', dport => '22' },
307 ],
308 'SVN' => [
309 { action => 'PARAM', proto => 'tcp', dport => '3690' },
310 ],
311 'SixXS' => [
312 { action => 'PARAM', proto => 'tcp', dport => '3874' },
313 { action => 'PARAM', proto => 'udp', dport => '3740' },
314 { action => 'PARAM', proto => '41' },
315 { action => 'PARAM', proto => 'udp', dport => '5072,8374' },
316 ],
317 'Squid' => [
318 { action => 'PARAM', proto => 'tcp', dport => '3128' },
319 ],
320 'Submission' => [
321 { action => 'PARAM', proto => 'tcp', dport => '587' },
322 ],
323 'Syslog' => [
324 { action => 'PARAM', proto => 'udp', dport => '514' },
325 { action => 'PARAM', proto => 'tcp', dport => '514' },
326 ],
327 'TFTP' => [
328 { action => 'PARAM', proto => 'udp', dport => '69' },
329 ],
330 'Telnet' => [
331 { action => 'PARAM', proto => 'tcp', dport => '23' },
332 ],
333 'Telnets' => [
334 { action => 'PARAM', proto => 'tcp', dport => '992' },
335 ],
336 'Time' => [
337 { action => 'PARAM', proto => 'tcp', dport => '37' },
338 ],
339 'Trcrt' => [
340 { action => 'PARAM', proto => 'udp', dport => '33434:33524' },
341 { action => 'PARAM', proto => 'icmp', dport => 'echo-request' },
342 ],
343 'VNC' => [
344 { action => 'PARAM', proto => 'tcp', dport => '5900:5909' },
345 ],
346 'VNCL' => [
347 { action => 'PARAM', proto => 'tcp', dport => '5500' },
348 ],
349 'Web' => [
350 { action => 'PARAM', proto => 'tcp', dport => '80' },
351 { action => 'PARAM', proto => 'tcp', dport => '443' },
352 ],
353 'Webcache' => [
354 { action => 'PARAM', proto => 'tcp', dport => '8080' },
355 ],
356 'Webmin' => [
357 { action => 'PARAM', proto => 'tcp', dport => '10000' },
358 ],
359 'Whois' => [
360 { action => 'PARAM', proto => 'tcp', dport => '43' },
361 ],
362 };
363
364 my $pve_fw_parsed_macros;
365 my $pve_fw_preferred_macro_names = {};
366
367 my $pve_std_chains = {
368 'PVEFW-SET-ACCEPT-MARK' => [
369 "-j MARK --set-mark 1",
370 ],
371 'PVEFW-DropBroadcast' => [
372 # same as shorewall 'Broadcast'
373 # simply DROP BROADCAST/MULTICAST/ANYCAST
374 # we can use this to reduce logging
375 { action => 'DROP', dsttype => 'BROADCAST' },
376 { action => 'DROP', dsttype => 'MULTICAST' },
377 { action => 'DROP', dsttype => 'ANYCAST' },
378 { action => 'DROP', dest => '224.0.0.0/4' },
379 ],
380 'PVEFW-reject' => [
381 # same as shorewall 'reject'
382 { action => 'DROP', dsttype => 'BROADCAST' },
383 { action => 'DROP', source => '224.0.0.0/4' },
384 { action => 'DROP', proto => 'icmp' },
385 "-p tcp -j REJECT --reject-with tcp-reset",
386 "-p udp -j REJECT --reject-with icmp-port-unreachable",
387 "-p icmp -j REJECT --reject-with icmp-host-unreachable",
388 "-j REJECT --reject-with icmp-host-prohibited",
389 ],
390 'PVEFW-Drop' => [
391 # same as shorewall 'Drop', which is equal to DROP,
392 # but REJECT/DROP some packages to reduce logging,
393 # and ACCEPT critical ICMP types
394 { action => 'PVEFW-reject', proto => 'tcp', dport => '43' }, # REJECT 'auth'
395 # we are not interested in BROADCAST/MULTICAST/ANYCAST
396 { action => 'PVEFW-DropBroadcast' },
397 # ACCEPT critical ICMP types
398 { action => 'ACCEPT', proto => 'icmp', dport => 'fragmentation-needed' },
399 { action => 'ACCEPT', proto => 'icmp', dport => 'time-exceeded' },
400 # Drop packets with INVALID state
401 "-m conntrack --ctstate INVALID -j DROP",
402 # Drop Microsoft SMB noise
403 { action => 'DROP', proto => 'udp', dport => '135,445', nbdport => 2 },
404 { action => 'DROP', proto => 'udp', dport => '137:139'},
405 { action => 'DROP', proto => 'udp', dport => '1024:65535', sport => 137 },
406 { action => 'DROP', proto => 'tcp', dport => '135,139,445', nbdport => 3 },
407 { action => 'DROP', proto => 'udp', dport => 1900 }, # UPnP
408 # Drop new/NotSyn traffic so that it doesn't get logged
409 "-p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -j DROP",
410 # Drop DNS replies
411 { action => 'DROP', proto => 'udp', sport => 53 },
412 ],
413 'PVEFW-Reject' => [
414 # same as shorewall 'Reject', which is equal to Reject,
415 # but REJECT/DROP some packages to reduce logging,
416 # and ACCEPT critical ICMP types
417 { action => 'PVEFW-reject', proto => 'tcp', dport => '43' }, # REJECT 'auth'
418 # we are not interested in BROADCAST/MULTICAST/ANYCAST
419 { action => 'PVEFW-DropBroadcast' },
420 # ACCEPT critical ICMP types
421 { action => 'ACCEPT', proto => 'icmp', dport => 'fragmentation-needed' },
422 { action => 'ACCEPT', proto => 'icmp', dport => 'time-exceeded' },
423 # Drop packets with INVALID state
424 "-m conntrack --ctstate INVALID -j DROP",
425 # Drop Microsoft SMB noise
426 { action => 'PVEFW-reject', proto => 'udp', dport => '135,445', nbdport => 2 },
427 { action => 'PVEFW-reject', proto => 'udp', dport => '137:139'},
428 { action => 'PVEFW-reject', proto => 'udp', dport => '1024:65535', sport => 137 },
429 { action => 'PVEFW-reject', proto => 'tcp', dport => '135,139,445', nbdport => 3 },
430 { action => 'DROP', proto => 'udp', dport => 1900 }, # UPnP
431 # Drop new/NotSyn traffic so that it doesn't get logged
432 "-p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -j DROP",
433 # Drop DNS replies
434 { action => 'DROP', proto => 'udp', sport => 53 },
435 ],
436 'PVEFW-tcpflags' => [
437 # same as shorewall tcpflags action.
438 # Packets arriving on this interface are checked for som illegal combinations of TCP flags
439 "-p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG FIN,PSH,URG -g PVEFW-logflags",
440 "-p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE -g PVEFW-logflags",
441 "-p tcp -m tcp --tcp-flags SYN,RST SYN,RST -g PVEFW-logflags",
442 "-p tcp -m tcp --tcp-flags FIN,SYN FIN,SYN -g PVEFW-logflags",
443 "-p tcp -m tcp --sport 0 --tcp-flags FIN,SYN,RST,ACK SYN -g PVEFW-logflags",
444 ],
445 'PVEFW-smurfs' => [
446 # same as shorewall smurfs action
447 # Filter packets for smurfs (packets with a broadcast address as the source).
448 "-s 0.0.0.0/32 -j RETURN",
449 "-m addrtype --src-type BROADCAST -g PVEFW-smurflog",
450 "-s 224.0.0.0/4 -g PVEFW-smurflog",
451 ],
452 };
453
454 # iptables -p icmp -h
455 my $icmp_type_names = {
456 any => 1,
457 'echo-reply' => 1,
458 'destination-unreachable' => 1,
459 'network-unreachable' => 1,
460 'host-unreachable' => 1,
461 'protocol-unreachable' => 1,
462 'port-unreachable' => 1,
463 'fragmentation-needed' => 1,
464 'source-route-failed' => 1,
465 'network-unknown' => 1,
466 'host-unknown' => 1,
467 'network-prohibited' => 1,
468 'host-prohibited' => 1,
469 'TOS-network-unreachable' => 1,
470 'TOS-host-unreachable' => 1,
471 'communication-prohibited' => 1,
472 'host-precedence-violation' => 1,
473 'precedence-cutoff' => 1,
474 'source-quench' => 1,
475 'redirect' => 1,
476 'network-redirect' => 1,
477 'host-redirect' => 1,
478 'TOS-network-redirect' => 1,
479 'TOS-host-redirect' => 1,
480 'echo-request' => 1,
481 'router-advertisement' => 1,
482 'router-solicitation' => 1,
483 'time-exceeded' => 1,
484 'ttl-zero-during-transit' => 1,
485 'ttl-zero-during-reassembly' => 1,
486 'parameter-problem' => 1,
487 'ip-header-bad' => 1,
488 'required-option-missing' => 1,
489 'timestamp-request' => 1,
490 'timestamp-reply' => 1,
491 'address-mask-request' => 1,
492 'address-mask-reply' => 1,
493 };
494
495 sub get_firewall_macros {
496
497 return $pve_fw_parsed_macros if $pve_fw_parsed_macros;
498
499 $pve_fw_parsed_macros = {};
500
501 foreach my $k (keys %$pve_fw_macros) {
502 my $name = lc($k);
503
504 my $macro = $pve_fw_macros->{$k};
505 $pve_fw_preferred_macro_names->{$name} = $k;
506 $pve_fw_parsed_macros->{$name} = $macro;
507 }
508
509 return $pve_fw_parsed_macros;
510 }
511
512 my $etc_services;
513
514 sub get_etc_services {
515
516 return $etc_services if $etc_services;
517
518 my $filename = "/etc/services";
519
520 my $fh = IO::File->new($filename, O_RDONLY);
521 if (!$fh) {
522 warn "unable to read '$filename' - $!\n";
523 return {};
524 }
525
526 my $services = {};
527
528 while (my $line = <$fh>) {
529 chomp ($line);
530 next if $line =~m/^#/;
531 next if ($line =~m/^\s*$/);
532
533 if ($line =~ m!^(\S+)\s+(\S+)/(tcp|udp).*$!) {
534 $services->{byid}->{$2}->{name} = $1;
535 $services->{byid}->{$2}->{port} = $2;
536 $services->{byid}->{$2}->{$3} = 1;
537 $services->{byname}->{$1} = $services->{byid}->{$2};
538 }
539 }
540
541 close($fh);
542
543 $etc_services = $services;
544
545
546 return $etc_services;
547 }
548
549 my $etc_protocols;
550
551 sub get_etc_protocols {
552 return $etc_protocols if $etc_protocols;
553
554 my $filename = "/etc/protocols";
555
556 my $fh = IO::File->new($filename, O_RDONLY);
557 if (!$fh) {
558 warn "unable to read '$filename' - $!\n";
559 return {};
560 }
561
562 my $protocols = {};
563
564 while (my $line = <$fh>) {
565 chomp ($line);
566 next if $line =~m/^#/;
567 next if ($line =~m/^\s*$/);
568
569 if ($line =~ m!^(\S+)\s+(\d+)\s+.*$!) {
570 $protocols->{byid}->{$2}->{name} = $1;
571 $protocols->{byname}->{$1} = $protocols->{byid}->{$2};
572 }
573 }
574
575 close($fh);
576
577 $etc_protocols = $protocols;
578
579 return $etc_protocols;
580 }
581
582 sub parse_address_list {
583 my ($str) = @_;
584
585 my $nbaor = 0;
586 foreach my $aor (split(/,/, $str)) {
587 if (!Net::IP->new($aor)) {
588 my $err = Net::IP::Error();
589 die "invalid IP address: $err\n";
590 }else{
591 $nbaor++;
592 }
593 }
594 return $nbaor;
595 }
596
597 sub parse_port_name_number_or_range {
598 my ($str) = @_;
599
600 my $services = PVE::Firewall::get_etc_services();
601 my $nbports = 0;
602 foreach my $item (split(/,/, $str)) {
603 my $portlist = "";
604 my $oldpon = undef;
605 $nbports++;
606 foreach my $pon (split(':', $item, 2)) {
607 $pon = $services->{byname}->{$pon}->{port} if $services->{byname}->{$pon}->{port};
608 if ($pon =~ m/^\d+$/){
609 die "invalid port '$pon'\n" if $pon < 0 && $pon > 65535;
610 die "port '$pon' must be bigger than port '$oldpon' \n" if $oldpon && ($pon < $oldpon);
611 $oldpon = $pon;
612 }else{
613 die "invalid port $services->{byname}->{$pon}\n" if !$services->{byname}->{$pon};
614 }
615 }
616 }
617
618 return ($nbports);
619 }
620
621 my $bridge_firewall_enabled = 0;
622
623 sub enable_bridge_firewall {
624
625 return if $bridge_firewall_enabled; # only once
626
627 PVE::ProcFSTools::write_proc_entry("/proc/sys/net/bridge/bridge-nf-call-iptables", "1");
628 PVE::ProcFSTools::write_proc_entry("/proc/sys/net/bridge/bridge-nf-call-ip6tables", "1");
629
630 # make sure syncookies are enabled (which is default on newer 3.X kernels anyways)
631 PVE::ProcFSTools::write_proc_entry("/proc/sys/net/ipv4/tcp_syncookies", "1");
632
633 $bridge_firewall_enabled = 1;
634 }
635
636 my $rule_format = "%-15s %-30s %-30s %-15s %-15s %-15s\n";
637
638 sub iptables {
639 my ($cmd) = @_;
640
641 run_command("/sbin/iptables $cmd", outfunc => sub {}, errfunc => sub {});
642 }
643
644 sub iptables_restore_cmdlist {
645 my ($cmdlist) = @_;
646
647 run_command("/sbin/iptables-restore -n", input => $cmdlist);
648 }
649
650 sub iptables_get_chains {
651
652 my $res = {};
653
654 # check what chains we want to track
655 my $is_pvefw_chain = sub {
656 my $name = shift;
657
658 return 1 if $name =~ m/^PVEFW-\S+$/;
659
660 return 1 if $name =~ m/^tap\d+i\d+-(:?IN|OUT)$/;
661 return 1 if $name =~ m/^vmbr\d+-(:?FW|IN|OUT)$/;
662 return 1 if $name =~ m/^GROUP-(:?[^\s\-]+)-(:?IN|OUT)$/;
663
664 return undef;
665 };
666
667 my $table = '';
668
669 my $parser = sub {
670 my $line = shift;
671
672 return if $line =~ m/^#/;
673 return if $line =~ m/^\s*$/;
674
675 if ($line =~ m/^\*(\S+)$/) {
676 $table = $1;
677 return;
678 }
679
680 return if $table ne 'filter';
681
682 if ($line =~ m/^:(\S+)\s/) {
683 my $chain = $1;
684 return if !&$is_pvefw_chain($chain);
685 $res->{$chain} = "unknown";
686 } elsif ($line =~ m/^-A\s+(\S+)\s.*--comment\s+\"PVESIG:(\S+)\"/) {
687 my ($chain, $sig) = ($1, $2);
688 return if !&$is_pvefw_chain($chain);
689 $res->{$chain} = $sig;
690 } else {
691 # simply ignore the rest
692 return;
693 }
694 };
695
696 run_command("/sbin/iptables-save", outfunc => $parser);
697
698 return $res;
699 }
700
701 sub iptables_chain_exist {
702 my ($chain) = @_;
703
704 eval{
705 iptables("-n --list $chain");
706 };
707 return undef if $@;
708
709 return 1;
710 }
711
712 sub iptables_rule_exist {
713 my ($rule) = @_;
714
715 eval{
716 iptables("-C $rule");
717 };
718 return undef if $@;
719
720 return 1;
721 }
722
723 sub ruleset_generate_rule {
724 my ($ruleset, $chain, $rule, $actions, $goto) = @_;
725
726 return if $rule->{disable};
727
728 my @cmd = ();
729
730 push @cmd, "-m iprange --src-range" if $rule->{nbsource} && $rule->{nbsource} > 1;
731 push @cmd, "-s $rule->{source}" if $rule->{source};
732 push @cmd, "-m iprange --dst-range" if $rule->{nbdest} && $rule->{nbdest} > 1;
733 push @cmd, "-d $rule->{dest}" if $rule->{dest};
734
735 if ($rule->{proto}) {
736 push @cmd, "-p $rule->{proto}";
737
738 my $multiport = 0;
739 $multiport++ if $rule->{nbdport} && ($rule->{nbdport} > 1);
740 $multiport++ if $rule->{nbsport} && ($rule->{nbsport} > 1);
741
742 push @cmd, "--match multiport" if $multiport;
743
744 die "multiport: option '--sports' cannot be used together with '--dports'\n"
745 if ($multiport == 2) && ($rule->{dport} ne $rule->{sport});
746
747 if ($rule->{dport}) {
748 if ($rule->{proto} && $rule->{proto} eq 'icmp') {
749 # Note: we use dport to store --icmp-type
750 die "unknown icmp-type '$rule->{dport}'\n" if !defined($icmp_type_names->{$rule->{dport}});
751 push @cmd, "-m icmp --icmp-type $rule->{dport}";
752 } else {
753 if ($rule->{nbdport} && $rule->{nbdport} > 1) {
754 if ($multiport == 2) {
755 push @cmd, "--ports $rule->{dport}";
756 } else {
757 push @cmd, "--dports $rule->{dport}";
758 }
759 } else {
760 push @cmd, "--dport $rule->{dport}";
761 }
762 }
763 }
764
765 if ($rule->{sport}) {
766 if ($rule->{nbsport} && $rule->{nbsport} > 1) {
767 push @cmd, "--sports $rule->{sport}" if $multiport != 2;
768 } else {
769 push @cmd, "--sport $rule->{sport}";
770 }
771 }
772 } elsif ($rule->{dport} || $rule->{sport}) {
773 warn "ignoring destination port '$rule->{dport}' - no protocol specified\n" if $rule->{dport};
774 warn "ignoring source port '$rule->{sport}' - no protocol specified\n" if $rule->{sport};
775 }
776
777 push @cmd, "-m addrtype --dst-type $rule->{dsttype}" if $rule->{dsttype};
778
779 if (my $action = $rule->{action}) {
780 $action = $actions->{$action} if defined($actions->{$action});
781 $goto = 1 if !defined($goto) && $action eq 'PVEFW-SET-ACCEPT-MARK';
782 push @cmd, $goto ? "-g $action" : "-j $action";
783 }
784
785 if (scalar(@cmd)) {
786 my $cmdstr = join(' ', @cmd);
787 ruleset_addrule($ruleset, $chain, $cmdstr);
788 }
789 }
790
791 sub ruleset_create_chain {
792 my ($ruleset, $chain) = @_;
793
794 die "Invalid chain name '$chain' (28 char max)\n" if length($chain) > 28;
795
796 die "chain '$chain' already exists\n" if $ruleset->{$chain};
797
798 $ruleset->{$chain} = [];
799 }
800
801 sub ruleset_chain_exist {
802 my ($ruleset, $chain) = @_;
803
804 return $ruleset->{$chain} ? 1 : undef;
805 }
806
807 sub ruleset_addrule {
808 my ($ruleset, $chain, $rule) = @_;
809
810 die "no such chain '$chain'\n" if !$ruleset->{$chain};
811
812 push @{$ruleset->{$chain}}, "-A $chain $rule";
813 }
814
815 sub ruleset_insertrule {
816 my ($ruleset, $chain, $rule) = @_;
817
818 die "no such chain '$chain'\n" if !$ruleset->{$chain};
819
820 unshift @{$ruleset->{$chain}}, "-A $chain $rule";
821 }
822
823 sub generate_bridge_chains {
824 my ($ruleset, $bridge) = @_;
825
826 if (!ruleset_chain_exist($ruleset, "PVEFW-FORWARD")){
827 ruleset_create_chain($ruleset, "PVEFW-FORWARD");
828 ruleset_addrule($ruleset, "PVEFW-FORWARD", "-m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT");
829 }
830
831 if (!ruleset_chain_exist($ruleset, "$bridge-FW")) {
832 ruleset_create_chain($ruleset, "$bridge-FW");
833 ruleset_addrule($ruleset, "PVEFW-FORWARD", "-o $bridge -m physdev --physdev-is-bridged -j $bridge-FW");
834 ruleset_addrule($ruleset, "PVEFW-FORWARD", "-i $bridge -m physdev --physdev-is-bridged -j $bridge-FW");
835 ruleset_addrule($ruleset, "PVEFW-FORWARD", "-o $bridge -j DROP"); # disable interbridge routing
836 ruleset_addrule($ruleset, "PVEFW-FORWARD", "-i $bridge -j DROP"); # disable interbridge routing
837 }
838
839 if (!ruleset_chain_exist($ruleset, "$bridge-OUT")) {
840 ruleset_create_chain($ruleset, "$bridge-OUT");
841 ruleset_addrule($ruleset, "$bridge-FW", "-m physdev --physdev-is-bridged --physdev-is-in -j $bridge-OUT");
842 }
843
844 if (!ruleset_chain_exist($ruleset, "$bridge-IN")) {
845 ruleset_create_chain($ruleset, "$bridge-IN");
846 ruleset_addrule($ruleset, "$bridge-FW", "-m physdev --physdev-is-bridged --physdev-is-out -j $bridge-IN");
847 ruleset_addrule($ruleset, "$bridge-FW", "-m mark --mark 1 -j ACCEPT");
848 # accept traffic to unmanaged bridge ports
849 ruleset_addrule($ruleset, "$bridge-FW", "-m physdev --physdev-is-bridged --physdev-is-out -j ACCEPT ");
850 }
851 }
852
853 sub ruleset_add_chain_policy {
854 my ($ruleset, $chain, $policy, $loglevel, $accept_action) = @_;
855
856 if ($policy eq 'ACCEPT') {
857
858 ruleset_generate_rule($ruleset, $chain, { action => 'ACCEPT' },
859 { ACCEPT => $accept_action});
860
861 } elsif ($policy eq 'DROP') {
862
863 ruleset_addrule($ruleset, $chain, "-j PVEFW-Drop");
864
865 ruleset_addrule($ruleset, $chain, "-j LOG --log-prefix \"$chain-dropped: \" --log-level $loglevel")
866 if defined($loglevel);
867
868 ruleset_addrule($ruleset, $chain, "-j DROP");
869 } elsif ($policy eq 'REJECT') {
870 ruleset_addrule($ruleset, $chain, "-j PVEFW-Reject");
871
872 ruleset_addrule($ruleset, $chain, "-j LOG --log-prefix \"$chain-reject: \" --log-level $loglevel")
873 if defined($loglevel);
874
875 ruleset_addrule($ruleset, $chain, "-g PVEFW-reject");
876 } else {
877 # should not happen
878 die "internal error: unknown policy '$policy'";
879 }
880 }
881
882 sub generate_tap_rules_direction {
883 my ($ruleset, $groups_conf, $iface, $netid, $macaddr, $vmfw_conf, $bridge, $direction) = @_;
884
885 my $lc_direction = lc($direction);
886
887 my $rules = $vmfw_conf->{rules};
888
889 my $options = $vmfw_conf->{options};
890 my $loglevel = get_option_log_level($options, "log_level_${lc_direction}");
891
892 my $tapchain = "$iface-$direction";
893
894 ruleset_create_chain($ruleset, $tapchain);
895
896 if (!(defined($options->{nosmurfs}) && $options->{nosmurfs} == 0)) {
897 ruleset_addrule($ruleset, $tapchain, "-m conntrack --ctstate INVALID,NEW -j PVEFW-smurfs");
898 }
899
900 if (!(defined($options->{dhcp}) && $options->{dhcp} == 0)) {
901 ruleset_addrule($ruleset, $tapchain, "-p udp -m udp --dport 67:68 -j ACCEPT");
902 }
903
904 if ($options->{tcpflags}) {
905 ruleset_addrule($ruleset, $tapchain, "-p tcp -j PVEFW-tcpflags");
906 }
907
908 ruleset_addrule($ruleset, $tapchain, "-m conntrack --ctstate INVALID -j DROP");
909 ruleset_addrule($ruleset, $tapchain, "-m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT");
910
911 if ($direction eq 'OUT' && defined($macaddr) &&
912 !(defined($options->{macfilter}) && $options->{macfilter} == 0)) {
913 ruleset_addrule($ruleset, $tapchain, "-m mac ! --mac-source $macaddr -j DROP");
914 }
915
916 foreach my $rule (@$rules) {
917 next if $rule->{iface} && $rule->{iface} ne $netid;
918 next if $rule->{disable};
919 if ($rule->{type} eq 'group') {
920 my $group_chain = "GROUP-$rule->{action}-$direction";
921 if(!ruleset_chain_exist($ruleset, $group_chain)){
922 generate_group_rules($ruleset, $groups_conf, $rule->{action});
923 }
924 ruleset_addrule($ruleset, $tapchain, "-j $group_chain");
925 ruleset_addrule($ruleset, $tapchain, "-m mark --mark 1 -j RETURN")
926 if $direction eq 'OUT';
927 } else {
928 next if $rule->{type} ne $lc_direction;
929 if ($direction eq 'OUT') {
930 ruleset_generate_rule($ruleset, $tapchain, $rule,
931 { ACCEPT => "PVEFW-SET-ACCEPT-MARK", REJECT => "PVEFW-reject" });
932 } else {
933 ruleset_generate_rule($ruleset, $tapchain, $rule, { REJECT => "PVEFW-reject" });
934 }
935 }
936 }
937
938 # implement policy
939 my $policy;
940
941 if ($direction eq 'OUT') {
942 $policy = $options->{'policy-out'} || 'ACCEPT'; # allow everything by default
943 } else {
944 $policy = $options->{'policy-in'} || 'DROP'; # allow nothing by default
945 }
946
947 my $accept_action = $direction eq 'OUT' ? "PVEFW-SET-ACCEPT-MARK" : "ACCEPT";
948 ruleset_add_chain_policy($ruleset, $tapchain, $policy, $loglevel, $accept_action);
949
950 # plug the tap chain to bridge chain
951 my $physdevdirection = $direction eq 'IN' ? "out" : "in";
952 my $rule = "-m physdev --physdev-$physdevdirection $iface --physdev-is-bridged -j $tapchain";
953 ruleset_insertrule($ruleset, "$bridge-$direction", $rule);
954
955 if ($direction eq 'OUT'){
956 # add tap->host rules
957 my $rule = "-m physdev --physdev-$physdevdirection $iface -j $tapchain";
958 ruleset_addrule($ruleset, "PVEFW-INPUT", $rule);
959 }
960 }
961
962 sub enable_host_firewall {
963 my ($ruleset, $hostfw_conf, $groups_conf) = @_;
964
965 # fixme: allow security groups
966
967 my $options = $hostfw_conf->{options};
968 my $rules = $hostfw_conf->{rules};
969
970 # host inbound firewall
971 my $chain = "PVEFW-HOST-IN";
972 ruleset_create_chain($ruleset, $chain);
973
974 my $loglevel = get_option_log_level($options, "log_level_in");
975
976 ruleset_addrule($ruleset, $chain, "-m conntrack --ctstate INVALID -j DROP");
977 ruleset_addrule($ruleset, $chain, "-m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT");
978 ruleset_addrule($ruleset, $chain, "-i lo -j ACCEPT");
979 ruleset_addrule($ruleset, $chain, "-m addrtype --dst-type MULTICAST -j ACCEPT");
980 ruleset_addrule($ruleset, $chain, "-p udp -m conntrack --ctstate NEW -m multiport --dports 5404,5405 -j ACCEPT");
981 ruleset_addrule($ruleset, $chain, "-p udp -m udp --dport 9000 -j ACCEPT"); #corosync
982
983 # we use RETURN because we need to check also tap rules
984 my $accept_action = 'RETURN';
985
986 foreach my $rule (@$rules) {
987 next if $rule->{type} ne 'in';
988 ruleset_generate_rule($ruleset, $chain, $rule, { ACCEPT => $accept_action, REJECT => "PVEFW-reject" });
989 }
990
991 # implement input policy
992 my $policy = $options->{'policy-in'} || 'DROP'; # allow nothing by default
993 ruleset_add_chain_policy($ruleset, $chain, $policy, $loglevel, $accept_action);
994
995 # host outbound firewall
996 $chain = "PVEFW-HOST-OUT";
997 ruleset_create_chain($ruleset, $chain);
998
999 $loglevel = get_option_log_level($options, "log_level_out");
1000
1001 ruleset_addrule($ruleset, $chain, "-m conntrack --ctstate INVALID -j DROP");
1002 ruleset_addrule($ruleset, $chain, "-m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT");
1003 ruleset_addrule($ruleset, $chain, "-o lo -j ACCEPT");
1004 ruleset_addrule($ruleset, $chain, "-m addrtype --dst-type MULTICAST -j ACCEPT");
1005 ruleset_addrule($ruleset, $chain, "-p udp -m conntrack --ctstate NEW -m multiport --dports 5404,5405 -j ACCEPT");
1006 ruleset_addrule($ruleset, $chain, "-p udp -m udp --dport 9000 -j ACCEPT"); #corosync
1007
1008 # we use RETURN because we may want to check other thigs later
1009 $accept_action = 'RETURN';
1010
1011 foreach my $rule (@$rules) {
1012 next if $rule->{type} ne 'out';
1013 ruleset_generate_rule($ruleset, $chain, $rule, { ACCEPT => $accept_action, REJECT => "PVEFW-reject" });
1014 }
1015
1016 # implement output policy
1017 $policy = $options->{'policy-out'} || 'ACCEPT'; # allow everything by default
1018 ruleset_add_chain_policy($ruleset, $chain, $policy, $loglevel, $accept_action);
1019
1020 ruleset_addrule($ruleset, "PVEFW-OUTPUT", "-j PVEFW-HOST-OUT");
1021 ruleset_addrule($ruleset, "PVEFW-INPUT", "-j PVEFW-HOST-IN");
1022 }
1023
1024 sub generate_group_rules {
1025 my ($ruleset, $groups_conf, $group) = @_;
1026
1027 die "no such security group '$group'\n" if !$groups_conf->{$group};
1028
1029 my $rules = $groups_conf->{$group}->{rules};
1030
1031 my $chain = "GROUP-${group}-IN";
1032
1033 ruleset_create_chain($ruleset, $chain);
1034
1035 foreach my $rule (@$rules) {
1036 next if $rule->{type} ne 'in';
1037 ruleset_generate_rule($ruleset, $chain, $rule, { REJECT => "PVEFW-reject" });
1038 }
1039
1040 $chain = "GROUP-${group}-OUT";
1041
1042 ruleset_create_chain($ruleset, $chain);
1043 ruleset_addrule($ruleset, $chain, "-j MARK --set-mark 0"); # clear mark
1044
1045 foreach my $rule (@$rules) {
1046 next if $rule->{type} ne 'out';
1047 # we use PVEFW-SET-ACCEPT-MARK (Instead of ACCEPT) because we need to
1048 # check also other tap rules later
1049 ruleset_generate_rule($ruleset, $chain, $rule,
1050 { ACCEPT => 'PVEFW-SET-ACCEPT-MARK', REJECT => "PVEFW-reject" });
1051 }
1052 }
1053
1054 my $MAX_NETS = 32;
1055 my $valid_netdev_names = {};
1056 for (my $i = 0; $i < $MAX_NETS; $i++) {
1057 $valid_netdev_names->{"net$i"} = 1;
1058 }
1059
1060 sub parse_fw_rule {
1061 my ($line, $need_iface, $allow_groups) = @_;
1062
1063 my $macros = get_firewall_macros();
1064 my $protocols = get_etc_protocols();
1065
1066 my ($type, $action, $iface, $source, $dest, $proto, $dport, $sport);
1067
1068 # we can add single line comments to the end of the rule
1069 my $comment = $1 if $line =~ s/#\s*(.*?)\s*$//;
1070
1071 # we can disable a rule when prefixed with '|'
1072 my $disable = 1 if $line =~ s/^\|//;
1073
1074 my @data = split(/\s+/, $line);
1075 my $expected_elements = $need_iface ? 8 : 7;
1076
1077 die "wrong number of rule elements\n" if scalar(@data) > $expected_elements;
1078
1079 if ($need_iface) {
1080 ($type, $action, $iface, $source, $dest, $proto, $dport, $sport) = @data
1081 } else {
1082 ($type, $action, $source, $dest, $proto, $dport, $sport) = @data;
1083 }
1084
1085 die "incomplete rule\n" if ! ($type && $action);
1086
1087 my $macro;
1088 my $macro_name;
1089
1090 $type = lc($type);
1091
1092 if ($type eq 'in' || $type eq 'out') {
1093 if ($action =~ m/^(ACCEPT|DROP|REJECT)$/) {
1094 # OK
1095 } elsif ($action =~ m/^(\S+)\((ACCEPT|DROP|REJECT)\)$/) {
1096 ($macro_name, $action) = ($1, $2);
1097 my $lc_macro_name = lc($macro_name);
1098 my $preferred_name = $pve_fw_preferred_macro_names->{$lc_macro_name};
1099 $macro_name = $preferred_name if $preferred_name;
1100 $macro = $macros->{$lc_macro_name};
1101 die "unknown macro '$macro_name'\n" if !$macro;
1102 } else {
1103 die "unknown action '$action'\n";
1104 }
1105 } elsif ($type eq 'group') {
1106 die "wrong number of rule elements\n" if scalar(@data) != 3;
1107 die "groups disabled\n" if !$allow_groups;
1108
1109 die "invalid characters in group name\n" if $action !~ m/^[A-Za-z0-9_\-]+$/;
1110 } else {
1111 die "unknown rule type '$type'\n";
1112 }
1113
1114 if ($need_iface) {
1115 $iface = undef if $iface && $iface eq '-';
1116 die "unknown interface '$iface'\n"
1117 if defined($iface) && !$valid_netdev_names->{$iface};
1118 }
1119
1120 $proto = undef if $proto && $proto eq '-';
1121 die "unknown protokol '$proto'\n" if $proto &&
1122 !(defined($protocols->{byname}->{$proto}) ||
1123 defined($protocols->{byid}->{$proto}));
1124
1125 $source = undef if $source && $source eq '-';
1126 $dest = undef if $dest && $dest eq '-';
1127
1128 $dport = undef if $dport && $dport eq '-';
1129 $sport = undef if $sport && $sport eq '-';
1130
1131 my $nbsource = undef;
1132 my $nbdest = undef;
1133
1134 $nbsource = parse_address_list($source) if $source;
1135 $nbdest = parse_address_list($dest) if $dest;
1136
1137 my $rules = [];
1138
1139 my $param = {
1140 type => $type,
1141 disable => $disable,
1142 comment => $comment,
1143 action => $action,
1144 iface => $iface,
1145 source => $source,
1146 dest => $dest,
1147 nbsource => $nbsource,
1148 nbdest => $nbdest,
1149 proto => $proto,
1150 dport => $dport,
1151 sport => $sport,
1152 };
1153
1154 if ($macro) {
1155 foreach my $templ (@$macro) {
1156 my $rule = {};
1157 my $param_used = {};
1158 foreach my $k (keys %$templ) {
1159 my $v = $templ->{$k};
1160 if ($v eq 'PARAM') {
1161 $v = $param->{$k};
1162 $param_used->{$k} = 1;
1163 } elsif ($v eq 'DEST') {
1164 $v = $param->{dest};
1165 $param_used->{dest} = 1;
1166 } elsif ($v eq 'SOURCE') {
1167 $v = $param->{source};
1168 $param_used->{source} = 1;
1169 }
1170
1171 die "missing parameter '$k' in macro '$macro_name'\n" if !defined($v);
1172 $rule->{$k} = $v;
1173 }
1174 foreach my $k (keys %$param) {
1175 next if !defined($param->{$k});
1176 next if $param_used->{$k};
1177 if (defined($rule->{$k})) {
1178 die "parameter '$k' already define in macro (value = '$rule->{$k}')\n"
1179 if $rule->{$k} ne $param->{$k};
1180 } else {
1181 $rule->{$k} = $param->{$k};
1182 }
1183 }
1184 push @$rules, $rule;
1185 }
1186 } else {
1187 push @$rules, $param;
1188 }
1189
1190 foreach my $rule (@$rules) {
1191 $rule->{nbdport} = parse_port_name_number_or_range($rule->{dport})
1192 if defined($rule->{dport});
1193 $rule->{nbsport} = parse_port_name_number_or_range($rule->{sport})
1194 if defined($rule->{sport});
1195 }
1196
1197 return $rules;
1198 }
1199
1200 sub parse_vmfw_option {
1201 my ($line) = @_;
1202
1203 my ($opt, $value);
1204
1205 my $loglevels = "emerg|alert|crit|err|warning|notice|info|debug|nolog";
1206
1207 if ($line =~ m/^(enable|dhcp|macfilter|nosmurfs|tcpflags):\s*(0|1)\s*$/i) {
1208 $opt = lc($1);
1209 $value = int($2);
1210 } elsif ($line =~ m/^(log_level_in|log_level_out):\s*(($loglevels)\s*)?$/i) {
1211 $opt = lc($1);
1212 $value = $2 ? lc($3) : '';
1213 } elsif ($line =~ m/^(policy-(in|out)):\s*(ACCEPT|DROP|REJECT)\s*$/i) {
1214 $opt = lc($1);
1215 $value = uc($3);
1216 } else {
1217 chomp $line;
1218 die "can't parse option '$line'\n"
1219 }
1220
1221 return ($opt, $value);
1222 }
1223
1224 sub parse_hostfw_option {
1225 my ($line) = @_;
1226
1227 my ($opt, $value);
1228
1229 my $loglevels = "emerg|alert|crit|err|warning|notice|info|debug|nolog";
1230
1231 if ($line =~ m/^(enable|dhcp|nosmurfs|tcpflags):\s*(0|1)\s*$/i) {
1232 $opt = lc($1);
1233 $value = int($2);
1234 } elsif ($line =~ m/^(log_level_in|log_level_out|tcp_flags_log_level|smurf_log_level):\s*(($loglevels)\s*)?$/i) {
1235 $opt = lc($1);
1236 $value = $2 ? lc($3) : '';
1237 } elsif ($line =~ m/^(policy-(in|out)):\s*(ACCEPT|DROP|REJECT)\s*$/i) {
1238 $opt = lc($1);
1239 $value = uc($3);
1240 } else {
1241 chomp $line;
1242 die "can't parse option '$line'\n"
1243 }
1244
1245 return ($opt, $value);
1246 }
1247
1248 sub parse_vm_fw_rules {
1249 my ($filename, $fh) = @_;
1250
1251 my $res = { rules => [], options => {}};
1252
1253 my $section;
1254
1255 while (defined(my $line = <$fh>)) {
1256 next if $line =~ m/^#/;
1257 next if $line =~ m/^\s*$/;
1258
1259 my $linenr = $fh->input_line_number();
1260 my $prefix = "$filename (line $linenr)";
1261
1262 if ($line =~ m/^\[(\S+)\]\s*$/i) {
1263 $section = lc($1);
1264 warn "$prefix: ignore unknown section '$section'\n" if !$res->{$section};
1265 next;
1266 }
1267 if (!$section) {
1268 warn "$prefix: skip line - no section";
1269 next;
1270 }
1271
1272 next if !$res->{$section}; # skip undefined section
1273
1274 if ($section eq 'options') {
1275 eval {
1276 my ($opt, $value) = parse_vmfw_option($line);
1277 $res->{options}->{$opt} = $value;
1278 };
1279 warn "$prefix: $@" if $@;
1280 next;
1281 }
1282
1283 my $rules;
1284 eval { $rules = parse_fw_rule($line, 1, 1); };
1285 if (my $err = $@) {
1286 warn "$prefix: $err";
1287 next;
1288 }
1289
1290 push @{$res->{$section}}, @$rules;
1291 }
1292
1293 return $res;
1294 }
1295
1296 sub parse_host_fw_rules {
1297 my ($filename, $fh) = @_;
1298
1299 my $res = { rules => [], options => {}};
1300
1301 my $section;
1302
1303 while (defined(my $line = <$fh>)) {
1304 next if $line =~ m/^#/;
1305 next if $line =~ m/^\s*$/;
1306
1307 my $linenr = $fh->input_line_number();
1308 my $prefix = "$filename (line $linenr)";
1309
1310 if ($line =~ m/^\[(\S+)\]\s*$/i) {
1311 $section = lc($1);
1312 warn "$prefix: ignore unknown section '$section'\n" if !$res->{$section};
1313 next;
1314 }
1315 if (!$section) {
1316 warn "$prefix: skip line - no section";
1317 next;
1318 }
1319
1320 next if !$res->{$section}; # skip undefined section
1321
1322 if ($section eq 'options') {
1323 eval {
1324 my ($opt, $value) = parse_hostfw_option($line);
1325 $res->{options}->{$opt} = $value;
1326 };
1327 warn "$prefix: $@" if $@;
1328 next;
1329 }
1330
1331 my $rules;
1332 eval { $rules = parse_fw_rule($line, 1, 1); };
1333 if (my $err = $@) {
1334 warn "$prefix: $err";
1335 next;
1336 }
1337
1338 push @{$res->{$section}}, @$rules;
1339 }
1340
1341 return $res;
1342 }
1343
1344 sub parse_group_fw_rules {
1345 my ($filename, $fh) = @_;
1346
1347 my $section;
1348 my $group;
1349
1350 my $res = { rules => [] };
1351
1352 while (defined(my $line = <$fh>)) {
1353 next if $line =~ m/^#/;
1354 next if $line =~ m/^\s*$/;
1355
1356 my $linenr = $fh->input_line_number();
1357 my $prefix = "$filename (line $linenr)";
1358
1359 if ($line =~ m/^\[group\s+(\S+)\]\s*$/i) {
1360 $section = 'rules';
1361 $group = lc($1);
1362 next;
1363 }
1364 if (!$section || !$group) {
1365 warn "$prefix: skip line - no section";
1366 next;
1367 }
1368
1369 my $rules;
1370 eval { $rules = parse_fw_rule($line, 0, 0); };
1371 if (my $err = $@) {
1372 warn "$prefix: $err";
1373 next;
1374 }
1375
1376 push @{$res->{$group}->{$section}}, @$rules;
1377 }
1378
1379 return $res;
1380 }
1381
1382 sub run_locked {
1383 my ($code, @param) = @_;
1384
1385 my $timeout = 10;
1386
1387 my $res = lock_file($pve_fw_lock_filename, $timeout, $code, @param);
1388
1389 die $@ if $@;
1390
1391 return $res;
1392 }
1393
1394 sub read_local_vm_config {
1395
1396 my $openvz = {};
1397
1398 my $qemu = {};
1399
1400 my $list = PVE::QemuServer::config_list();
1401
1402 foreach my $vmid (keys %$list) {
1403 my $cfspath = PVE::QemuServer::cfs_config_path($vmid);
1404 if (my $conf = PVE::Cluster::cfs_read_file($cfspath)) {
1405 $qemu->{$vmid} = $conf;
1406 }
1407 }
1408
1409 my $vmdata = { openvz => $openvz, qemu => $qemu };
1410
1411 return $vmdata;
1412 };
1413
1414 sub read_vm_firewall_rules {
1415 my ($vmdata) = @_;
1416 my $rules = {};
1417 foreach my $vmid (keys %{$vmdata->{qemu}}, keys %{$vmdata->{openvz}}) {
1418 my $filename = "/etc/pve/firewall/$vmid.fw";
1419 my $fh = IO::File->new($filename, O_RDONLY);
1420 next if !$fh;
1421
1422 $rules->{$vmid} = parse_vm_fw_rules($filename, $fh);
1423 }
1424
1425 return $rules;
1426 }
1427
1428 sub get_option_log_level {
1429 my ($options, $k) = @_;
1430
1431 my $v = $options->{$k};
1432 $v = $default_log_level if !defined($v);
1433
1434 return undef if $v eq '' || $v eq 'nolog';
1435
1436 $v = $log_level_hash->{$v} if defined($log_level_hash->{$v});
1437
1438 return $v if ($v >= 0) && ($v <= 7);
1439
1440 warn "unknown log level ($k = '$v')\n";
1441
1442 return undef;
1443 }
1444
1445 sub generate_std_chains {
1446 my ($ruleset, $options) = @_;
1447
1448 my $loglevel = get_option_log_level($options, 'smurf_log_level');
1449
1450 # same as shorewall smurflog.
1451 if (defined($loglevel)) {
1452 $pve_std_chains-> {'PVEFW-smurflog'} = [
1453 "-j LOG --log-prefix \"smurfs-dropped\" --log-level $loglevel",
1454 "-j DROP",
1455 ];
1456 } else {
1457 $pve_std_chains-> {'PVEFW-smurflog'} = [ "-j DROP" ];
1458 }
1459
1460 # same as shorewall logflags action.
1461 $loglevel = get_option_log_level($options, 'tcp_flags_log_level');
1462 if (defined($loglevel)) {
1463 $pve_std_chains-> {'PVEFW-logflags'} = [
1464 "-j LOG --log-prefix \"logflags-dropped:\" --log-level $loglevel --log-ip-options",
1465 "-j DROP",
1466 ];
1467 } else {
1468 $pve_std_chains-> {'PVEFW-logflags'} = [ "-j DROP" ];
1469 }
1470
1471 foreach my $chain (keys %$pve_std_chains) {
1472 ruleset_create_chain($ruleset, $chain);
1473 foreach my $rule (@{$pve_std_chains->{$chain}}) {
1474 if (ref($rule)) {
1475 ruleset_generate_rule($ruleset, $chain, $rule);
1476 } else {
1477 ruleset_addrule($ruleset, $chain, $rule);
1478 }
1479 }
1480 }
1481 }
1482
1483 sub save_pvefw_status {
1484 my ($status) = @_;
1485
1486 die "unknown status '$status' - internal error"
1487 if $status !~ m/^(stopped|active)$/;
1488
1489 mkdir dirname($pve_fw_status_filename);
1490 PVE::Tools::file_set_contents($pve_fw_status_filename, $status);
1491 }
1492
1493 sub read_pvefw_status {
1494
1495 my $status = 'unknown';
1496
1497 return 'stopped' if ! -f $pve_fw_status_filename;
1498
1499 eval {
1500 $status = PVE::Tools::file_get_contents($pve_fw_status_filename);
1501 };
1502 warn $@ if $@;
1503
1504 return $status;
1505 }
1506
1507 sub compile {
1508 my $vmdata = read_local_vm_config();
1509 my $rules = read_vm_firewall_rules($vmdata);
1510
1511 my $groups_conf = {};
1512 my $filename = "/etc/pve/firewall/groups.fw";
1513 if (my $fh = IO::File->new($filename, O_RDONLY)) {
1514 $groups_conf = parse_group_fw_rules($filename, $fh);
1515 }
1516
1517 #print Dumper($rules);
1518
1519 my $ruleset = {};
1520
1521 ruleset_create_chain($ruleset, "PVEFW-INPUT");
1522 ruleset_create_chain($ruleset, "PVEFW-OUTPUT");
1523 ruleset_create_chain($ruleset, "PVEFW-FORWARD");
1524
1525 my $hostfw_options = {};
1526 my $hostfw_conf;
1527
1528 $filename = "/etc/pve/local/host.fw";
1529 if (my $fh = IO::File->new($filename, O_RDONLY)) {
1530 $hostfw_conf = parse_host_fw_rules($filename, $fh);
1531 $hostfw_options = $hostfw_conf->{options};
1532 }
1533
1534 generate_std_chains($ruleset, $hostfw_options);
1535
1536 my $hostfw_enable = $hostfw_conf &&
1537 !(defined($hostfw_options->{enable}) && ($hostfw_options->{enable} == 0));
1538
1539 enable_host_firewall($ruleset, $hostfw_conf, $groups_conf) if $hostfw_enable;
1540
1541 # generate firewall rules for QEMU VMs
1542 foreach my $vmid (keys %{$vmdata->{qemu}}) {
1543 my $conf = $vmdata->{qemu}->{$vmid};
1544 my $vmfw_conf = $rules->{$vmid};
1545 next if !$vmfw_conf;
1546 next if defined($vmfw_conf->{options}->{enable}) && ($vmfw_conf->{options}->{enable} == 0);
1547
1548 foreach my $netid (keys %$conf) {
1549 next if $netid !~ m/^net(\d+)$/;
1550 my $net = PVE::QemuServer::parse_net($conf->{$netid});
1551 next if !$net;
1552 my $iface = "tap${vmid}i$1";
1553
1554 my $bridge = $net->{bridge};
1555 next if !$bridge; # fixme: ?
1556
1557 $bridge .= "v$net->{tag}" if $net->{tag};
1558
1559 generate_bridge_chains($ruleset, $bridge);
1560
1561 my $macaddr = $net->{macaddr};
1562 generate_tap_rules_direction($ruleset, $groups_conf, $iface, $netid, $macaddr, $vmfw_conf, $bridge, 'IN');
1563 generate_tap_rules_direction($ruleset, $groups_conf, $iface, $netid, $macaddr, $vmfw_conf, $bridge, 'OUT');
1564 }
1565 }
1566
1567 return $ruleset;
1568 }
1569
1570 sub get_ruleset_status {
1571 my ($ruleset, $verbose) = @_;
1572
1573 my $active_chains = iptables_get_chains();
1574
1575 my $statushash = {};
1576
1577 foreach my $chain (sort keys %$ruleset) {
1578 my $digest = Digest::SHA->new('sha1');
1579 foreach my $cmd (@{$ruleset->{$chain}}) {
1580 $digest->add("$cmd\n");
1581 }
1582 my $sig = $digest->b64digest;
1583 $statushash->{$chain}->{sig} = $sig;
1584
1585 my $oldsig = $active_chains->{$chain};
1586 if (!defined($oldsig)) {
1587 $statushash->{$chain}->{action} = 'create';
1588 } else {
1589 if ($oldsig eq $sig) {
1590 $statushash->{$chain}->{action} = 'exists';
1591 } else {
1592 $statushash->{$chain}->{action} = 'update';
1593 }
1594 }
1595 print "$statushash->{$chain}->{action} $chain ($sig)\n" if $verbose;
1596 foreach my $cmd (@{$ruleset->{$chain}}) {
1597 print "\t$cmd\n" if $verbose;
1598 }
1599 }
1600
1601 foreach my $chain (sort keys %$active_chains) {
1602 if (!defined($ruleset->{$chain})) {
1603 my $sig = $active_chains->{$chain};
1604 $statushash->{$chain}->{action} = 'delete';
1605 $statushash->{$chain}->{sig} = $sig;
1606 print "delete $chain ($sig)\n" if $verbose;
1607 }
1608 }
1609
1610 return $statushash;
1611 }
1612
1613 sub print_ruleset {
1614 my ($ruleset) = @_;
1615
1616 get_ruleset_status($ruleset, 1);
1617 }
1618
1619 sub print_sig_rule {
1620 my ($chain, $sig) = @_;
1621
1622 # We just use this to store a SHA1 checksum used to detect changes
1623 return "-A $chain -m comment --comment \"PVESIG:$sig\"\n";
1624 }
1625
1626 sub get_rulset_cmdlist {
1627 my ($ruleset, $verbose) = @_;
1628
1629 my $cmdlist = "*filter\n"; # we pass this to iptables-restore;
1630
1631 my $statushash = get_ruleset_status($ruleset, $verbose);
1632
1633 # create missing chains first
1634 foreach my $chain (sort keys %$ruleset) {
1635 my $stat = $statushash->{$chain};
1636 die "internal error" if !$stat;
1637 next if $stat->{action} ne 'create';
1638
1639 $cmdlist .= ":$chain - [0:0]\n";
1640 }
1641
1642 my $rule = "INPUT -j PVEFW-INPUT";
1643 if (!PVE::Firewall::iptables_rule_exist($rule)) {
1644 $cmdlist .= "-A $rule\n";
1645 }
1646 $rule = "OUTPUT -j PVEFW-OUTPUT";
1647 if (!PVE::Firewall::iptables_rule_exist($rule)) {
1648 $cmdlist .= "-A $rule\n";
1649 }
1650
1651 $rule = "FORWARD -j PVEFW-FORWARD";
1652 if (!PVE::Firewall::iptables_rule_exist($rule)) {
1653 $cmdlist .= "-A $rule\n";
1654 }
1655
1656 foreach my $chain (sort keys %$ruleset) {
1657 my $stat = $statushash->{$chain};
1658 die "internal error" if !$stat;
1659
1660 if ($stat->{action} eq 'update' || $stat->{action} eq 'create') {
1661 $cmdlist .= "-F $chain\n";
1662 foreach my $cmd (@{$ruleset->{$chain}}) {
1663 $cmdlist .= "$cmd\n";
1664 }
1665 $cmdlist .= print_sig_rule($chain, $stat->{sig});
1666 } elsif ($stat->{action} eq 'delete') {
1667 die "internal error"; # this should not happen
1668 } elsif ($stat->{action} eq 'exists') {
1669 # do nothing
1670 } else {
1671 die "internal error - unknown status '$stat->{action}'";
1672 }
1673 }
1674
1675 foreach my $chain (keys %$statushash) {
1676 next if $statushash->{$chain}->{action} ne 'delete';
1677 $cmdlist .= "-F $chain\n";
1678 }
1679 foreach my $chain (keys %$statushash) {
1680 next if $statushash->{$chain}->{action} ne 'delete';
1681 next if $chain eq 'PVEFW-INPUT';
1682 next if $chain eq 'PVEFW-OUTPUT';
1683 next if $chain eq 'PVEFW-FORWARD';
1684 $cmdlist .= "-X $chain\n";
1685 }
1686
1687 $cmdlist .= "COMMIT\n";
1688
1689 return $cmdlist;
1690 }
1691
1692 sub apply_ruleset {
1693 my ($ruleset, $verbose) = @_;
1694
1695 enable_bridge_firewall();
1696
1697 my $cmdlist = get_rulset_cmdlist($ruleset, $verbose);
1698
1699 print $cmdlist if $verbose;
1700
1701 iptables_restore_cmdlist($cmdlist);
1702
1703 # test: re-read status and check if everything is up to date
1704 my $statushash = get_ruleset_status($ruleset);
1705
1706 my $errors;
1707 foreach my $chain (sort keys %$ruleset) {
1708 my $stat = $statushash->{$chain};
1709 if ($stat->{action} ne 'exists') {
1710 warn "unable to update chain '$chain'\n";
1711 $errors = 1;
1712 }
1713 }
1714
1715 die "unable to apply firewall changes\n" if $errors;
1716 }
1717
1718 sub update {
1719 my ($start, $verbose) = @_;
1720
1721 my $code = sub {
1722 my $status = read_pvefw_status();
1723
1724 my $ruleset = PVE::Firewall::compile();
1725
1726 if ($start || $status eq 'active') {
1727
1728 save_pvefw_status('active') if ($status ne 'active');
1729
1730 PVE::Firewall::apply_ruleset($ruleset, $verbose);
1731 } else {
1732 print "Firewall not active (status = $status)\n" if $verbose;
1733 }
1734 };
1735
1736 run_locked($code);
1737 }
1738
1739
1740 1;