~ubuntu-branches/ubuntu/lucid/ufw/lucid

« back to all changes in this revision

Viewing changes to tests/good/apps/result

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2009-11-11 14:26:56 UTC
  • mfrom: (30.1.7 upstream) (0.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091111142656-gg3uz8l3007f86uf
Tags: 0.29.1-1
* new upstream release, fixing LP: #459925 and LP: #480789
* debian/postinst: run 'ufw logging <log level>' to update the user
  rules for logging (this action does nothing when ufw is not enabled)
* debian/ufw.upstart.ubuntu: don't use 'quiet' since we also now look for
  QUIET
* debian/rules:
  - only install upstart on Ubuntu 9.10 and later
  - use $(PYTHON) with setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
263
263
:ufw-user-input - [0:0]
264
264
:ufw-user-output - [0:0]
265
265
:ufw-user-forward - [0:0]
 
266
:ufw-before-logging-input - [0:0]
 
267
:ufw-before-logging-output - [0:0]
 
268
:ufw-before-logging-forward - [0:0]
 
269
:ufw-user-logging-input - [0:0]
 
270
:ufw-user-logging-output - [0:0]
 
271
:ufw-user-logging-forward - [0:0]
 
272
:ufw-after-logging-input - [0:0]
 
273
:ufw-after-logging-output - [0:0]
 
274
:ufw-after-logging-forward - [0:0]
 
275
:ufw-logging-deny - [0:0]
 
276
:ufw-logging-allow - [0:0]
266
277
:ufw-user-limit - [0:0]
267
278
:ufw-user-limit-accept - [0:0]
268
279
### RULES ###
271
282
-A ufw-user-input -p tcp --dport 80 -j ACCEPT -m comment --comment 'dapp_Apache'
272
283
 
273
284
### END RULES ###
 
285
 
 
286
### LOGGING ###
 
287
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
288
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
289
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
290
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
291
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
292
### END LOGGING ###
 
293
 
 
294
### RATE LIMITING ###
274
295
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
275
296
-A ufw-user-limit -j REJECT
276
297
-A ufw-user-limit-accept -j ACCEPT
 
298
### END RATE LIMITING ###
277
299
COMMIT
278
300
Rules updated
279
301
 
284
306
:ufw-user-input - [0:0]
285
307
:ufw-user-output - [0:0]
286
308
:ufw-user-forward - [0:0]
 
309
:ufw-before-logging-input - [0:0]
 
310
:ufw-before-logging-output - [0:0]
 
311
:ufw-before-logging-forward - [0:0]
 
312
:ufw-user-logging-input - [0:0]
 
313
:ufw-user-logging-output - [0:0]
 
314
:ufw-user-logging-forward - [0:0]
 
315
:ufw-after-logging-input - [0:0]
 
316
:ufw-after-logging-output - [0:0]
 
317
:ufw-after-logging-forward - [0:0]
 
318
:ufw-logging-deny - [0:0]
 
319
:ufw-logging-allow - [0:0]
287
320
:ufw-user-limit - [0:0]
288
321
:ufw-user-limit-accept - [0:0]
289
322
### RULES ###
292
325
-A ufw-user-input -p tcp --dport 443 -j ACCEPT -m comment --comment 'dapp_Apache%20Secure'
293
326
 
294
327
### END RULES ###
 
328
 
 
329
### LOGGING ###
 
330
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
331
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
332
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
333
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
334
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
335
### END LOGGING ###
 
336
 
 
337
### RATE LIMITING ###
295
338
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
296
339
-A ufw-user-limit -j REJECT
297
340
-A ufw-user-limit-accept -j ACCEPT
 
341
### END RATE LIMITING ###
298
342
COMMIT
299
343
Rules updated
300
344
 
305
349
:ufw-user-input - [0:0]
306
350
:ufw-user-output - [0:0]
307
351
:ufw-user-forward - [0:0]
 
352
:ufw-before-logging-input - [0:0]
 
353
:ufw-before-logging-output - [0:0]
 
354
:ufw-before-logging-forward - [0:0]
 
355
:ufw-user-logging-input - [0:0]
 
356
:ufw-user-logging-output - [0:0]
 
357
:ufw-user-logging-forward - [0:0]
 
358
:ufw-after-logging-input - [0:0]
 
359
:ufw-after-logging-output - [0:0]
 
360
:ufw-after-logging-forward - [0:0]
 
361
:ufw-logging-deny - [0:0]
 
362
:ufw-logging-allow - [0:0]
308
363
:ufw-user-limit - [0:0]
309
364
:ufw-user-limit-accept - [0:0]
310
365
### RULES ###
313
368
-A ufw-user-input -p tcp -m multiport --dports 80,443 -j ACCEPT -m comment --comment 'dapp_Apache%20Full'
314
369
 
315
370
### END RULES ###
 
371
 
 
372
### LOGGING ###
 
373
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
374
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
375
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
376
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
377
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
378
### END LOGGING ###
 
379
 
 
380
### RATE LIMITING ###
316
381
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
317
382
-A ufw-user-limit -j REJECT
318
383
-A ufw-user-limit-accept -j ACCEPT
 
384
### END RATE LIMITING ###
319
385
COMMIT
320
386
Rules updated
321
387
 
326
392
:ufw-user-input - [0:0]
327
393
:ufw-user-output - [0:0]
328
394
:ufw-user-forward - [0:0]
 
395
:ufw-before-logging-input - [0:0]
 
396
:ufw-before-logging-output - [0:0]
 
397
:ufw-before-logging-forward - [0:0]
 
398
:ufw-user-logging-input - [0:0]
 
399
:ufw-user-logging-output - [0:0]
 
400
:ufw-user-logging-forward - [0:0]
 
401
:ufw-after-logging-input - [0:0]
 
402
:ufw-after-logging-output - [0:0]
 
403
:ufw-after-logging-forward - [0:0]
 
404
:ufw-logging-deny - [0:0]
 
405
:ufw-logging-allow - [0:0]
329
406
:ufw-user-limit - [0:0]
330
407
:ufw-user-limit-accept - [0:0]
331
408
### RULES ###
335
412
-A ufw-user-input -p udp --dport 53 -j ACCEPT -m comment --comment 'dapp_Bind9'
336
413
 
337
414
### END RULES ###
 
415
 
 
416
### LOGGING ###
 
417
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
418
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
419
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
420
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
421
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
422
### END LOGGING ###
 
423
 
 
424
### RATE LIMITING ###
338
425
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
339
426
-A ufw-user-limit -j REJECT
340
427
-A ufw-user-limit-accept -j ACCEPT
 
428
### END RATE LIMITING ###
341
429
COMMIT
342
430
Rules updated
343
431
 
348
436
:ufw-user-input - [0:0]
349
437
:ufw-user-output - [0:0]
350
438
:ufw-user-forward - [0:0]
 
439
:ufw-before-logging-input - [0:0]
 
440
:ufw-before-logging-output - [0:0]
 
441
:ufw-before-logging-forward - [0:0]
 
442
:ufw-user-logging-input - [0:0]
 
443
:ufw-user-logging-output - [0:0]
 
444
:ufw-user-logging-forward - [0:0]
 
445
:ufw-after-logging-input - [0:0]
 
446
:ufw-after-logging-output - [0:0]
 
447
:ufw-after-logging-forward - [0:0]
 
448
:ufw-logging-deny - [0:0]
 
449
:ufw-logging-allow - [0:0]
351
450
:ufw-user-limit - [0:0]
352
451
:ufw-user-limit-accept - [0:0]
353
452
### RULES ###
356
455
-A ufw-user-input -p udp -m multiport --dports 137,138 -j ACCEPT -m comment --comment 'dapp_Samba'
357
456
 
358
457
### END RULES ###
 
458
 
 
459
### LOGGING ###
 
460
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
461
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
462
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
463
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
464
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
465
### END LOGGING ###
 
466
 
 
467
### RATE LIMITING ###
359
468
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
360
469
-A ufw-user-limit -j REJECT
361
470
-A ufw-user-limit-accept -j ACCEPT
 
471
### END RATE LIMITING ###
362
472
COMMIT
363
473
*filter
364
474
:ufw-user-input - [0:0]
365
475
:ufw-user-output - [0:0]
366
476
:ufw-user-forward - [0:0]
 
477
:ufw-before-logging-input - [0:0]
 
478
:ufw-before-logging-output - [0:0]
 
479
:ufw-before-logging-forward - [0:0]
 
480
:ufw-user-logging-input - [0:0]
 
481
:ufw-user-logging-output - [0:0]
 
482
:ufw-user-logging-forward - [0:0]
 
483
:ufw-after-logging-input - [0:0]
 
484
:ufw-after-logging-output - [0:0]
 
485
:ufw-after-logging-forward - [0:0]
 
486
:ufw-logging-deny - [0:0]
 
487
:ufw-logging-allow - [0:0]
367
488
:ufw-user-limit - [0:0]
368
489
:ufw-user-limit-accept - [0:0]
369
490
### RULES ###
375
496
-A ufw-user-input -p tcp -m multiport --dports 139,445 -j ACCEPT -m comment --comment 'dapp_Samba'
376
497
 
377
498
### END RULES ###
 
499
 
 
500
### LOGGING ###
 
501
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
502
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
503
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
504
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
505
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
506
### END LOGGING ###
 
507
 
 
508
### RATE LIMITING ###
378
509
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
379
510
-A ufw-user-limit -j REJECT
380
511
-A ufw-user-limit-accept -j ACCEPT
 
512
### END RATE LIMITING ###
381
513
COMMIT
382
514
Rules updated
383
515
 
388
520
:ufw-user-input - [0:0]
389
521
:ufw-user-output - [0:0]
390
522
:ufw-user-forward - [0:0]
 
523
:ufw-before-logging-input - [0:0]
 
524
:ufw-before-logging-output - [0:0]
 
525
:ufw-before-logging-forward - [0:0]
 
526
:ufw-user-logging-input - [0:0]
 
527
:ufw-user-logging-output - [0:0]
 
528
:ufw-user-logging-forward - [0:0]
 
529
:ufw-after-logging-input - [0:0]
 
530
:ufw-after-logging-output - [0:0]
 
531
:ufw-after-logging-forward - [0:0]
 
532
:ufw-logging-deny - [0:0]
 
533
:ufw-logging-allow - [0:0]
391
534
:ufw-user-limit - [0:0]
392
535
:ufw-user-limit-accept - [0:0]
393
536
### RULES ###
396
539
-A ufw-user-input -p udp --dport 123 -j ACCEPT -m comment --comment 'dapp_OpenNTPD'
397
540
 
398
541
### END RULES ###
 
542
 
 
543
### LOGGING ###
 
544
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
545
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
546
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
547
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
548
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
549
### END LOGGING ###
 
550
 
 
551
### RATE LIMITING ###
399
552
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
400
553
-A ufw-user-limit -j REJECT
401
554
-A ufw-user-limit-accept -j ACCEPT
 
555
### END RATE LIMITING ###
402
556
COMMIT
403
557
Rules updated
404
558
 
409
563
:ufw-user-input - [0:0]
410
564
:ufw-user-output - [0:0]
411
565
:ufw-user-forward - [0:0]
 
566
:ufw-before-logging-input - [0:0]
 
567
:ufw-before-logging-output - [0:0]
 
568
:ufw-before-logging-forward - [0:0]
 
569
:ufw-user-logging-input - [0:0]
 
570
:ufw-user-logging-output - [0:0]
 
571
:ufw-user-logging-forward - [0:0]
 
572
:ufw-after-logging-input - [0:0]
 
573
:ufw-after-logging-output - [0:0]
 
574
:ufw-after-logging-forward - [0:0]
 
575
:ufw-logging-deny - [0:0]
 
576
:ufw-logging-allow - [0:0]
412
577
:ufw-user-limit - [0:0]
413
578
:ufw-user-limit-accept - [0:0]
414
579
### RULES ###
417
582
-A ufw-user-input -p tcp -m multiport --dports 1234,5678 -j ACCEPT -m comment --comment 'dapp_Multi%20TCP'
418
583
 
419
584
### END RULES ###
 
585
 
 
586
### LOGGING ###
 
587
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
588
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
589
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
590
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
591
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
592
### END LOGGING ###
 
593
 
 
594
### RATE LIMITING ###
420
595
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
421
596
-A ufw-user-limit -j REJECT
422
597
-A ufw-user-limit-accept -j ACCEPT
 
598
### END RATE LIMITING ###
423
599
COMMIT
424
600
Rules updated
425
601
 
430
606
:ufw-user-input - [0:0]
431
607
:ufw-user-output - [0:0]
432
608
:ufw-user-forward - [0:0]
 
609
:ufw-before-logging-input - [0:0]
 
610
:ufw-before-logging-output - [0:0]
 
611
:ufw-before-logging-forward - [0:0]
 
612
:ufw-user-logging-input - [0:0]
 
613
:ufw-user-logging-output - [0:0]
 
614
:ufw-user-logging-forward - [0:0]
 
615
:ufw-after-logging-input - [0:0]
 
616
:ufw-after-logging-output - [0:0]
 
617
:ufw-after-logging-forward - [0:0]
 
618
:ufw-logging-deny - [0:0]
 
619
:ufw-logging-allow - [0:0]
433
620
:ufw-user-limit - [0:0]
434
621
:ufw-user-limit-accept - [0:0]
435
622
### RULES ###
438
625
-A ufw-user-input -p udp -m multiport --dports 1234,5678 -j ACCEPT -m comment --comment 'dapp_Multi%20UDP'
439
626
 
440
627
### END RULES ###
 
628
 
 
629
### LOGGING ###
 
630
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
631
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
632
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
633
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
634
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
635
### END LOGGING ###
 
636
 
 
637
### RATE LIMITING ###
441
638
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
442
639
-A ufw-user-limit -j REJECT
443
640
-A ufw-user-limit-accept -j ACCEPT
 
641
### END RATE LIMITING ###
444
642
COMMIT
445
643
Rules updated
446
644
 
451
649
:ufw-user-input - [0:0]
452
650
:ufw-user-output - [0:0]
453
651
:ufw-user-forward - [0:0]
 
652
:ufw-before-logging-input - [0:0]
 
653
:ufw-before-logging-output - [0:0]
 
654
:ufw-before-logging-forward - [0:0]
 
655
:ufw-user-logging-input - [0:0]
 
656
:ufw-user-logging-output - [0:0]
 
657
:ufw-user-logging-forward - [0:0]
 
658
:ufw-after-logging-input - [0:0]
 
659
:ufw-after-logging-output - [0:0]
 
660
:ufw-after-logging-forward - [0:0]
 
661
:ufw-logging-deny - [0:0]
 
662
:ufw-logging-allow - [0:0]
454
663
:ufw-user-limit - [0:0]
455
664
:ufw-user-limit-accept - [0:0]
456
665
### RULES ###
459
668
-A ufw-user-input -p tcp --dport 80 -j DROP -m comment --comment 'dapp_Apache'
460
669
 
461
670
### END RULES ###
 
671
 
 
672
### LOGGING ###
 
673
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
674
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
675
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
676
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
677
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
678
### END LOGGING ###
 
679
 
 
680
### RATE LIMITING ###
462
681
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
463
682
-A ufw-user-limit -j REJECT
464
683
-A ufw-user-limit-accept -j ACCEPT
 
684
### END RATE LIMITING ###
465
685
COMMIT
466
686
Rules updated
467
687
 
472
692
:ufw-user-input - [0:0]
473
693
:ufw-user-output - [0:0]
474
694
:ufw-user-forward - [0:0]
 
695
:ufw-before-logging-input - [0:0]
 
696
:ufw-before-logging-output - [0:0]
 
697
:ufw-before-logging-forward - [0:0]
 
698
:ufw-user-logging-input - [0:0]
 
699
:ufw-user-logging-output - [0:0]
 
700
:ufw-user-logging-forward - [0:0]
 
701
:ufw-after-logging-input - [0:0]
 
702
:ufw-after-logging-output - [0:0]
 
703
:ufw-after-logging-forward - [0:0]
 
704
:ufw-logging-deny - [0:0]
 
705
:ufw-logging-allow - [0:0]
475
706
:ufw-user-limit - [0:0]
476
707
:ufw-user-limit-accept - [0:0]
477
708
### RULES ###
480
711
-A ufw-user-input -p tcp --dport 443 -j DROP -m comment --comment 'dapp_Apache%20Secure'
481
712
 
482
713
### END RULES ###
 
714
 
 
715
### LOGGING ###
 
716
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
717
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
718
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
719
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
720
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
721
### END LOGGING ###
 
722
 
 
723
### RATE LIMITING ###
483
724
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
484
725
-A ufw-user-limit -j REJECT
485
726
-A ufw-user-limit-accept -j ACCEPT
 
727
### END RATE LIMITING ###
486
728
COMMIT
487
729
Rules updated
488
730
 
493
735
:ufw-user-input - [0:0]
494
736
:ufw-user-output - [0:0]
495
737
:ufw-user-forward - [0:0]
 
738
:ufw-before-logging-input - [0:0]
 
739
:ufw-before-logging-output - [0:0]
 
740
:ufw-before-logging-forward - [0:0]
 
741
:ufw-user-logging-input - [0:0]
 
742
:ufw-user-logging-output - [0:0]
 
743
:ufw-user-logging-forward - [0:0]
 
744
:ufw-after-logging-input - [0:0]
 
745
:ufw-after-logging-output - [0:0]
 
746
:ufw-after-logging-forward - [0:0]
 
747
:ufw-logging-deny - [0:0]
 
748
:ufw-logging-allow - [0:0]
496
749
:ufw-user-limit - [0:0]
497
750
:ufw-user-limit-accept - [0:0]
498
751
### RULES ###
501
754
-A ufw-user-input -p tcp -m multiport --dports 80,443 -j DROP -m comment --comment 'dapp_Apache%20Full'
502
755
 
503
756
### END RULES ###
 
757
 
 
758
### LOGGING ###
 
759
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
760
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
761
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
762
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
763
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
764
### END LOGGING ###
 
765
 
 
766
### RATE LIMITING ###
504
767
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
505
768
-A ufw-user-limit -j REJECT
506
769
-A ufw-user-limit-accept -j ACCEPT
 
770
### END RATE LIMITING ###
507
771
COMMIT
508
772
Rules updated
509
773
 
514
778
:ufw-user-input - [0:0]
515
779
:ufw-user-output - [0:0]
516
780
:ufw-user-forward - [0:0]
 
781
:ufw-before-logging-input - [0:0]
 
782
:ufw-before-logging-output - [0:0]
 
783
:ufw-before-logging-forward - [0:0]
 
784
:ufw-user-logging-input - [0:0]
 
785
:ufw-user-logging-output - [0:0]
 
786
:ufw-user-logging-forward - [0:0]
 
787
:ufw-after-logging-input - [0:0]
 
788
:ufw-after-logging-output - [0:0]
 
789
:ufw-after-logging-forward - [0:0]
 
790
:ufw-logging-deny - [0:0]
 
791
:ufw-logging-allow - [0:0]
517
792
:ufw-user-limit - [0:0]
518
793
:ufw-user-limit-accept - [0:0]
519
794
### RULES ###
523
798
-A ufw-user-input -p udp --dport 53 -j DROP -m comment --comment 'dapp_Bind9'
524
799
 
525
800
### END RULES ###
 
801
 
 
802
### LOGGING ###
 
803
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
804
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
805
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
806
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
807
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
808
### END LOGGING ###
 
809
 
 
810
### RATE LIMITING ###
526
811
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
527
812
-A ufw-user-limit -j REJECT
528
813
-A ufw-user-limit-accept -j ACCEPT
 
814
### END RATE LIMITING ###
529
815
COMMIT
530
816
Rules updated
531
817
 
536
822
:ufw-user-input - [0:0]
537
823
:ufw-user-output - [0:0]
538
824
:ufw-user-forward - [0:0]
 
825
:ufw-before-logging-input - [0:0]
 
826
:ufw-before-logging-output - [0:0]
 
827
:ufw-before-logging-forward - [0:0]
 
828
:ufw-user-logging-input - [0:0]
 
829
:ufw-user-logging-output - [0:0]
 
830
:ufw-user-logging-forward - [0:0]
 
831
:ufw-after-logging-input - [0:0]
 
832
:ufw-after-logging-output - [0:0]
 
833
:ufw-after-logging-forward - [0:0]
 
834
:ufw-logging-deny - [0:0]
 
835
:ufw-logging-allow - [0:0]
539
836
:ufw-user-limit - [0:0]
540
837
:ufw-user-limit-accept - [0:0]
541
838
### RULES ###
544
841
-A ufw-user-input -p udp -m multiport --dports 137,138 -j DROP -m comment --comment 'dapp_Samba'
545
842
 
546
843
### END RULES ###
 
844
 
 
845
### LOGGING ###
 
846
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
847
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
848
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
849
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
850
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
851
### END LOGGING ###
 
852
 
 
853
### RATE LIMITING ###
547
854
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
548
855
-A ufw-user-limit -j REJECT
549
856
-A ufw-user-limit-accept -j ACCEPT
 
857
### END RATE LIMITING ###
550
858
COMMIT
551
859
*filter
552
860
:ufw-user-input - [0:0]
553
861
:ufw-user-output - [0:0]
554
862
:ufw-user-forward - [0:0]
 
863
:ufw-before-logging-input - [0:0]
 
864
:ufw-before-logging-output - [0:0]
 
865
:ufw-before-logging-forward - [0:0]
 
866
:ufw-user-logging-input - [0:0]
 
867
:ufw-user-logging-output - [0:0]
 
868
:ufw-user-logging-forward - [0:0]
 
869
:ufw-after-logging-input - [0:0]
 
870
:ufw-after-logging-output - [0:0]
 
871
:ufw-after-logging-forward - [0:0]
 
872
:ufw-logging-deny - [0:0]
 
873
:ufw-logging-allow - [0:0]
555
874
:ufw-user-limit - [0:0]
556
875
:ufw-user-limit-accept - [0:0]
557
876
### RULES ###
563
882
-A ufw-user-input -p tcp -m multiport --dports 139,445 -j DROP -m comment --comment 'dapp_Samba'
564
883
 
565
884
### END RULES ###
 
885
 
 
886
### LOGGING ###
 
887
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
888
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
889
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
890
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
891
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
892
### END LOGGING ###
 
893
 
 
894
### RATE LIMITING ###
566
895
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
567
896
-A ufw-user-limit -j REJECT
568
897
-A ufw-user-limit-accept -j ACCEPT
 
898
### END RATE LIMITING ###
569
899
COMMIT
570
900
Rules updated
571
901
 
576
906
:ufw-user-input - [0:0]
577
907
:ufw-user-output - [0:0]
578
908
:ufw-user-forward - [0:0]
 
909
:ufw-before-logging-input - [0:0]
 
910
:ufw-before-logging-output - [0:0]
 
911
:ufw-before-logging-forward - [0:0]
 
912
:ufw-user-logging-input - [0:0]
 
913
:ufw-user-logging-output - [0:0]
 
914
:ufw-user-logging-forward - [0:0]
 
915
:ufw-after-logging-input - [0:0]
 
916
:ufw-after-logging-output - [0:0]
 
917
:ufw-after-logging-forward - [0:0]
 
918
:ufw-logging-deny - [0:0]
 
919
:ufw-logging-allow - [0:0]
579
920
:ufw-user-limit - [0:0]
580
921
:ufw-user-limit-accept - [0:0]
581
922
### RULES ###
584
925
-A ufw-user-input -p udp --dport 123 -j DROP -m comment --comment 'dapp_OpenNTPD'
585
926
 
586
927
### END RULES ###
 
928
 
 
929
### LOGGING ###
 
930
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
931
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
932
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
933
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
934
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
935
### END LOGGING ###
 
936
 
 
937
### RATE LIMITING ###
587
938
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
588
939
-A ufw-user-limit -j REJECT
589
940
-A ufw-user-limit-accept -j ACCEPT
 
941
### END RATE LIMITING ###
590
942
COMMIT
591
943
Rules updated
592
944
 
597
949
:ufw-user-input - [0:0]
598
950
:ufw-user-output - [0:0]
599
951
:ufw-user-forward - [0:0]
 
952
:ufw-before-logging-input - [0:0]
 
953
:ufw-before-logging-output - [0:0]
 
954
:ufw-before-logging-forward - [0:0]
 
955
:ufw-user-logging-input - [0:0]
 
956
:ufw-user-logging-output - [0:0]
 
957
:ufw-user-logging-forward - [0:0]
 
958
:ufw-after-logging-input - [0:0]
 
959
:ufw-after-logging-output - [0:0]
 
960
:ufw-after-logging-forward - [0:0]
 
961
:ufw-logging-deny - [0:0]
 
962
:ufw-logging-allow - [0:0]
600
963
:ufw-user-limit - [0:0]
601
964
:ufw-user-limit-accept - [0:0]
602
965
### RULES ###
605
968
-A ufw-user-input -p tcp -m multiport --dports 1234,5678 -j DROP -m comment --comment 'dapp_Multi%20TCP'
606
969
 
607
970
### END RULES ###
 
971
 
 
972
### LOGGING ###
 
973
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
974
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
975
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
976
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
977
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
978
### END LOGGING ###
 
979
 
 
980
### RATE LIMITING ###
608
981
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
609
982
-A ufw-user-limit -j REJECT
610
983
-A ufw-user-limit-accept -j ACCEPT
 
984
### END RATE LIMITING ###
611
985
COMMIT
612
986
Rules updated
613
987
 
618
992
:ufw-user-input - [0:0]
619
993
:ufw-user-output - [0:0]
620
994
:ufw-user-forward - [0:0]
 
995
:ufw-before-logging-input - [0:0]
 
996
:ufw-before-logging-output - [0:0]
 
997
:ufw-before-logging-forward - [0:0]
 
998
:ufw-user-logging-input - [0:0]
 
999
:ufw-user-logging-output - [0:0]
 
1000
:ufw-user-logging-forward - [0:0]
 
1001
:ufw-after-logging-input - [0:0]
 
1002
:ufw-after-logging-output - [0:0]
 
1003
:ufw-after-logging-forward - [0:0]
 
1004
:ufw-logging-deny - [0:0]
 
1005
:ufw-logging-allow - [0:0]
621
1006
:ufw-user-limit - [0:0]
622
1007
:ufw-user-limit-accept - [0:0]
623
1008
### RULES ###
626
1011
-A ufw-user-input -p udp -m multiport --dports 1234,5678 -j DROP -m comment --comment 'dapp_Multi%20UDP'
627
1012
 
628
1013
### END RULES ###
 
1014
 
 
1015
### LOGGING ###
 
1016
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1017
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1018
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1019
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1020
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1021
### END LOGGING ###
 
1022
 
 
1023
### RATE LIMITING ###
629
1024
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
630
1025
-A ufw-user-limit -j REJECT
631
1026
-A ufw-user-limit-accept -j ACCEPT
 
1027
### END RATE LIMITING ###
632
1028
COMMIT
633
1029
Rules updated
634
1030
 
639
1035
:ufw-user-input - [0:0]
640
1036
:ufw-user-output - [0:0]
641
1037
:ufw-user-forward - [0:0]
 
1038
:ufw-before-logging-input - [0:0]
 
1039
:ufw-before-logging-output - [0:0]
 
1040
:ufw-before-logging-forward - [0:0]
 
1041
:ufw-user-logging-input - [0:0]
 
1042
:ufw-user-logging-output - [0:0]
 
1043
:ufw-user-logging-forward - [0:0]
 
1044
:ufw-after-logging-input - [0:0]
 
1045
:ufw-after-logging-output - [0:0]
 
1046
:ufw-after-logging-forward - [0:0]
 
1047
:ufw-logging-deny - [0:0]
 
1048
:ufw-logging-allow - [0:0]
642
1049
:ufw-user-limit - [0:0]
643
1050
:ufw-user-limit-accept - [0:0]
644
1051
### RULES ###
649
1056
-A ufw-user-input -p tcp --dport 80 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache'
650
1057
 
651
1058
### END RULES ###
 
1059
 
 
1060
### LOGGING ###
 
1061
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1062
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1063
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1064
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1065
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1066
### END LOGGING ###
 
1067
 
 
1068
### RATE LIMITING ###
652
1069
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
653
1070
-A ufw-user-limit -j REJECT
654
1071
-A ufw-user-limit-accept -j ACCEPT
 
1072
### END RATE LIMITING ###
655
1073
COMMIT
656
1074
Rules updated
657
1075
 
662
1080
:ufw-user-input - [0:0]
663
1081
:ufw-user-output - [0:0]
664
1082
:ufw-user-forward - [0:0]
 
1083
:ufw-before-logging-input - [0:0]
 
1084
:ufw-before-logging-output - [0:0]
 
1085
:ufw-before-logging-forward - [0:0]
 
1086
:ufw-user-logging-input - [0:0]
 
1087
:ufw-user-logging-output - [0:0]
 
1088
:ufw-user-logging-forward - [0:0]
 
1089
:ufw-after-logging-input - [0:0]
 
1090
:ufw-after-logging-output - [0:0]
 
1091
:ufw-after-logging-forward - [0:0]
 
1092
:ufw-logging-deny - [0:0]
 
1093
:ufw-logging-allow - [0:0]
665
1094
:ufw-user-limit - [0:0]
666
1095
:ufw-user-limit-accept - [0:0]
667
1096
### RULES ###
672
1101
-A ufw-user-input -p tcp --dport 443 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache%20Secure'
673
1102
 
674
1103
### END RULES ###
 
1104
 
 
1105
### LOGGING ###
 
1106
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1107
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1108
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1109
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1110
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1111
### END LOGGING ###
 
1112
 
 
1113
### RATE LIMITING ###
675
1114
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
676
1115
-A ufw-user-limit -j REJECT
677
1116
-A ufw-user-limit-accept -j ACCEPT
 
1117
### END RATE LIMITING ###
678
1118
COMMIT
679
1119
Rules updated
680
1120
 
685
1125
:ufw-user-input - [0:0]
686
1126
:ufw-user-output - [0:0]
687
1127
:ufw-user-forward - [0:0]
 
1128
:ufw-before-logging-input - [0:0]
 
1129
:ufw-before-logging-output - [0:0]
 
1130
:ufw-before-logging-forward - [0:0]
 
1131
:ufw-user-logging-input - [0:0]
 
1132
:ufw-user-logging-output - [0:0]
 
1133
:ufw-user-logging-forward - [0:0]
 
1134
:ufw-after-logging-input - [0:0]
 
1135
:ufw-after-logging-output - [0:0]
 
1136
:ufw-after-logging-forward - [0:0]
 
1137
:ufw-logging-deny - [0:0]
 
1138
:ufw-logging-allow - [0:0]
688
1139
:ufw-user-limit - [0:0]
689
1140
:ufw-user-limit-accept - [0:0]
690
1141
### RULES ###
695
1146
-A ufw-user-input -p tcp -m multiport --dports 80,443 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache%20Full'
696
1147
 
697
1148
### END RULES ###
 
1149
 
 
1150
### LOGGING ###
 
1151
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1152
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1153
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1154
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1155
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1156
### END LOGGING ###
 
1157
 
 
1158
### RATE LIMITING ###
698
1159
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
699
1160
-A ufw-user-limit -j REJECT
700
1161
-A ufw-user-limit-accept -j ACCEPT
 
1162
### END RATE LIMITING ###
701
1163
COMMIT
702
1164
Rules updated
703
1165
 
708
1170
:ufw-user-input - [0:0]
709
1171
:ufw-user-output - [0:0]
710
1172
:ufw-user-forward - [0:0]
 
1173
:ufw-before-logging-input - [0:0]
 
1174
:ufw-before-logging-output - [0:0]
 
1175
:ufw-before-logging-forward - [0:0]
 
1176
:ufw-user-logging-input - [0:0]
 
1177
:ufw-user-logging-output - [0:0]
 
1178
:ufw-user-logging-forward - [0:0]
 
1179
:ufw-after-logging-input - [0:0]
 
1180
:ufw-after-logging-output - [0:0]
 
1181
:ufw-after-logging-forward - [0:0]
 
1182
:ufw-logging-deny - [0:0]
 
1183
:ufw-logging-allow - [0:0]
711
1184
:ufw-user-limit - [0:0]
712
1185
:ufw-user-limit-accept - [0:0]
713
1186
### RULES ###
721
1194
-A ufw-user-input -p udp --dport 53 -j ufw-user-limit-accept -m comment --comment 'dapp_Bind9'
722
1195
 
723
1196
### END RULES ###
 
1197
 
 
1198
### LOGGING ###
 
1199
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1200
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1201
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1202
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1203
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1204
### END LOGGING ###
 
1205
 
 
1206
### RATE LIMITING ###
724
1207
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
725
1208
-A ufw-user-limit -j REJECT
726
1209
-A ufw-user-limit-accept -j ACCEPT
 
1210
### END RATE LIMITING ###
727
1211
COMMIT
728
1212
Rules updated
729
1213
 
734
1218
:ufw-user-input - [0:0]
735
1219
:ufw-user-output - [0:0]
736
1220
:ufw-user-forward - [0:0]
 
1221
:ufw-before-logging-input - [0:0]
 
1222
:ufw-before-logging-output - [0:0]
 
1223
:ufw-before-logging-forward - [0:0]
 
1224
:ufw-user-logging-input - [0:0]
 
1225
:ufw-user-logging-output - [0:0]
 
1226
:ufw-user-logging-forward - [0:0]
 
1227
:ufw-after-logging-input - [0:0]
 
1228
:ufw-after-logging-output - [0:0]
 
1229
:ufw-after-logging-forward - [0:0]
 
1230
:ufw-logging-deny - [0:0]
 
1231
:ufw-logging-allow - [0:0]
737
1232
:ufw-user-limit - [0:0]
738
1233
:ufw-user-limit-accept - [0:0]
739
1234
### RULES ###
744
1239
-A ufw-user-input -p udp -m multiport --dports 137,138 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
745
1240
 
746
1241
### END RULES ###
 
1242
 
 
1243
### LOGGING ###
 
1244
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1245
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1246
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1247
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1248
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1249
### END LOGGING ###
 
1250
 
 
1251
### RATE LIMITING ###
747
1252
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
748
1253
-A ufw-user-limit -j REJECT
749
1254
-A ufw-user-limit-accept -j ACCEPT
 
1255
### END RATE LIMITING ###
750
1256
COMMIT
751
1257
*filter
752
1258
:ufw-user-input - [0:0]
753
1259
:ufw-user-output - [0:0]
754
1260
:ufw-user-forward - [0:0]
 
1261
:ufw-before-logging-input - [0:0]
 
1262
:ufw-before-logging-output - [0:0]
 
1263
:ufw-before-logging-forward - [0:0]
 
1264
:ufw-user-logging-input - [0:0]
 
1265
:ufw-user-logging-output - [0:0]
 
1266
:ufw-user-logging-forward - [0:0]
 
1267
:ufw-after-logging-input - [0:0]
 
1268
:ufw-after-logging-output - [0:0]
 
1269
:ufw-after-logging-forward - [0:0]
 
1270
:ufw-logging-deny - [0:0]
 
1271
:ufw-logging-allow - [0:0]
755
1272
:ufw-user-limit - [0:0]
756
1273
:ufw-user-limit-accept - [0:0]
757
1274
### RULES ###
767
1284
-A ufw-user-input -p tcp -m multiport --dports 139,445 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
768
1285
 
769
1286
### END RULES ###
 
1287
 
 
1288
### LOGGING ###
 
1289
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1290
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1291
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1292
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1293
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1294
### END LOGGING ###
 
1295
 
 
1296
### RATE LIMITING ###
770
1297
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
771
1298
-A ufw-user-limit -j REJECT
772
1299
-A ufw-user-limit-accept -j ACCEPT
 
1300
### END RATE LIMITING ###
773
1301
COMMIT
774
1302
Rules updated
775
1303
 
780
1308
:ufw-user-input - [0:0]
781
1309
:ufw-user-output - [0:0]
782
1310
:ufw-user-forward - [0:0]
 
1311
:ufw-before-logging-input - [0:0]
 
1312
:ufw-before-logging-output - [0:0]
 
1313
:ufw-before-logging-forward - [0:0]
 
1314
:ufw-user-logging-input - [0:0]
 
1315
:ufw-user-logging-output - [0:0]
 
1316
:ufw-user-logging-forward - [0:0]
 
1317
:ufw-after-logging-input - [0:0]
 
1318
:ufw-after-logging-output - [0:0]
 
1319
:ufw-after-logging-forward - [0:0]
 
1320
:ufw-logging-deny - [0:0]
 
1321
:ufw-logging-allow - [0:0]
783
1322
:ufw-user-limit - [0:0]
784
1323
:ufw-user-limit-accept - [0:0]
785
1324
### RULES ###
790
1329
-A ufw-user-input -p udp --dport 123 -j ufw-user-limit-accept -m comment --comment 'dapp_OpenNTPD'
791
1330
 
792
1331
### END RULES ###
 
1332
 
 
1333
### LOGGING ###
 
1334
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1335
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1336
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1337
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1338
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1339
### END LOGGING ###
 
1340
 
 
1341
### RATE LIMITING ###
793
1342
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
794
1343
-A ufw-user-limit -j REJECT
795
1344
-A ufw-user-limit-accept -j ACCEPT
 
1345
### END RATE LIMITING ###
796
1346
COMMIT
797
1347
Rules updated
798
1348
 
803
1353
:ufw-user-input - [0:0]
804
1354
:ufw-user-output - [0:0]
805
1355
:ufw-user-forward - [0:0]
 
1356
:ufw-before-logging-input - [0:0]
 
1357
:ufw-before-logging-output - [0:0]
 
1358
:ufw-before-logging-forward - [0:0]
 
1359
:ufw-user-logging-input - [0:0]
 
1360
:ufw-user-logging-output - [0:0]
 
1361
:ufw-user-logging-forward - [0:0]
 
1362
:ufw-after-logging-input - [0:0]
 
1363
:ufw-after-logging-output - [0:0]
 
1364
:ufw-after-logging-forward - [0:0]
 
1365
:ufw-logging-deny - [0:0]
 
1366
:ufw-logging-allow - [0:0]
806
1367
:ufw-user-limit - [0:0]
807
1368
:ufw-user-limit-accept - [0:0]
808
1369
### RULES ###
813
1374
-A ufw-user-input -p tcp -m multiport --dports 1234,5678 -j ufw-user-limit-accept -m comment --comment 'dapp_Multi%20TCP'
814
1375
 
815
1376
### END RULES ###
 
1377
 
 
1378
### LOGGING ###
 
1379
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1380
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1381
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1382
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1383
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1384
### END LOGGING ###
 
1385
 
 
1386
### RATE LIMITING ###
816
1387
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
817
1388
-A ufw-user-limit -j REJECT
818
1389
-A ufw-user-limit-accept -j ACCEPT
 
1390
### END RATE LIMITING ###
819
1391
COMMIT
820
1392
Rules updated
821
1393
 
826
1398
:ufw-user-input - [0:0]
827
1399
:ufw-user-output - [0:0]
828
1400
:ufw-user-forward - [0:0]
 
1401
:ufw-before-logging-input - [0:0]
 
1402
:ufw-before-logging-output - [0:0]
 
1403
:ufw-before-logging-forward - [0:0]
 
1404
:ufw-user-logging-input - [0:0]
 
1405
:ufw-user-logging-output - [0:0]
 
1406
:ufw-user-logging-forward - [0:0]
 
1407
:ufw-after-logging-input - [0:0]
 
1408
:ufw-after-logging-output - [0:0]
 
1409
:ufw-after-logging-forward - [0:0]
 
1410
:ufw-logging-deny - [0:0]
 
1411
:ufw-logging-allow - [0:0]
829
1412
:ufw-user-limit - [0:0]
830
1413
:ufw-user-limit-accept - [0:0]
831
1414
### RULES ###
836
1419
-A ufw-user-input -p udp -m multiport --dports 1234,5678 -j ufw-user-limit-accept -m comment --comment 'dapp_Multi%20UDP'
837
1420
 
838
1421
### END RULES ###
 
1422
 
 
1423
### LOGGING ###
 
1424
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1425
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1426
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1427
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1428
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1429
### END LOGGING ###
 
1430
 
 
1431
### RATE LIMITING ###
839
1432
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
840
1433
-A ufw-user-limit -j REJECT
841
1434
-A ufw-user-limit-accept -j ACCEPT
 
1435
### END RATE LIMITING ###
842
1436
COMMIT
843
1437
Rules updated
844
1438
 
850
1444
:ufw-user-input - [0:0]
851
1445
:ufw-user-output - [0:0]
852
1446
:ufw-user-forward - [0:0]
 
1447
:ufw-before-logging-input - [0:0]
 
1448
:ufw-before-logging-output - [0:0]
 
1449
:ufw-before-logging-forward - [0:0]
 
1450
:ufw-user-logging-input - [0:0]
 
1451
:ufw-user-logging-output - [0:0]
 
1452
:ufw-user-logging-forward - [0:0]
 
1453
:ufw-after-logging-input - [0:0]
 
1454
:ufw-after-logging-output - [0:0]
 
1455
:ufw-after-logging-forward - [0:0]
 
1456
:ufw-logging-deny - [0:0]
 
1457
:ufw-logging-allow - [0:0]
853
1458
:ufw-user-limit - [0:0]
854
1459
:ufw-user-limit-accept - [0:0]
855
1460
### RULES ###
858
1463
-A ufw-user-input -p tcp -d 192.168.0.0/16 --dport 80 -j ACCEPT -m comment --comment 'dapp_Apache'
859
1464
 
860
1465
### END RULES ###
 
1466
 
 
1467
### LOGGING ###
 
1468
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1469
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1470
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1471
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1472
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1473
### END LOGGING ###
 
1474
 
 
1475
### RATE LIMITING ###
861
1476
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
862
1477
-A ufw-user-limit -j REJECT
863
1478
-A ufw-user-limit-accept -j ACCEPT
 
1479
### END RATE LIMITING ###
864
1480
COMMIT
865
1481
Rules updated
866
1482
 
871
1487
:ufw-user-input - [0:0]
872
1488
:ufw-user-output - [0:0]
873
1489
:ufw-user-forward - [0:0]
 
1490
:ufw-before-logging-input - [0:0]
 
1491
:ufw-before-logging-output - [0:0]
 
1492
:ufw-before-logging-forward - [0:0]
 
1493
:ufw-user-logging-input - [0:0]
 
1494
:ufw-user-logging-output - [0:0]
 
1495
:ufw-user-logging-forward - [0:0]
 
1496
:ufw-after-logging-input - [0:0]
 
1497
:ufw-after-logging-output - [0:0]
 
1498
:ufw-after-logging-forward - [0:0]
 
1499
:ufw-logging-deny - [0:0]
 
1500
:ufw-logging-allow - [0:0]
874
1501
:ufw-user-limit - [0:0]
875
1502
:ufw-user-limit-accept - [0:0]
876
1503
### RULES ###
879
1506
-A ufw-user-input -p tcp -d 192.168.0.0/16 --dport 443 -j ACCEPT -m comment --comment 'dapp_Apache%20Secure'
880
1507
 
881
1508
### END RULES ###
 
1509
 
 
1510
### LOGGING ###
 
1511
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1512
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1513
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1514
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1515
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1516
### END LOGGING ###
 
1517
 
 
1518
### RATE LIMITING ###
882
1519
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
883
1520
-A ufw-user-limit -j REJECT
884
1521
-A ufw-user-limit-accept -j ACCEPT
 
1522
### END RATE LIMITING ###
885
1523
COMMIT
886
1524
Rules updated
887
1525
 
892
1530
:ufw-user-input - [0:0]
893
1531
:ufw-user-output - [0:0]
894
1532
:ufw-user-forward - [0:0]
 
1533
:ufw-before-logging-input - [0:0]
 
1534
:ufw-before-logging-output - [0:0]
 
1535
:ufw-before-logging-forward - [0:0]
 
1536
:ufw-user-logging-input - [0:0]
 
1537
:ufw-user-logging-output - [0:0]
 
1538
:ufw-user-logging-forward - [0:0]
 
1539
:ufw-after-logging-input - [0:0]
 
1540
:ufw-after-logging-output - [0:0]
 
1541
:ufw-after-logging-forward - [0:0]
 
1542
:ufw-logging-deny - [0:0]
 
1543
:ufw-logging-allow - [0:0]
895
1544
:ufw-user-limit - [0:0]
896
1545
:ufw-user-limit-accept - [0:0]
897
1546
### RULES ###
900
1549
-A ufw-user-input -p tcp -m multiport --dports 80,443 -d 192.168.0.0/16 -j ACCEPT -m comment --comment 'dapp_Apache%20Full'
901
1550
 
902
1551
### END RULES ###
 
1552
 
 
1553
### LOGGING ###
 
1554
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1555
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1556
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1557
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1558
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1559
### END LOGGING ###
 
1560
 
 
1561
### RATE LIMITING ###
903
1562
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
904
1563
-A ufw-user-limit -j REJECT
905
1564
-A ufw-user-limit-accept -j ACCEPT
 
1565
### END RATE LIMITING ###
906
1566
COMMIT
907
1567
Rules updated
908
1568
 
913
1573
:ufw-user-input - [0:0]
914
1574
:ufw-user-output - [0:0]
915
1575
:ufw-user-forward - [0:0]
 
1576
:ufw-before-logging-input - [0:0]
 
1577
:ufw-before-logging-output - [0:0]
 
1578
:ufw-before-logging-forward - [0:0]
 
1579
:ufw-user-logging-input - [0:0]
 
1580
:ufw-user-logging-output - [0:0]
 
1581
:ufw-user-logging-forward - [0:0]
 
1582
:ufw-after-logging-input - [0:0]
 
1583
:ufw-after-logging-output - [0:0]
 
1584
:ufw-after-logging-forward - [0:0]
 
1585
:ufw-logging-deny - [0:0]
 
1586
:ufw-logging-allow - [0:0]
916
1587
:ufw-user-limit - [0:0]
917
1588
:ufw-user-limit-accept - [0:0]
918
1589
### RULES ###
922
1593
-A ufw-user-input -p udp -d 192.168.0.0/16 --dport 53 -j ACCEPT -m comment --comment 'dapp_Bind9'
923
1594
 
924
1595
### END RULES ###
 
1596
 
 
1597
### LOGGING ###
 
1598
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1599
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1600
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1601
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1602
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1603
### END LOGGING ###
 
1604
 
 
1605
### RATE LIMITING ###
925
1606
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
926
1607
-A ufw-user-limit -j REJECT
927
1608
-A ufw-user-limit-accept -j ACCEPT
 
1609
### END RATE LIMITING ###
928
1610
COMMIT
929
1611
Rules updated
930
1612
 
935
1617
:ufw-user-input - [0:0]
936
1618
:ufw-user-output - [0:0]
937
1619
:ufw-user-forward - [0:0]
 
1620
:ufw-before-logging-input - [0:0]
 
1621
:ufw-before-logging-output - [0:0]
 
1622
:ufw-before-logging-forward - [0:0]
 
1623
:ufw-user-logging-input - [0:0]
 
1624
:ufw-user-logging-output - [0:0]
 
1625
:ufw-user-logging-forward - [0:0]
 
1626
:ufw-after-logging-input - [0:0]
 
1627
:ufw-after-logging-output - [0:0]
 
1628
:ufw-after-logging-forward - [0:0]
 
1629
:ufw-logging-deny - [0:0]
 
1630
:ufw-logging-allow - [0:0]
938
1631
:ufw-user-limit - [0:0]
939
1632
:ufw-user-limit-accept - [0:0]
940
1633
### RULES ###
943
1636
-A ufw-user-input -p udp -m multiport --dports 137,138 -d 192.168.0.0/16 -j ACCEPT -m comment --comment 'dapp_Samba'
944
1637
 
945
1638
### END RULES ###
 
1639
 
 
1640
### LOGGING ###
 
1641
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1642
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1643
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1644
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1645
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1646
### END LOGGING ###
 
1647
 
 
1648
### RATE LIMITING ###
946
1649
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
947
1650
-A ufw-user-limit -j REJECT
948
1651
-A ufw-user-limit-accept -j ACCEPT
 
1652
### END RATE LIMITING ###
949
1653
COMMIT
950
1654
*filter
951
1655
:ufw-user-input - [0:0]
952
1656
:ufw-user-output - [0:0]
953
1657
:ufw-user-forward - [0:0]
 
1658
:ufw-before-logging-input - [0:0]
 
1659
:ufw-before-logging-output - [0:0]
 
1660
:ufw-before-logging-forward - [0:0]
 
1661
:ufw-user-logging-input - [0:0]
 
1662
:ufw-user-logging-output - [0:0]
 
1663
:ufw-user-logging-forward - [0:0]
 
1664
:ufw-after-logging-input - [0:0]
 
1665
:ufw-after-logging-output - [0:0]
 
1666
:ufw-after-logging-forward - [0:0]
 
1667
:ufw-logging-deny - [0:0]
 
1668
:ufw-logging-allow - [0:0]
954
1669
:ufw-user-limit - [0:0]
955
1670
:ufw-user-limit-accept - [0:0]
956
1671
### RULES ###
962
1677
-A ufw-user-input -p tcp -m multiport --dports 139,445 -d 192.168.0.0/16 -j ACCEPT -m comment --comment 'dapp_Samba'
963
1678
 
964
1679
### END RULES ###
 
1680
 
 
1681
### LOGGING ###
 
1682
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1683
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1684
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1685
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1686
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1687
### END LOGGING ###
 
1688
 
 
1689
### RATE LIMITING ###
965
1690
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
966
1691
-A ufw-user-limit -j REJECT
967
1692
-A ufw-user-limit-accept -j ACCEPT
 
1693
### END RATE LIMITING ###
968
1694
COMMIT
969
1695
Rules updated
970
1696
 
975
1701
:ufw-user-input - [0:0]
976
1702
:ufw-user-output - [0:0]
977
1703
:ufw-user-forward - [0:0]
 
1704
:ufw-before-logging-input - [0:0]
 
1705
:ufw-before-logging-output - [0:0]
 
1706
:ufw-before-logging-forward - [0:0]
 
1707
:ufw-user-logging-input - [0:0]
 
1708
:ufw-user-logging-output - [0:0]
 
1709
:ufw-user-logging-forward - [0:0]
 
1710
:ufw-after-logging-input - [0:0]
 
1711
:ufw-after-logging-output - [0:0]
 
1712
:ufw-after-logging-forward - [0:0]
 
1713
:ufw-logging-deny - [0:0]
 
1714
:ufw-logging-allow - [0:0]
978
1715
:ufw-user-limit - [0:0]
979
1716
:ufw-user-limit-accept - [0:0]
980
1717
### RULES ###
983
1720
-A ufw-user-input -p udp -d 192.168.0.0/16 --dport 123 -j ACCEPT -m comment --comment 'dapp_OpenNTPD'
984
1721
 
985
1722
### END RULES ###
 
1723
 
 
1724
### LOGGING ###
 
1725
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1726
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1727
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1728
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1729
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1730
### END LOGGING ###
 
1731
 
 
1732
### RATE LIMITING ###
986
1733
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
987
1734
-A ufw-user-limit -j REJECT
988
1735
-A ufw-user-limit-accept -j ACCEPT
 
1736
### END RATE LIMITING ###
989
1737
COMMIT
990
1738
Rules updated
991
1739
 
996
1744
:ufw-user-input - [0:0]
997
1745
:ufw-user-output - [0:0]
998
1746
:ufw-user-forward - [0:0]
 
1747
:ufw-before-logging-input - [0:0]
 
1748
:ufw-before-logging-output - [0:0]
 
1749
:ufw-before-logging-forward - [0:0]
 
1750
:ufw-user-logging-input - [0:0]
 
1751
:ufw-user-logging-output - [0:0]
 
1752
:ufw-user-logging-forward - [0:0]
 
1753
:ufw-after-logging-input - [0:0]
 
1754
:ufw-after-logging-output - [0:0]
 
1755
:ufw-after-logging-forward - [0:0]
 
1756
:ufw-logging-deny - [0:0]
 
1757
:ufw-logging-allow - [0:0]
999
1758
:ufw-user-limit - [0:0]
1000
1759
:ufw-user-limit-accept - [0:0]
1001
1760
### RULES ###
1004
1763
-A ufw-user-input -p tcp -m multiport --dports 1234,5678 -d 192.168.0.0/16 -j ACCEPT -m comment --comment 'dapp_Multi%20TCP'
1005
1764
 
1006
1765
### END RULES ###
 
1766
 
 
1767
### LOGGING ###
 
1768
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1769
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1770
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1771
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1772
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1773
### END LOGGING ###
 
1774
 
 
1775
### RATE LIMITING ###
1007
1776
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1008
1777
-A ufw-user-limit -j REJECT
1009
1778
-A ufw-user-limit-accept -j ACCEPT
 
1779
### END RATE LIMITING ###
1010
1780
COMMIT
1011
1781
Rules updated
1012
1782
 
1017
1787
:ufw-user-input - [0:0]
1018
1788
:ufw-user-output - [0:0]
1019
1789
:ufw-user-forward - [0:0]
 
1790
:ufw-before-logging-input - [0:0]
 
1791
:ufw-before-logging-output - [0:0]
 
1792
:ufw-before-logging-forward - [0:0]
 
1793
:ufw-user-logging-input - [0:0]
 
1794
:ufw-user-logging-output - [0:0]
 
1795
:ufw-user-logging-forward - [0:0]
 
1796
:ufw-after-logging-input - [0:0]
 
1797
:ufw-after-logging-output - [0:0]
 
1798
:ufw-after-logging-forward - [0:0]
 
1799
:ufw-logging-deny - [0:0]
 
1800
:ufw-logging-allow - [0:0]
1020
1801
:ufw-user-limit - [0:0]
1021
1802
:ufw-user-limit-accept - [0:0]
1022
1803
### RULES ###
1025
1806
-A ufw-user-input -p udp -m multiport --dports 1234,5678 -d 192.168.0.0/16 -j ACCEPT -m comment --comment 'dapp_Multi%20UDP'
1026
1807
 
1027
1808
### END RULES ###
 
1809
 
 
1810
### LOGGING ###
 
1811
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1812
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1813
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1814
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1815
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1816
### END LOGGING ###
 
1817
 
 
1818
### RATE LIMITING ###
1028
1819
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1029
1820
-A ufw-user-limit -j REJECT
1030
1821
-A ufw-user-limit-accept -j ACCEPT
 
1822
### END RATE LIMITING ###
1031
1823
COMMIT
1032
1824
Rules updated
1033
1825
 
1038
1830
:ufw-user-input - [0:0]
1039
1831
:ufw-user-output - [0:0]
1040
1832
:ufw-user-forward - [0:0]
 
1833
:ufw-before-logging-input - [0:0]
 
1834
:ufw-before-logging-output - [0:0]
 
1835
:ufw-before-logging-forward - [0:0]
 
1836
:ufw-user-logging-input - [0:0]
 
1837
:ufw-user-logging-output - [0:0]
 
1838
:ufw-user-logging-forward - [0:0]
 
1839
:ufw-after-logging-input - [0:0]
 
1840
:ufw-after-logging-output - [0:0]
 
1841
:ufw-after-logging-forward - [0:0]
 
1842
:ufw-logging-deny - [0:0]
 
1843
:ufw-logging-allow - [0:0]
1041
1844
:ufw-user-limit - [0:0]
1042
1845
:ufw-user-limit-accept - [0:0]
1043
1846
### RULES ###
1046
1849
-A ufw-user-input -p tcp --dport 80 -j ACCEPT -m comment --comment 'dapp_Apache'
1047
1850
 
1048
1851
### END RULES ###
 
1852
 
 
1853
### LOGGING ###
 
1854
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1855
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1856
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1857
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1858
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1859
### END LOGGING ###
 
1860
 
 
1861
### RATE LIMITING ###
1049
1862
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1050
1863
-A ufw-user-limit -j REJECT
1051
1864
-A ufw-user-limit-accept -j ACCEPT
 
1865
### END RATE LIMITING ###
1052
1866
COMMIT
1053
1867
Rules updated
1054
1868
 
1059
1873
:ufw-user-input - [0:0]
1060
1874
:ufw-user-output - [0:0]
1061
1875
:ufw-user-forward - [0:0]
 
1876
:ufw-before-logging-input - [0:0]
 
1877
:ufw-before-logging-output - [0:0]
 
1878
:ufw-before-logging-forward - [0:0]
 
1879
:ufw-user-logging-input - [0:0]
 
1880
:ufw-user-logging-output - [0:0]
 
1881
:ufw-user-logging-forward - [0:0]
 
1882
:ufw-after-logging-input - [0:0]
 
1883
:ufw-after-logging-output - [0:0]
 
1884
:ufw-after-logging-forward - [0:0]
 
1885
:ufw-logging-deny - [0:0]
 
1886
:ufw-logging-allow - [0:0]
1062
1887
:ufw-user-limit - [0:0]
1063
1888
:ufw-user-limit-accept - [0:0]
1064
1889
### RULES ###
1067
1892
-A ufw-user-input -p tcp --dport 443 -j ACCEPT -m comment --comment 'dapp_Apache%20Secure'
1068
1893
 
1069
1894
### END RULES ###
 
1895
 
 
1896
### LOGGING ###
 
1897
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1898
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1899
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1900
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1901
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1902
### END LOGGING ###
 
1903
 
 
1904
### RATE LIMITING ###
1070
1905
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1071
1906
-A ufw-user-limit -j REJECT
1072
1907
-A ufw-user-limit-accept -j ACCEPT
 
1908
### END RATE LIMITING ###
1073
1909
COMMIT
1074
1910
Rules updated
1075
1911
 
1080
1916
:ufw-user-input - [0:0]
1081
1917
:ufw-user-output - [0:0]
1082
1918
:ufw-user-forward - [0:0]
 
1919
:ufw-before-logging-input - [0:0]
 
1920
:ufw-before-logging-output - [0:0]
 
1921
:ufw-before-logging-forward - [0:0]
 
1922
:ufw-user-logging-input - [0:0]
 
1923
:ufw-user-logging-output - [0:0]
 
1924
:ufw-user-logging-forward - [0:0]
 
1925
:ufw-after-logging-input - [0:0]
 
1926
:ufw-after-logging-output - [0:0]
 
1927
:ufw-after-logging-forward - [0:0]
 
1928
:ufw-logging-deny - [0:0]
 
1929
:ufw-logging-allow - [0:0]
1083
1930
:ufw-user-limit - [0:0]
1084
1931
:ufw-user-limit-accept - [0:0]
1085
1932
### RULES ###
1088
1935
-A ufw-user-input -p tcp -m multiport --dports 80,443 -j ACCEPT -m comment --comment 'dapp_Apache%20Full'
1089
1936
 
1090
1937
### END RULES ###
 
1938
 
 
1939
### LOGGING ###
 
1940
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1941
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1942
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1943
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1944
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1945
### END LOGGING ###
 
1946
 
 
1947
### RATE LIMITING ###
1091
1948
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1092
1949
-A ufw-user-limit -j REJECT
1093
1950
-A ufw-user-limit-accept -j ACCEPT
 
1951
### END RATE LIMITING ###
1094
1952
COMMIT
1095
1953
Rules updated
1096
1954
 
1101
1959
:ufw-user-input - [0:0]
1102
1960
:ufw-user-output - [0:0]
1103
1961
:ufw-user-forward - [0:0]
 
1962
:ufw-before-logging-input - [0:0]
 
1963
:ufw-before-logging-output - [0:0]
 
1964
:ufw-before-logging-forward - [0:0]
 
1965
:ufw-user-logging-input - [0:0]
 
1966
:ufw-user-logging-output - [0:0]
 
1967
:ufw-user-logging-forward - [0:0]
 
1968
:ufw-after-logging-input - [0:0]
 
1969
:ufw-after-logging-output - [0:0]
 
1970
:ufw-after-logging-forward - [0:0]
 
1971
:ufw-logging-deny - [0:0]
 
1972
:ufw-logging-allow - [0:0]
1104
1973
:ufw-user-limit - [0:0]
1105
1974
:ufw-user-limit-accept - [0:0]
1106
1975
### RULES ###
1110
1979
-A ufw-user-input -p udp --dport 53 -j ACCEPT -m comment --comment 'dapp_Bind9'
1111
1980
 
1112
1981
### END RULES ###
 
1982
 
 
1983
### LOGGING ###
 
1984
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1985
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1986
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
1987
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
1988
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
1989
### END LOGGING ###
 
1990
 
 
1991
### RATE LIMITING ###
1113
1992
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1114
1993
-A ufw-user-limit -j REJECT
1115
1994
-A ufw-user-limit-accept -j ACCEPT
 
1995
### END RATE LIMITING ###
1116
1996
COMMIT
1117
1997
Rules updated
1118
1998
 
1123
2003
:ufw-user-input - [0:0]
1124
2004
:ufw-user-output - [0:0]
1125
2005
:ufw-user-forward - [0:0]
 
2006
:ufw-before-logging-input - [0:0]
 
2007
:ufw-before-logging-output - [0:0]
 
2008
:ufw-before-logging-forward - [0:0]
 
2009
:ufw-user-logging-input - [0:0]
 
2010
:ufw-user-logging-output - [0:0]
 
2011
:ufw-user-logging-forward - [0:0]
 
2012
:ufw-after-logging-input - [0:0]
 
2013
:ufw-after-logging-output - [0:0]
 
2014
:ufw-after-logging-forward - [0:0]
 
2015
:ufw-logging-deny - [0:0]
 
2016
:ufw-logging-allow - [0:0]
1126
2017
:ufw-user-limit - [0:0]
1127
2018
:ufw-user-limit-accept - [0:0]
1128
2019
### RULES ###
1131
2022
-A ufw-user-input -p udp -m multiport --dports 137,138 -j ACCEPT -m comment --comment 'dapp_Samba'
1132
2023
 
1133
2024
### END RULES ###
 
2025
 
 
2026
### LOGGING ###
 
2027
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2028
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2029
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2030
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2031
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2032
### END LOGGING ###
 
2033
 
 
2034
### RATE LIMITING ###
1134
2035
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1135
2036
-A ufw-user-limit -j REJECT
1136
2037
-A ufw-user-limit-accept -j ACCEPT
 
2038
### END RATE LIMITING ###
1137
2039
COMMIT
1138
2040
*filter
1139
2041
:ufw-user-input - [0:0]
1140
2042
:ufw-user-output - [0:0]
1141
2043
:ufw-user-forward - [0:0]
 
2044
:ufw-before-logging-input - [0:0]
 
2045
:ufw-before-logging-output - [0:0]
 
2046
:ufw-before-logging-forward - [0:0]
 
2047
:ufw-user-logging-input - [0:0]
 
2048
:ufw-user-logging-output - [0:0]
 
2049
:ufw-user-logging-forward - [0:0]
 
2050
:ufw-after-logging-input - [0:0]
 
2051
:ufw-after-logging-output - [0:0]
 
2052
:ufw-after-logging-forward - [0:0]
 
2053
:ufw-logging-deny - [0:0]
 
2054
:ufw-logging-allow - [0:0]
1142
2055
:ufw-user-limit - [0:0]
1143
2056
:ufw-user-limit-accept - [0:0]
1144
2057
### RULES ###
1150
2063
-A ufw-user-input -p tcp -m multiport --dports 139,445 -j ACCEPT -m comment --comment 'dapp_Samba'
1151
2064
 
1152
2065
### END RULES ###
 
2066
 
 
2067
### LOGGING ###
 
2068
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2069
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2070
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2071
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2072
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2073
### END LOGGING ###
 
2074
 
 
2075
### RATE LIMITING ###
1153
2076
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1154
2077
-A ufw-user-limit -j REJECT
1155
2078
-A ufw-user-limit-accept -j ACCEPT
 
2079
### END RATE LIMITING ###
1156
2080
COMMIT
1157
2081
Rules updated
1158
2082
 
1163
2087
:ufw-user-input - [0:0]
1164
2088
:ufw-user-output - [0:0]
1165
2089
:ufw-user-forward - [0:0]
 
2090
:ufw-before-logging-input - [0:0]
 
2091
:ufw-before-logging-output - [0:0]
 
2092
:ufw-before-logging-forward - [0:0]
 
2093
:ufw-user-logging-input - [0:0]
 
2094
:ufw-user-logging-output - [0:0]
 
2095
:ufw-user-logging-forward - [0:0]
 
2096
:ufw-after-logging-input - [0:0]
 
2097
:ufw-after-logging-output - [0:0]
 
2098
:ufw-after-logging-forward - [0:0]
 
2099
:ufw-logging-deny - [0:0]
 
2100
:ufw-logging-allow - [0:0]
1166
2101
:ufw-user-limit - [0:0]
1167
2102
:ufw-user-limit-accept - [0:0]
1168
2103
### RULES ###
1171
2106
-A ufw-user-input -p udp --dport 123 -j ACCEPT -m comment --comment 'dapp_OpenNTPD'
1172
2107
 
1173
2108
### END RULES ###
 
2109
 
 
2110
### LOGGING ###
 
2111
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2112
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2113
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2114
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2115
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2116
### END LOGGING ###
 
2117
 
 
2118
### RATE LIMITING ###
1174
2119
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1175
2120
-A ufw-user-limit -j REJECT
1176
2121
-A ufw-user-limit-accept -j ACCEPT
 
2122
### END RATE LIMITING ###
1177
2123
COMMIT
1178
2124
Rules updated
1179
2125
 
1184
2130
:ufw-user-input - [0:0]
1185
2131
:ufw-user-output - [0:0]
1186
2132
:ufw-user-forward - [0:0]
 
2133
:ufw-before-logging-input - [0:0]
 
2134
:ufw-before-logging-output - [0:0]
 
2135
:ufw-before-logging-forward - [0:0]
 
2136
:ufw-user-logging-input - [0:0]
 
2137
:ufw-user-logging-output - [0:0]
 
2138
:ufw-user-logging-forward - [0:0]
 
2139
:ufw-after-logging-input - [0:0]
 
2140
:ufw-after-logging-output - [0:0]
 
2141
:ufw-after-logging-forward - [0:0]
 
2142
:ufw-logging-deny - [0:0]
 
2143
:ufw-logging-allow - [0:0]
1187
2144
:ufw-user-limit - [0:0]
1188
2145
:ufw-user-limit-accept - [0:0]
1189
2146
### RULES ###
1192
2149
-A ufw-user-input -p tcp -m multiport --dports 1234,5678 -j ACCEPT -m comment --comment 'dapp_Multi%20TCP'
1193
2150
 
1194
2151
### END RULES ###
 
2152
 
 
2153
### LOGGING ###
 
2154
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2155
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2156
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2157
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2158
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2159
### END LOGGING ###
 
2160
 
 
2161
### RATE LIMITING ###
1195
2162
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1196
2163
-A ufw-user-limit -j REJECT
1197
2164
-A ufw-user-limit-accept -j ACCEPT
 
2165
### END RATE LIMITING ###
1198
2166
COMMIT
1199
2167
Rules updated
1200
2168
 
1205
2173
:ufw-user-input - [0:0]
1206
2174
:ufw-user-output - [0:0]
1207
2175
:ufw-user-forward - [0:0]
 
2176
:ufw-before-logging-input - [0:0]
 
2177
:ufw-before-logging-output - [0:0]
 
2178
:ufw-before-logging-forward - [0:0]
 
2179
:ufw-user-logging-input - [0:0]
 
2180
:ufw-user-logging-output - [0:0]
 
2181
:ufw-user-logging-forward - [0:0]
 
2182
:ufw-after-logging-input - [0:0]
 
2183
:ufw-after-logging-output - [0:0]
 
2184
:ufw-after-logging-forward - [0:0]
 
2185
:ufw-logging-deny - [0:0]
 
2186
:ufw-logging-allow - [0:0]
1208
2187
:ufw-user-limit - [0:0]
1209
2188
:ufw-user-limit-accept - [0:0]
1210
2189
### RULES ###
1213
2192
-A ufw-user-input -p udp -m multiport --dports 1234,5678 -j ACCEPT -m comment --comment 'dapp_Multi%20UDP'
1214
2193
 
1215
2194
### END RULES ###
 
2195
 
 
2196
### LOGGING ###
 
2197
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2198
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2199
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2200
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2201
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2202
### END LOGGING ###
 
2203
 
 
2204
### RATE LIMITING ###
1216
2205
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1217
2206
-A ufw-user-limit -j REJECT
1218
2207
-A ufw-user-limit-accept -j ACCEPT
 
2208
### END RATE LIMITING ###
1219
2209
COMMIT
1220
2210
Rules updated
1221
2211
 
1226
2216
:ufw-user-input - [0:0]
1227
2217
:ufw-user-output - [0:0]
1228
2218
:ufw-user-forward - [0:0]
 
2219
:ufw-before-logging-input - [0:0]
 
2220
:ufw-before-logging-output - [0:0]
 
2221
:ufw-before-logging-forward - [0:0]
 
2222
:ufw-user-logging-input - [0:0]
 
2223
:ufw-user-logging-output - [0:0]
 
2224
:ufw-user-logging-forward - [0:0]
 
2225
:ufw-after-logging-input - [0:0]
 
2226
:ufw-after-logging-output - [0:0]
 
2227
:ufw-after-logging-forward - [0:0]
 
2228
:ufw-logging-deny - [0:0]
 
2229
:ufw-logging-allow - [0:0]
1229
2230
:ufw-user-limit - [0:0]
1230
2231
:ufw-user-limit-accept - [0:0]
1231
2232
### RULES ###
1234
2235
-A ufw-user-input -p tcp -s 192.168.0.0/16 --sport 80 -j ACCEPT -m comment --comment 'sapp_Apache'
1235
2236
 
1236
2237
### END RULES ###
 
2238
 
 
2239
### LOGGING ###
 
2240
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2241
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2242
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2243
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2244
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2245
### END LOGGING ###
 
2246
 
 
2247
### RATE LIMITING ###
1237
2248
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1238
2249
-A ufw-user-limit -j REJECT
1239
2250
-A ufw-user-limit-accept -j ACCEPT
 
2251
### END RATE LIMITING ###
1240
2252
COMMIT
1241
2253
Rules updated
1242
2254
 
1247
2259
:ufw-user-input - [0:0]
1248
2260
:ufw-user-output - [0:0]
1249
2261
:ufw-user-forward - [0:0]
 
2262
:ufw-before-logging-input - [0:0]
 
2263
:ufw-before-logging-output - [0:0]
 
2264
:ufw-before-logging-forward - [0:0]
 
2265
:ufw-user-logging-input - [0:0]
 
2266
:ufw-user-logging-output - [0:0]
 
2267
:ufw-user-logging-forward - [0:0]
 
2268
:ufw-after-logging-input - [0:0]
 
2269
:ufw-after-logging-output - [0:0]
 
2270
:ufw-after-logging-forward - [0:0]
 
2271
:ufw-logging-deny - [0:0]
 
2272
:ufw-logging-allow - [0:0]
1250
2273
:ufw-user-limit - [0:0]
1251
2274
:ufw-user-limit-accept - [0:0]
1252
2275
### RULES ###
1255
2278
-A ufw-user-input -p tcp -s 192.168.0.0/16 --sport 443 -j ACCEPT -m comment --comment 'sapp_Apache%20Secure'
1256
2279
 
1257
2280
### END RULES ###
 
2281
 
 
2282
### LOGGING ###
 
2283
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2284
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2285
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2286
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2287
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2288
### END LOGGING ###
 
2289
 
 
2290
### RATE LIMITING ###
1258
2291
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1259
2292
-A ufw-user-limit -j REJECT
1260
2293
-A ufw-user-limit-accept -j ACCEPT
 
2294
### END RATE LIMITING ###
1261
2295
COMMIT
1262
2296
Rules updated
1263
2297
 
1268
2302
:ufw-user-input - [0:0]
1269
2303
:ufw-user-output - [0:0]
1270
2304
:ufw-user-forward - [0:0]
 
2305
:ufw-before-logging-input - [0:0]
 
2306
:ufw-before-logging-output - [0:0]
 
2307
:ufw-before-logging-forward - [0:0]
 
2308
:ufw-user-logging-input - [0:0]
 
2309
:ufw-user-logging-output - [0:0]
 
2310
:ufw-user-logging-forward - [0:0]
 
2311
:ufw-after-logging-input - [0:0]
 
2312
:ufw-after-logging-output - [0:0]
 
2313
:ufw-after-logging-forward - [0:0]
 
2314
:ufw-logging-deny - [0:0]
 
2315
:ufw-logging-allow - [0:0]
1271
2316
:ufw-user-limit - [0:0]
1272
2317
:ufw-user-limit-accept - [0:0]
1273
2318
### RULES ###
1276
2321
-A ufw-user-input -p tcp -m multiport --sports 80,443 -s 192.168.0.0/16 -j ACCEPT -m comment --comment 'sapp_Apache%20Full'
1277
2322
 
1278
2323
### END RULES ###
 
2324
 
 
2325
### LOGGING ###
 
2326
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2327
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2328
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2329
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2330
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2331
### END LOGGING ###
 
2332
 
 
2333
### RATE LIMITING ###
1279
2334
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1280
2335
-A ufw-user-limit -j REJECT
1281
2336
-A ufw-user-limit-accept -j ACCEPT
 
2337
### END RATE LIMITING ###
1282
2338
COMMIT
1283
2339
Rules updated
1284
2340
 
1289
2345
:ufw-user-input - [0:0]
1290
2346
:ufw-user-output - [0:0]
1291
2347
:ufw-user-forward - [0:0]
 
2348
:ufw-before-logging-input - [0:0]
 
2349
:ufw-before-logging-output - [0:0]
 
2350
:ufw-before-logging-forward - [0:0]
 
2351
:ufw-user-logging-input - [0:0]
 
2352
:ufw-user-logging-output - [0:0]
 
2353
:ufw-user-logging-forward - [0:0]
 
2354
:ufw-after-logging-input - [0:0]
 
2355
:ufw-after-logging-output - [0:0]
 
2356
:ufw-after-logging-forward - [0:0]
 
2357
:ufw-logging-deny - [0:0]
 
2358
:ufw-logging-allow - [0:0]
1292
2359
:ufw-user-limit - [0:0]
1293
2360
:ufw-user-limit-accept - [0:0]
1294
2361
### RULES ###
1298
2365
-A ufw-user-input -p udp -s 192.168.0.0/16 --sport 53 -j ACCEPT -m comment --comment 'sapp_Bind9'
1299
2366
 
1300
2367
### END RULES ###
 
2368
 
 
2369
### LOGGING ###
 
2370
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2371
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2372
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2373
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2374
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2375
### END LOGGING ###
 
2376
 
 
2377
### RATE LIMITING ###
1301
2378
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1302
2379
-A ufw-user-limit -j REJECT
1303
2380
-A ufw-user-limit-accept -j ACCEPT
 
2381
### END RATE LIMITING ###
1304
2382
COMMIT
1305
2383
Rules updated
1306
2384
 
1311
2389
:ufw-user-input - [0:0]
1312
2390
:ufw-user-output - [0:0]
1313
2391
:ufw-user-forward - [0:0]
 
2392
:ufw-before-logging-input - [0:0]
 
2393
:ufw-before-logging-output - [0:0]
 
2394
:ufw-before-logging-forward - [0:0]
 
2395
:ufw-user-logging-input - [0:0]
 
2396
:ufw-user-logging-output - [0:0]
 
2397
:ufw-user-logging-forward - [0:0]
 
2398
:ufw-after-logging-input - [0:0]
 
2399
:ufw-after-logging-output - [0:0]
 
2400
:ufw-after-logging-forward - [0:0]
 
2401
:ufw-logging-deny - [0:0]
 
2402
:ufw-logging-allow - [0:0]
1314
2403
:ufw-user-limit - [0:0]
1315
2404
:ufw-user-limit-accept - [0:0]
1316
2405
### RULES ###
1319
2408
-A ufw-user-input -p udp -m multiport --sports 137,138 -s 192.168.0.0/16 -j ACCEPT -m comment --comment 'sapp_Samba'
1320
2409
 
1321
2410
### END RULES ###
 
2411
 
 
2412
### LOGGING ###
 
2413
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2414
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2415
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2416
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2417
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2418
### END LOGGING ###
 
2419
 
 
2420
### RATE LIMITING ###
1322
2421
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1323
2422
-A ufw-user-limit -j REJECT
1324
2423
-A ufw-user-limit-accept -j ACCEPT
 
2424
### END RATE LIMITING ###
1325
2425
COMMIT
1326
2426
*filter
1327
2427
:ufw-user-input - [0:0]
1328
2428
:ufw-user-output - [0:0]
1329
2429
:ufw-user-forward - [0:0]
 
2430
:ufw-before-logging-input - [0:0]
 
2431
:ufw-before-logging-output - [0:0]
 
2432
:ufw-before-logging-forward - [0:0]
 
2433
:ufw-user-logging-input - [0:0]
 
2434
:ufw-user-logging-output - [0:0]
 
2435
:ufw-user-logging-forward - [0:0]
 
2436
:ufw-after-logging-input - [0:0]
 
2437
:ufw-after-logging-output - [0:0]
 
2438
:ufw-after-logging-forward - [0:0]
 
2439
:ufw-logging-deny - [0:0]
 
2440
:ufw-logging-allow - [0:0]
1330
2441
:ufw-user-limit - [0:0]
1331
2442
:ufw-user-limit-accept - [0:0]
1332
2443
### RULES ###
1338
2449
-A ufw-user-input -p tcp -m multiport --sports 139,445 -s 192.168.0.0/16 -j ACCEPT -m comment --comment 'sapp_Samba'
1339
2450
 
1340
2451
### END RULES ###
 
2452
 
 
2453
### LOGGING ###
 
2454
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2455
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2456
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2457
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2458
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2459
### END LOGGING ###
 
2460
 
 
2461
### RATE LIMITING ###
1341
2462
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1342
2463
-A ufw-user-limit -j REJECT
1343
2464
-A ufw-user-limit-accept -j ACCEPT
 
2465
### END RATE LIMITING ###
1344
2466
COMMIT
1345
2467
Rules updated
1346
2468
 
1351
2473
:ufw-user-input - [0:0]
1352
2474
:ufw-user-output - [0:0]
1353
2475
:ufw-user-forward - [0:0]
 
2476
:ufw-before-logging-input - [0:0]
 
2477
:ufw-before-logging-output - [0:0]
 
2478
:ufw-before-logging-forward - [0:0]
 
2479
:ufw-user-logging-input - [0:0]
 
2480
:ufw-user-logging-output - [0:0]
 
2481
:ufw-user-logging-forward - [0:0]
 
2482
:ufw-after-logging-input - [0:0]
 
2483
:ufw-after-logging-output - [0:0]
 
2484
:ufw-after-logging-forward - [0:0]
 
2485
:ufw-logging-deny - [0:0]
 
2486
:ufw-logging-allow - [0:0]
1354
2487
:ufw-user-limit - [0:0]
1355
2488
:ufw-user-limit-accept - [0:0]
1356
2489
### RULES ###
1359
2492
-A ufw-user-input -p udp -s 192.168.0.0/16 --sport 123 -j ACCEPT -m comment --comment 'sapp_OpenNTPD'
1360
2493
 
1361
2494
### END RULES ###
 
2495
 
 
2496
### LOGGING ###
 
2497
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2498
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2499
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2500
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2501
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2502
### END LOGGING ###
 
2503
 
 
2504
### RATE LIMITING ###
1362
2505
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1363
2506
-A ufw-user-limit -j REJECT
1364
2507
-A ufw-user-limit-accept -j ACCEPT
 
2508
### END RATE LIMITING ###
1365
2509
COMMIT
1366
2510
Rules updated
1367
2511
 
1372
2516
:ufw-user-input - [0:0]
1373
2517
:ufw-user-output - [0:0]
1374
2518
:ufw-user-forward - [0:0]
 
2519
:ufw-before-logging-input - [0:0]
 
2520
:ufw-before-logging-output - [0:0]
 
2521
:ufw-before-logging-forward - [0:0]
 
2522
:ufw-user-logging-input - [0:0]
 
2523
:ufw-user-logging-output - [0:0]
 
2524
:ufw-user-logging-forward - [0:0]
 
2525
:ufw-after-logging-input - [0:0]
 
2526
:ufw-after-logging-output - [0:0]
 
2527
:ufw-after-logging-forward - [0:0]
 
2528
:ufw-logging-deny - [0:0]
 
2529
:ufw-logging-allow - [0:0]
1375
2530
:ufw-user-limit - [0:0]
1376
2531
:ufw-user-limit-accept - [0:0]
1377
2532
### RULES ###
1380
2535
-A ufw-user-input -p tcp -m multiport --sports 1234,5678 -s 192.168.0.0/16 -j ACCEPT -m comment --comment 'sapp_Multi%20TCP'
1381
2536
 
1382
2537
### END RULES ###
 
2538
 
 
2539
### LOGGING ###
 
2540
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2541
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2542
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2543
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2544
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2545
### END LOGGING ###
 
2546
 
 
2547
### RATE LIMITING ###
1383
2548
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1384
2549
-A ufw-user-limit -j REJECT
1385
2550
-A ufw-user-limit-accept -j ACCEPT
 
2551
### END RATE LIMITING ###
1386
2552
COMMIT
1387
2553
Rules updated
1388
2554
 
1393
2559
:ufw-user-input - [0:0]
1394
2560
:ufw-user-output - [0:0]
1395
2561
:ufw-user-forward - [0:0]
 
2562
:ufw-before-logging-input - [0:0]
 
2563
:ufw-before-logging-output - [0:0]
 
2564
:ufw-before-logging-forward - [0:0]
 
2565
:ufw-user-logging-input - [0:0]
 
2566
:ufw-user-logging-output - [0:0]
 
2567
:ufw-user-logging-forward - [0:0]
 
2568
:ufw-after-logging-input - [0:0]
 
2569
:ufw-after-logging-output - [0:0]
 
2570
:ufw-after-logging-forward - [0:0]
 
2571
:ufw-logging-deny - [0:0]
 
2572
:ufw-logging-allow - [0:0]
1396
2573
:ufw-user-limit - [0:0]
1397
2574
:ufw-user-limit-accept - [0:0]
1398
2575
### RULES ###
1401
2578
-A ufw-user-input -p udp -m multiport --sports 1234,5678 -s 192.168.0.0/16 -j ACCEPT -m comment --comment 'sapp_Multi%20UDP'
1402
2579
 
1403
2580
### END RULES ###
 
2581
 
 
2582
### LOGGING ###
 
2583
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2584
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2585
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2586
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2587
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2588
### END LOGGING ###
 
2589
 
 
2590
### RATE LIMITING ###
1404
2591
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1405
2592
-A ufw-user-limit -j REJECT
1406
2593
-A ufw-user-limit-accept -j ACCEPT
 
2594
### END RATE LIMITING ###
1407
2595
COMMIT
1408
2596
Rules updated
1409
2597
 
1414
2602
:ufw-user-input - [0:0]
1415
2603
:ufw-user-output - [0:0]
1416
2604
:ufw-user-forward - [0:0]
 
2605
:ufw-before-logging-input - [0:0]
 
2606
:ufw-before-logging-output - [0:0]
 
2607
:ufw-before-logging-forward - [0:0]
 
2608
:ufw-user-logging-input - [0:0]
 
2609
:ufw-user-logging-output - [0:0]
 
2610
:ufw-user-logging-forward - [0:0]
 
2611
:ufw-after-logging-input - [0:0]
 
2612
:ufw-after-logging-output - [0:0]
 
2613
:ufw-after-logging-forward - [0:0]
 
2614
:ufw-logging-deny - [0:0]
 
2615
:ufw-logging-allow - [0:0]
1417
2616
:ufw-user-limit - [0:0]
1418
2617
:ufw-user-limit-accept - [0:0]
1419
2618
### RULES ###
1422
2621
-A ufw-user-input -p tcp --sport 80 -j ACCEPT -m comment --comment 'sapp_Apache'
1423
2622
 
1424
2623
### END RULES ###
 
2624
 
 
2625
### LOGGING ###
 
2626
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2627
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2628
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2629
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2630
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2631
### END LOGGING ###
 
2632
 
 
2633
### RATE LIMITING ###
1425
2634
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1426
2635
-A ufw-user-limit -j REJECT
1427
2636
-A ufw-user-limit-accept -j ACCEPT
 
2637
### END RATE LIMITING ###
1428
2638
COMMIT
1429
2639
Rules updated
1430
2640
 
1435
2645
:ufw-user-input - [0:0]
1436
2646
:ufw-user-output - [0:0]
1437
2647
:ufw-user-forward - [0:0]
 
2648
:ufw-before-logging-input - [0:0]
 
2649
:ufw-before-logging-output - [0:0]
 
2650
:ufw-before-logging-forward - [0:0]
 
2651
:ufw-user-logging-input - [0:0]
 
2652
:ufw-user-logging-output - [0:0]
 
2653
:ufw-user-logging-forward - [0:0]
 
2654
:ufw-after-logging-input - [0:0]
 
2655
:ufw-after-logging-output - [0:0]
 
2656
:ufw-after-logging-forward - [0:0]
 
2657
:ufw-logging-deny - [0:0]
 
2658
:ufw-logging-allow - [0:0]
1438
2659
:ufw-user-limit - [0:0]
1439
2660
:ufw-user-limit-accept - [0:0]
1440
2661
### RULES ###
1443
2664
-A ufw-user-input -p tcp --sport 443 -j ACCEPT -m comment --comment 'sapp_Apache%20Secure'
1444
2665
 
1445
2666
### END RULES ###
 
2667
 
 
2668
### LOGGING ###
 
2669
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2670
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2671
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2672
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2673
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2674
### END LOGGING ###
 
2675
 
 
2676
### RATE LIMITING ###
1446
2677
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1447
2678
-A ufw-user-limit -j REJECT
1448
2679
-A ufw-user-limit-accept -j ACCEPT
 
2680
### END RATE LIMITING ###
1449
2681
COMMIT
1450
2682
Rules updated
1451
2683
 
1456
2688
:ufw-user-input - [0:0]
1457
2689
:ufw-user-output - [0:0]
1458
2690
:ufw-user-forward - [0:0]
 
2691
:ufw-before-logging-input - [0:0]
 
2692
:ufw-before-logging-output - [0:0]
 
2693
:ufw-before-logging-forward - [0:0]
 
2694
:ufw-user-logging-input - [0:0]
 
2695
:ufw-user-logging-output - [0:0]
 
2696
:ufw-user-logging-forward - [0:0]
 
2697
:ufw-after-logging-input - [0:0]
 
2698
:ufw-after-logging-output - [0:0]
 
2699
:ufw-after-logging-forward - [0:0]
 
2700
:ufw-logging-deny - [0:0]
 
2701
:ufw-logging-allow - [0:0]
1459
2702
:ufw-user-limit - [0:0]
1460
2703
:ufw-user-limit-accept - [0:0]
1461
2704
### RULES ###
1464
2707
-A ufw-user-input -p tcp -m multiport --sports 80,443 -j ACCEPT -m comment --comment 'sapp_Apache%20Full'
1465
2708
 
1466
2709
### END RULES ###
 
2710
 
 
2711
### LOGGING ###
 
2712
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2713
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2714
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2715
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2716
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2717
### END LOGGING ###
 
2718
 
 
2719
### RATE LIMITING ###
1467
2720
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1468
2721
-A ufw-user-limit -j REJECT
1469
2722
-A ufw-user-limit-accept -j ACCEPT
 
2723
### END RATE LIMITING ###
1470
2724
COMMIT
1471
2725
Rules updated
1472
2726
 
1477
2731
:ufw-user-input - [0:0]
1478
2732
:ufw-user-output - [0:0]
1479
2733
:ufw-user-forward - [0:0]
 
2734
:ufw-before-logging-input - [0:0]
 
2735
:ufw-before-logging-output - [0:0]
 
2736
:ufw-before-logging-forward - [0:0]
 
2737
:ufw-user-logging-input - [0:0]
 
2738
:ufw-user-logging-output - [0:0]
 
2739
:ufw-user-logging-forward - [0:0]
 
2740
:ufw-after-logging-input - [0:0]
 
2741
:ufw-after-logging-output - [0:0]
 
2742
:ufw-after-logging-forward - [0:0]
 
2743
:ufw-logging-deny - [0:0]
 
2744
:ufw-logging-allow - [0:0]
1480
2745
:ufw-user-limit - [0:0]
1481
2746
:ufw-user-limit-accept - [0:0]
1482
2747
### RULES ###
1486
2751
-A ufw-user-input -p udp --sport 53 -j ACCEPT -m comment --comment 'sapp_Bind9'
1487
2752
 
1488
2753
### END RULES ###
 
2754
 
 
2755
### LOGGING ###
 
2756
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2757
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2758
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2759
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2760
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2761
### END LOGGING ###
 
2762
 
 
2763
### RATE LIMITING ###
1489
2764
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1490
2765
-A ufw-user-limit -j REJECT
1491
2766
-A ufw-user-limit-accept -j ACCEPT
 
2767
### END RATE LIMITING ###
1492
2768
COMMIT
1493
2769
Rules updated
1494
2770
 
1499
2775
:ufw-user-input - [0:0]
1500
2776
:ufw-user-output - [0:0]
1501
2777
:ufw-user-forward - [0:0]
 
2778
:ufw-before-logging-input - [0:0]
 
2779
:ufw-before-logging-output - [0:0]
 
2780
:ufw-before-logging-forward - [0:0]
 
2781
:ufw-user-logging-input - [0:0]
 
2782
:ufw-user-logging-output - [0:0]
 
2783
:ufw-user-logging-forward - [0:0]
 
2784
:ufw-after-logging-input - [0:0]
 
2785
:ufw-after-logging-output - [0:0]
 
2786
:ufw-after-logging-forward - [0:0]
 
2787
:ufw-logging-deny - [0:0]
 
2788
:ufw-logging-allow - [0:0]
1502
2789
:ufw-user-limit - [0:0]
1503
2790
:ufw-user-limit-accept - [0:0]
1504
2791
### RULES ###
1507
2794
-A ufw-user-input -p udp -m multiport --sports 137,138 -j ACCEPT -m comment --comment 'sapp_Samba'
1508
2795
 
1509
2796
### END RULES ###
 
2797
 
 
2798
### LOGGING ###
 
2799
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2800
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2801
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2802
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2803
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2804
### END LOGGING ###
 
2805
 
 
2806
### RATE LIMITING ###
1510
2807
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1511
2808
-A ufw-user-limit -j REJECT
1512
2809
-A ufw-user-limit-accept -j ACCEPT
 
2810
### END RATE LIMITING ###
1513
2811
COMMIT
1514
2812
*filter
1515
2813
:ufw-user-input - [0:0]
1516
2814
:ufw-user-output - [0:0]
1517
2815
:ufw-user-forward - [0:0]
 
2816
:ufw-before-logging-input - [0:0]
 
2817
:ufw-before-logging-output - [0:0]
 
2818
:ufw-before-logging-forward - [0:0]
 
2819
:ufw-user-logging-input - [0:0]
 
2820
:ufw-user-logging-output - [0:0]
 
2821
:ufw-user-logging-forward - [0:0]
 
2822
:ufw-after-logging-input - [0:0]
 
2823
:ufw-after-logging-output - [0:0]
 
2824
:ufw-after-logging-forward - [0:0]
 
2825
:ufw-logging-deny - [0:0]
 
2826
:ufw-logging-allow - [0:0]
1518
2827
:ufw-user-limit - [0:0]
1519
2828
:ufw-user-limit-accept - [0:0]
1520
2829
### RULES ###
1526
2835
-A ufw-user-input -p tcp -m multiport --sports 139,445 -j ACCEPT -m comment --comment 'sapp_Samba'
1527
2836
 
1528
2837
### END RULES ###
 
2838
 
 
2839
### LOGGING ###
 
2840
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2841
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2842
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2843
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2844
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2845
### END LOGGING ###
 
2846
 
 
2847
### RATE LIMITING ###
1529
2848
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1530
2849
-A ufw-user-limit -j REJECT
1531
2850
-A ufw-user-limit-accept -j ACCEPT
 
2851
### END RATE LIMITING ###
1532
2852
COMMIT
1533
2853
Rules updated
1534
2854
 
1539
2859
:ufw-user-input - [0:0]
1540
2860
:ufw-user-output - [0:0]
1541
2861
:ufw-user-forward - [0:0]
 
2862
:ufw-before-logging-input - [0:0]
 
2863
:ufw-before-logging-output - [0:0]
 
2864
:ufw-before-logging-forward - [0:0]
 
2865
:ufw-user-logging-input - [0:0]
 
2866
:ufw-user-logging-output - [0:0]
 
2867
:ufw-user-logging-forward - [0:0]
 
2868
:ufw-after-logging-input - [0:0]
 
2869
:ufw-after-logging-output - [0:0]
 
2870
:ufw-after-logging-forward - [0:0]
 
2871
:ufw-logging-deny - [0:0]
 
2872
:ufw-logging-allow - [0:0]
1542
2873
:ufw-user-limit - [0:0]
1543
2874
:ufw-user-limit-accept - [0:0]
1544
2875
### RULES ###
1547
2878
-A ufw-user-input -p udp --sport 123 -j ACCEPT -m comment --comment 'sapp_OpenNTPD'
1548
2879
 
1549
2880
### END RULES ###
 
2881
 
 
2882
### LOGGING ###
 
2883
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2884
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2885
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2886
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2887
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2888
### END LOGGING ###
 
2889
 
 
2890
### RATE LIMITING ###
1550
2891
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1551
2892
-A ufw-user-limit -j REJECT
1552
2893
-A ufw-user-limit-accept -j ACCEPT
 
2894
### END RATE LIMITING ###
1553
2895
COMMIT
1554
2896
Rules updated
1555
2897
 
1560
2902
:ufw-user-input - [0:0]
1561
2903
:ufw-user-output - [0:0]
1562
2904
:ufw-user-forward - [0:0]
 
2905
:ufw-before-logging-input - [0:0]
 
2906
:ufw-before-logging-output - [0:0]
 
2907
:ufw-before-logging-forward - [0:0]
 
2908
:ufw-user-logging-input - [0:0]
 
2909
:ufw-user-logging-output - [0:0]
 
2910
:ufw-user-logging-forward - [0:0]
 
2911
:ufw-after-logging-input - [0:0]
 
2912
:ufw-after-logging-output - [0:0]
 
2913
:ufw-after-logging-forward - [0:0]
 
2914
:ufw-logging-deny - [0:0]
 
2915
:ufw-logging-allow - [0:0]
1563
2916
:ufw-user-limit - [0:0]
1564
2917
:ufw-user-limit-accept - [0:0]
1565
2918
### RULES ###
1568
2921
-A ufw-user-input -p tcp -m multiport --sports 1234,5678 -j ACCEPT -m comment --comment 'sapp_Multi%20TCP'
1569
2922
 
1570
2923
### END RULES ###
 
2924
 
 
2925
### LOGGING ###
 
2926
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2927
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2928
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2929
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2930
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2931
### END LOGGING ###
 
2932
 
 
2933
### RATE LIMITING ###
1571
2934
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1572
2935
-A ufw-user-limit -j REJECT
1573
2936
-A ufw-user-limit-accept -j ACCEPT
 
2937
### END RATE LIMITING ###
1574
2938
COMMIT
1575
2939
Rules updated
1576
2940
 
1581
2945
:ufw-user-input - [0:0]
1582
2946
:ufw-user-output - [0:0]
1583
2947
:ufw-user-forward - [0:0]
 
2948
:ufw-before-logging-input - [0:0]
 
2949
:ufw-before-logging-output - [0:0]
 
2950
:ufw-before-logging-forward - [0:0]
 
2951
:ufw-user-logging-input - [0:0]
 
2952
:ufw-user-logging-output - [0:0]
 
2953
:ufw-user-logging-forward - [0:0]
 
2954
:ufw-after-logging-input - [0:0]
 
2955
:ufw-after-logging-output - [0:0]
 
2956
:ufw-after-logging-forward - [0:0]
 
2957
:ufw-logging-deny - [0:0]
 
2958
:ufw-logging-allow - [0:0]
1584
2959
:ufw-user-limit - [0:0]
1585
2960
:ufw-user-limit-accept - [0:0]
1586
2961
### RULES ###
1589
2964
-A ufw-user-input -p udp -m multiport --sports 1234,5678 -j ACCEPT -m comment --comment 'sapp_Multi%20UDP'
1590
2965
 
1591
2966
### END RULES ###
 
2967
 
 
2968
### LOGGING ###
 
2969
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2970
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2971
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
2972
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
2973
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
2974
### END LOGGING ###
 
2975
 
 
2976
### RATE LIMITING ###
1592
2977
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1593
2978
-A ufw-user-limit -j REJECT
1594
2979
-A ufw-user-limit-accept -j ACCEPT
 
2980
### END RATE LIMITING ###
1595
2981
COMMIT
1596
2982
Rules updated
1597
2983
 
1602
2988
:ufw-user-input - [0:0]
1603
2989
:ufw-user-output - [0:0]
1604
2990
:ufw-user-forward - [0:0]
 
2991
:ufw-before-logging-input - [0:0]
 
2992
:ufw-before-logging-output - [0:0]
 
2993
:ufw-before-logging-forward - [0:0]
 
2994
:ufw-user-logging-input - [0:0]
 
2995
:ufw-user-logging-output - [0:0]
 
2996
:ufw-user-logging-forward - [0:0]
 
2997
:ufw-after-logging-input - [0:0]
 
2998
:ufw-after-logging-output - [0:0]
 
2999
:ufw-after-logging-forward - [0:0]
 
3000
:ufw-logging-deny - [0:0]
 
3001
:ufw-logging-allow - [0:0]
1605
3002
:ufw-user-limit - [0:0]
1606
3003
:ufw-user-limit-accept - [0:0]
1607
3004
### RULES ###
1610
3007
-A ufw-user-input -p tcp -d 192.168.0.2 --dport 8080 -s 192.168.0.1 --sport 80 -j ACCEPT -m comment --comment 'sapp_Apache'
1611
3008
 
1612
3009
### END RULES ###
 
3010
 
 
3011
### LOGGING ###
 
3012
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3013
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3014
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3015
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3016
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3017
### END LOGGING ###
 
3018
 
 
3019
### RATE LIMITING ###
1613
3020
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1614
3021
-A ufw-user-limit -j REJECT
1615
3022
-A ufw-user-limit-accept -j ACCEPT
 
3023
### END RATE LIMITING ###
1616
3024
COMMIT
1617
3025
Rules updated
1618
3026
 
1623
3031
:ufw-user-input - [0:0]
1624
3032
:ufw-user-output - [0:0]
1625
3033
:ufw-user-forward - [0:0]
 
3034
:ufw-before-logging-input - [0:0]
 
3035
:ufw-before-logging-output - [0:0]
 
3036
:ufw-before-logging-forward - [0:0]
 
3037
:ufw-user-logging-input - [0:0]
 
3038
:ufw-user-logging-output - [0:0]
 
3039
:ufw-user-logging-forward - [0:0]
 
3040
:ufw-after-logging-input - [0:0]
 
3041
:ufw-after-logging-output - [0:0]
 
3042
:ufw-after-logging-forward - [0:0]
 
3043
:ufw-logging-deny - [0:0]
 
3044
:ufw-logging-allow - [0:0]
1626
3045
:ufw-user-limit - [0:0]
1627
3046
:ufw-user-limit-accept - [0:0]
1628
3047
### RULES ###
1631
3050
-A ufw-user-input -p udp -d 192.168.0.2 --dport 10123 -s 192.168.0.1 --sport 123 -j ACCEPT -m comment --comment 'sapp_OpenNTPD'
1632
3051
 
1633
3052
### END RULES ###
 
3053
 
 
3054
### LOGGING ###
 
3055
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3056
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3057
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3058
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3059
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3060
### END LOGGING ###
 
3061
 
 
3062
### RATE LIMITING ###
1634
3063
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1635
3064
-A ufw-user-limit -j REJECT
1636
3065
-A ufw-user-limit-accept -j ACCEPT
 
3066
### END RATE LIMITING ###
1637
3067
COMMIT
1638
3068
Rules updated
1639
3069
 
1644
3074
:ufw-user-input - [0:0]
1645
3075
:ufw-user-output - [0:0]
1646
3076
:ufw-user-forward - [0:0]
 
3077
:ufw-before-logging-input - [0:0]
 
3078
:ufw-before-logging-output - [0:0]
 
3079
:ufw-before-logging-forward - [0:0]
 
3080
:ufw-user-logging-input - [0:0]
 
3081
:ufw-user-logging-output - [0:0]
 
3082
:ufw-user-logging-forward - [0:0]
 
3083
:ufw-after-logging-input - [0:0]
 
3084
:ufw-after-logging-output - [0:0]
 
3085
:ufw-after-logging-forward - [0:0]
 
3086
:ufw-logging-deny - [0:0]
 
3087
:ufw-logging-allow - [0:0]
1647
3088
:ufw-user-limit - [0:0]
1648
3089
:ufw-user-limit-accept - [0:0]
1649
3090
### RULES ###
1652
3093
-A ufw-user-input -p udp -m multiport --dports 53 -m multiport --sports 137,138 -d 192.168.0.2 -s 192.168.0.1 -j ACCEPT -m comment --comment 'dapp_Bind9,sapp_Samba'
1653
3094
 
1654
3095
### END RULES ###
 
3096
 
 
3097
### LOGGING ###
 
3098
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3099
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3100
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3101
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3102
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3103
### END LOGGING ###
 
3104
 
 
3105
### RATE LIMITING ###
1655
3106
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1656
3107
-A ufw-user-limit -j REJECT
1657
3108
-A ufw-user-limit-accept -j ACCEPT
 
3109
### END RATE LIMITING ###
1658
3110
COMMIT
1659
3111
*filter
1660
3112
:ufw-user-input - [0:0]
1661
3113
:ufw-user-output - [0:0]
1662
3114
:ufw-user-forward - [0:0]
 
3115
:ufw-before-logging-input - [0:0]
 
3116
:ufw-before-logging-output - [0:0]
 
3117
:ufw-before-logging-forward - [0:0]
 
3118
:ufw-user-logging-input - [0:0]
 
3119
:ufw-user-logging-output - [0:0]
 
3120
:ufw-user-logging-forward - [0:0]
 
3121
:ufw-after-logging-input - [0:0]
 
3122
:ufw-after-logging-output - [0:0]
 
3123
:ufw-after-logging-forward - [0:0]
 
3124
:ufw-logging-deny - [0:0]
 
3125
:ufw-logging-allow - [0:0]
1663
3126
:ufw-user-limit - [0:0]
1664
3127
:ufw-user-limit-accept - [0:0]
1665
3128
### RULES ###
1671
3134
-A ufw-user-input -p tcp -m multiport --dports 53 -m multiport --sports 139,445 -d 192.168.0.2 -s 192.168.0.1 -j ACCEPT -m comment --comment 'dapp_Bind9,sapp_Samba'
1672
3135
 
1673
3136
### END RULES ###
 
3137
 
 
3138
### LOGGING ###
 
3139
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3140
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3141
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3142
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3143
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3144
### END LOGGING ###
 
3145
 
 
3146
### RATE LIMITING ###
1674
3147
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1675
3148
-A ufw-user-limit -j REJECT
1676
3149
-A ufw-user-limit-accept -j ACCEPT
 
3150
### END RATE LIMITING ###
1677
3151
COMMIT
1678
3152
Rules updated
1679
3153
 
1684
3158
:ufw-user-input - [0:0]
1685
3159
:ufw-user-output - [0:0]
1686
3160
:ufw-user-forward - [0:0]
 
3161
:ufw-before-logging-input - [0:0]
 
3162
:ufw-before-logging-output - [0:0]
 
3163
:ufw-before-logging-forward - [0:0]
 
3164
:ufw-user-logging-input - [0:0]
 
3165
:ufw-user-logging-output - [0:0]
 
3166
:ufw-user-logging-forward - [0:0]
 
3167
:ufw-after-logging-input - [0:0]
 
3168
:ufw-after-logging-output - [0:0]
 
3169
:ufw-after-logging-forward - [0:0]
 
3170
:ufw-logging-deny - [0:0]
 
3171
:ufw-logging-allow - [0:0]
1687
3172
:ufw-user-limit - [0:0]
1688
3173
:ufw-user-limit-accept - [0:0]
1689
3174
### RULES ###
1692
3177
-A ufw-user-input -p udp -m multiport --dports 22 -m multiport --sports 137,138 -d 192.168.0.2 -s 192.168.0.1 -j ACCEPT -m comment --comment 'sapp_Samba'
1693
3178
 
1694
3179
### END RULES ###
 
3180
 
 
3181
### LOGGING ###
 
3182
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3183
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3184
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3185
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3186
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3187
### END LOGGING ###
 
3188
 
 
3189
### RATE LIMITING ###
1695
3190
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1696
3191
-A ufw-user-limit -j REJECT
1697
3192
-A ufw-user-limit-accept -j ACCEPT
 
3193
### END RATE LIMITING ###
1698
3194
COMMIT
1699
3195
*filter
1700
3196
:ufw-user-input - [0:0]
1701
3197
:ufw-user-output - [0:0]
1702
3198
:ufw-user-forward - [0:0]
 
3199
:ufw-before-logging-input - [0:0]
 
3200
:ufw-before-logging-output - [0:0]
 
3201
:ufw-before-logging-forward - [0:0]
 
3202
:ufw-user-logging-input - [0:0]
 
3203
:ufw-user-logging-output - [0:0]
 
3204
:ufw-user-logging-forward - [0:0]
 
3205
:ufw-after-logging-input - [0:0]
 
3206
:ufw-after-logging-output - [0:0]
 
3207
:ufw-after-logging-forward - [0:0]
 
3208
:ufw-logging-deny - [0:0]
 
3209
:ufw-logging-allow - [0:0]
1703
3210
:ufw-user-limit - [0:0]
1704
3211
:ufw-user-limit-accept - [0:0]
1705
3212
### RULES ###
1711
3218
-A ufw-user-input -p tcp -m multiport --dports 22 -m multiport --sports 139,445 -d 192.168.0.2 -s 192.168.0.1 -j ACCEPT -m comment --comment 'sapp_Samba'
1712
3219
 
1713
3220
### END RULES ###
 
3221
 
 
3222
### LOGGING ###
 
3223
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3224
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3225
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3226
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3227
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3228
### END LOGGING ###
 
3229
 
 
3230
### RATE LIMITING ###
1714
3231
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1715
3232
-A ufw-user-limit -j REJECT
1716
3233
-A ufw-user-limit-accept -j ACCEPT
 
3234
### END RATE LIMITING ###
1717
3235
COMMIT
1718
3236
Rules updated
1719
3237
 
1724
3242
:ufw-user-input - [0:0]
1725
3243
:ufw-user-output - [0:0]
1726
3244
:ufw-user-forward - [0:0]
 
3245
:ufw-before-logging-input - [0:0]
 
3246
:ufw-before-logging-output - [0:0]
 
3247
:ufw-before-logging-forward - [0:0]
 
3248
:ufw-user-logging-input - [0:0]
 
3249
:ufw-user-logging-output - [0:0]
 
3250
:ufw-user-logging-forward - [0:0]
 
3251
:ufw-after-logging-input - [0:0]
 
3252
:ufw-after-logging-output - [0:0]
 
3253
:ufw-after-logging-forward - [0:0]
 
3254
:ufw-logging-deny - [0:0]
 
3255
:ufw-logging-allow - [0:0]
1727
3256
:ufw-user-limit - [0:0]
1728
3257
:ufw-user-limit-accept - [0:0]
1729
3258
### RULES ###
1732
3261
-A ufw-user-input -p tcp -m multiport --dports 80,443 -m multiport --sports 80 -d 192.168.0.2 -s 192.168.0.1 -j ACCEPT -m comment --comment 'dapp_Apache%20Full,sapp_Apache'
1733
3262
 
1734
3263
### END RULES ###
 
3264
 
 
3265
### LOGGING ###
 
3266
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3267
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3268
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3269
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3270
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3271
### END LOGGING ###
 
3272
 
 
3273
### RATE LIMITING ###
1735
3274
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1736
3275
-A ufw-user-limit -j REJECT
1737
3276
-A ufw-user-limit-accept -j ACCEPT
 
3277
### END RATE LIMITING ###
1738
3278
COMMIT
1739
3279
Rules updated
1740
3280
 
1745
3285
:ufw-user-input - [0:0]
1746
3286
:ufw-user-output - [0:0]
1747
3287
:ufw-user-forward - [0:0]
 
3288
:ufw-before-logging-input - [0:0]
 
3289
:ufw-before-logging-output - [0:0]
 
3290
:ufw-before-logging-forward - [0:0]
 
3291
:ufw-user-logging-input - [0:0]
 
3292
:ufw-user-logging-output - [0:0]
 
3293
:ufw-user-logging-forward - [0:0]
 
3294
:ufw-after-logging-input - [0:0]
 
3295
:ufw-after-logging-output - [0:0]
 
3296
:ufw-after-logging-forward - [0:0]
 
3297
:ufw-logging-deny - [0:0]
 
3298
:ufw-logging-allow - [0:0]
1748
3299
:ufw-user-limit - [0:0]
1749
3300
:ufw-user-limit-accept - [0:0]
1750
3301
### RULES ###
1753
3304
-A ufw-user-input -p tcp -d 192.168.0.1 --dport 80 -s 192.168.0.2 --sport 8080 -j ACCEPT -m comment --comment 'dapp_Apache'
1754
3305
 
1755
3306
### END RULES ###
 
3307
 
 
3308
### LOGGING ###
 
3309
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3310
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3311
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3312
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3313
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3314
### END LOGGING ###
 
3315
 
 
3316
### RATE LIMITING ###
1756
3317
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1757
3318
-A ufw-user-limit -j REJECT
1758
3319
-A ufw-user-limit-accept -j ACCEPT
 
3320
### END RATE LIMITING ###
1759
3321
COMMIT
1760
3322
Rules updated
1761
3323
 
1766
3328
:ufw-user-input - [0:0]
1767
3329
:ufw-user-output - [0:0]
1768
3330
:ufw-user-forward - [0:0]
 
3331
:ufw-before-logging-input - [0:0]
 
3332
:ufw-before-logging-output - [0:0]
 
3333
:ufw-before-logging-forward - [0:0]
 
3334
:ufw-user-logging-input - [0:0]
 
3335
:ufw-user-logging-output - [0:0]
 
3336
:ufw-user-logging-forward - [0:0]
 
3337
:ufw-after-logging-input - [0:0]
 
3338
:ufw-after-logging-output - [0:0]
 
3339
:ufw-after-logging-forward - [0:0]
 
3340
:ufw-logging-deny - [0:0]
 
3341
:ufw-logging-allow - [0:0]
1769
3342
:ufw-user-limit - [0:0]
1770
3343
:ufw-user-limit-accept - [0:0]
1771
3344
### RULES ###
1774
3347
-A ufw-user-input -p udp -d 192.168.0.1 --dport 123 -s 192.168.0.2 --sport 10123 -j ACCEPT -m comment --comment 'dapp_OpenNTPD'
1775
3348
 
1776
3349
### END RULES ###
 
3350
 
 
3351
### LOGGING ###
 
3352
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3353
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3354
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3355
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3356
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3357
### END LOGGING ###
 
3358
 
 
3359
### RATE LIMITING ###
1777
3360
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1778
3361
-A ufw-user-limit -j REJECT
1779
3362
-A ufw-user-limit-accept -j ACCEPT
 
3363
### END RATE LIMITING ###
1780
3364
COMMIT
1781
3365
Rules updated
1782
3366
 
1787
3371
:ufw-user-input - [0:0]
1788
3372
:ufw-user-output - [0:0]
1789
3373
:ufw-user-forward - [0:0]
 
3374
:ufw-before-logging-input - [0:0]
 
3375
:ufw-before-logging-output - [0:0]
 
3376
:ufw-before-logging-forward - [0:0]
 
3377
:ufw-user-logging-input - [0:0]
 
3378
:ufw-user-logging-output - [0:0]
 
3379
:ufw-user-logging-forward - [0:0]
 
3380
:ufw-after-logging-input - [0:0]
 
3381
:ufw-after-logging-output - [0:0]
 
3382
:ufw-after-logging-forward - [0:0]
 
3383
:ufw-logging-deny - [0:0]
 
3384
:ufw-logging-allow - [0:0]
1790
3385
:ufw-user-limit - [0:0]
1791
3386
:ufw-user-limit-accept - [0:0]
1792
3387
### RULES ###
1795
3390
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 53 -d 192.168.0.1 -s 192.168.0.2 -j ACCEPT -m comment --comment 'dapp_Samba,sapp_Bind9'
1796
3391
 
1797
3392
### END RULES ###
 
3393
 
 
3394
### LOGGING ###
 
3395
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3396
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3397
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3398
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3399
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3400
### END LOGGING ###
 
3401
 
 
3402
### RATE LIMITING ###
1798
3403
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1799
3404
-A ufw-user-limit -j REJECT
1800
3405
-A ufw-user-limit-accept -j ACCEPT
 
3406
### END RATE LIMITING ###
1801
3407
COMMIT
1802
3408
*filter
1803
3409
:ufw-user-input - [0:0]
1804
3410
:ufw-user-output - [0:0]
1805
3411
:ufw-user-forward - [0:0]
 
3412
:ufw-before-logging-input - [0:0]
 
3413
:ufw-before-logging-output - [0:0]
 
3414
:ufw-before-logging-forward - [0:0]
 
3415
:ufw-user-logging-input - [0:0]
 
3416
:ufw-user-logging-output - [0:0]
 
3417
:ufw-user-logging-forward - [0:0]
 
3418
:ufw-after-logging-input - [0:0]
 
3419
:ufw-after-logging-output - [0:0]
 
3420
:ufw-after-logging-forward - [0:0]
 
3421
:ufw-logging-deny - [0:0]
 
3422
:ufw-logging-allow - [0:0]
1806
3423
:ufw-user-limit - [0:0]
1807
3424
:ufw-user-limit-accept - [0:0]
1808
3425
### RULES ###
1814
3431
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 53 -d 192.168.0.1 -s 192.168.0.2 -j ACCEPT -m comment --comment 'dapp_Samba,sapp_Bind9'
1815
3432
 
1816
3433
### END RULES ###
 
3434
 
 
3435
### LOGGING ###
 
3436
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3437
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3438
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3439
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3440
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3441
### END LOGGING ###
 
3442
 
 
3443
### RATE LIMITING ###
1817
3444
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1818
3445
-A ufw-user-limit -j REJECT
1819
3446
-A ufw-user-limit-accept -j ACCEPT
 
3447
### END RATE LIMITING ###
1820
3448
COMMIT
1821
3449
Rules updated
1822
3450
 
1827
3455
:ufw-user-input - [0:0]
1828
3456
:ufw-user-output - [0:0]
1829
3457
:ufw-user-forward - [0:0]
 
3458
:ufw-before-logging-input - [0:0]
 
3459
:ufw-before-logging-output - [0:0]
 
3460
:ufw-before-logging-forward - [0:0]
 
3461
:ufw-user-logging-input - [0:0]
 
3462
:ufw-user-logging-output - [0:0]
 
3463
:ufw-user-logging-forward - [0:0]
 
3464
:ufw-after-logging-input - [0:0]
 
3465
:ufw-after-logging-output - [0:0]
 
3466
:ufw-after-logging-forward - [0:0]
 
3467
:ufw-logging-deny - [0:0]
 
3468
:ufw-logging-allow - [0:0]
1830
3469
:ufw-user-limit - [0:0]
1831
3470
:ufw-user-limit-accept - [0:0]
1832
3471
### RULES ###
1835
3474
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 22 -d 192.168.0.1 -s 192.168.0.2 -j ACCEPT -m comment --comment 'dapp_Samba'
1836
3475
 
1837
3476
### END RULES ###
 
3477
 
 
3478
### LOGGING ###
 
3479
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3480
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3481
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3482
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3483
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3484
### END LOGGING ###
 
3485
 
 
3486
### RATE LIMITING ###
1838
3487
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1839
3488
-A ufw-user-limit -j REJECT
1840
3489
-A ufw-user-limit-accept -j ACCEPT
 
3490
### END RATE LIMITING ###
1841
3491
COMMIT
1842
3492
*filter
1843
3493
:ufw-user-input - [0:0]
1844
3494
:ufw-user-output - [0:0]
1845
3495
:ufw-user-forward - [0:0]
 
3496
:ufw-before-logging-input - [0:0]
 
3497
:ufw-before-logging-output - [0:0]
 
3498
:ufw-before-logging-forward - [0:0]
 
3499
:ufw-user-logging-input - [0:0]
 
3500
:ufw-user-logging-output - [0:0]
 
3501
:ufw-user-logging-forward - [0:0]
 
3502
:ufw-after-logging-input - [0:0]
 
3503
:ufw-after-logging-output - [0:0]
 
3504
:ufw-after-logging-forward - [0:0]
 
3505
:ufw-logging-deny - [0:0]
 
3506
:ufw-logging-allow - [0:0]
1846
3507
:ufw-user-limit - [0:0]
1847
3508
:ufw-user-limit-accept - [0:0]
1848
3509
### RULES ###
1854
3515
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 22 -d 192.168.0.1 -s 192.168.0.2 -j ACCEPT -m comment --comment 'dapp_Samba'
1855
3516
 
1856
3517
### END RULES ###
 
3518
 
 
3519
### LOGGING ###
 
3520
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3521
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3522
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3523
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3524
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3525
### END LOGGING ###
 
3526
 
 
3527
### RATE LIMITING ###
1857
3528
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1858
3529
-A ufw-user-limit -j REJECT
1859
3530
-A ufw-user-limit-accept -j ACCEPT
 
3531
### END RATE LIMITING ###
1860
3532
COMMIT
1861
3533
Rules updated
1862
3534
 
1867
3539
:ufw-user-input - [0:0]
1868
3540
:ufw-user-output - [0:0]
1869
3541
:ufw-user-forward - [0:0]
 
3542
:ufw-before-logging-input - [0:0]
 
3543
:ufw-before-logging-output - [0:0]
 
3544
:ufw-before-logging-forward - [0:0]
 
3545
:ufw-user-logging-input - [0:0]
 
3546
:ufw-user-logging-output - [0:0]
 
3547
:ufw-user-logging-forward - [0:0]
 
3548
:ufw-after-logging-input - [0:0]
 
3549
:ufw-after-logging-output - [0:0]
 
3550
:ufw-after-logging-forward - [0:0]
 
3551
:ufw-logging-deny - [0:0]
 
3552
:ufw-logging-allow - [0:0]
1870
3553
:ufw-user-limit - [0:0]
1871
3554
:ufw-user-limit-accept - [0:0]
1872
3555
### RULES ###
1875
3558
-A ufw-user-input -p tcp -m multiport --dports 80 -m multiport --sports 80,443 -d 192.168.0.1 -s 192.168.0.2 -j ACCEPT -m comment --comment 'dapp_Apache,sapp_Apache%20Full'
1876
3559
 
1877
3560
### END RULES ###
 
3561
 
 
3562
### LOGGING ###
 
3563
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3564
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3565
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3566
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3567
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3568
### END LOGGING ###
 
3569
 
 
3570
### RATE LIMITING ###
1878
3571
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1879
3572
-A ufw-user-limit -j REJECT
1880
3573
-A ufw-user-limit-accept -j ACCEPT
 
3574
### END RATE LIMITING ###
1881
3575
COMMIT
1882
3576
Rules updated
1883
3577
 
1888
3582
:ufw-user-input - [0:0]
1889
3583
:ufw-user-output - [0:0]
1890
3584
:ufw-user-forward - [0:0]
 
3585
:ufw-before-logging-input - [0:0]
 
3586
:ufw-before-logging-output - [0:0]
 
3587
:ufw-before-logging-forward - [0:0]
 
3588
:ufw-user-logging-input - [0:0]
 
3589
:ufw-user-logging-output - [0:0]
 
3590
:ufw-user-logging-forward - [0:0]
 
3591
:ufw-after-logging-input - [0:0]
 
3592
:ufw-after-logging-output - [0:0]
 
3593
:ufw-after-logging-forward - [0:0]
 
3594
:ufw-logging-deny - [0:0]
 
3595
:ufw-logging-allow - [0:0]
1891
3596
:ufw-user-limit - [0:0]
1892
3597
:ufw-user-limit-accept - [0:0]
1893
3598
### RULES ###
1896
3601
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 137,138 -d 192.168.0.1 -s 192.168.0.1 -j ACCEPT -m comment --comment 'dapp_Samba,sapp_Samba'
1897
3602
 
1898
3603
### END RULES ###
 
3604
 
 
3605
### LOGGING ###
 
3606
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3607
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3608
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3609
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3610
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3611
### END LOGGING ###
 
3612
 
 
3613
### RATE LIMITING ###
1899
3614
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1900
3615
-A ufw-user-limit -j REJECT
1901
3616
-A ufw-user-limit-accept -j ACCEPT
 
3617
### END RATE LIMITING ###
1902
3618
COMMIT
1903
3619
*filter
1904
3620
:ufw-user-input - [0:0]
1905
3621
:ufw-user-output - [0:0]
1906
3622
:ufw-user-forward - [0:0]
 
3623
:ufw-before-logging-input - [0:0]
 
3624
:ufw-before-logging-output - [0:0]
 
3625
:ufw-before-logging-forward - [0:0]
 
3626
:ufw-user-logging-input - [0:0]
 
3627
:ufw-user-logging-output - [0:0]
 
3628
:ufw-user-logging-forward - [0:0]
 
3629
:ufw-after-logging-input - [0:0]
 
3630
:ufw-after-logging-output - [0:0]
 
3631
:ufw-after-logging-forward - [0:0]
 
3632
:ufw-logging-deny - [0:0]
 
3633
:ufw-logging-allow - [0:0]
1907
3634
:ufw-user-limit - [0:0]
1908
3635
:ufw-user-limit-accept - [0:0]
1909
3636
### RULES ###
1915
3642
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 139,445 -d 192.168.0.1 -s 192.168.0.1 -j ACCEPT -m comment --comment 'dapp_Samba,sapp_Samba'
1916
3643
 
1917
3644
### END RULES ###
 
3645
 
 
3646
### LOGGING ###
 
3647
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3648
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3649
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3650
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3651
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3652
### END LOGGING ###
 
3653
 
 
3654
### RATE LIMITING ###
1918
3655
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1919
3656
-A ufw-user-limit -j REJECT
1920
3657
-A ufw-user-limit-accept -j ACCEPT
 
3658
### END RATE LIMITING ###
1921
3659
COMMIT
1922
3660
Rules updated
1923
3661
 
1928
3666
:ufw-user-input - [0:0]
1929
3667
:ufw-user-output - [0:0]
1930
3668
:ufw-user-forward - [0:0]
 
3669
:ufw-before-logging-input - [0:0]
 
3670
:ufw-before-logging-output - [0:0]
 
3671
:ufw-before-logging-forward - [0:0]
 
3672
:ufw-user-logging-input - [0:0]
 
3673
:ufw-user-logging-output - [0:0]
 
3674
:ufw-user-logging-forward - [0:0]
 
3675
:ufw-after-logging-input - [0:0]
 
3676
:ufw-after-logging-output - [0:0]
 
3677
:ufw-after-logging-forward - [0:0]
 
3678
:ufw-logging-deny - [0:0]
 
3679
:ufw-logging-allow - [0:0]
1931
3680
:ufw-user-limit - [0:0]
1932
3681
:ufw-user-limit-accept - [0:0]
1933
3682
### RULES ###
1936
3685
-A ufw-user-input -p tcp --dport 8080 --sport 80 -j ACCEPT -m comment --comment 'sapp_Apache'
1937
3686
 
1938
3687
### END RULES ###
 
3688
 
 
3689
### LOGGING ###
 
3690
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3691
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3692
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3693
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3694
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3695
### END LOGGING ###
 
3696
 
 
3697
### RATE LIMITING ###
1939
3698
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1940
3699
-A ufw-user-limit -j REJECT
1941
3700
-A ufw-user-limit-accept -j ACCEPT
 
3701
### END RATE LIMITING ###
1942
3702
COMMIT
1943
3703
Rules updated
1944
3704
 
1949
3709
:ufw-user-input - [0:0]
1950
3710
:ufw-user-output - [0:0]
1951
3711
:ufw-user-forward - [0:0]
 
3712
:ufw-before-logging-input - [0:0]
 
3713
:ufw-before-logging-output - [0:0]
 
3714
:ufw-before-logging-forward - [0:0]
 
3715
:ufw-user-logging-input - [0:0]
 
3716
:ufw-user-logging-output - [0:0]
 
3717
:ufw-user-logging-forward - [0:0]
 
3718
:ufw-after-logging-input - [0:0]
 
3719
:ufw-after-logging-output - [0:0]
 
3720
:ufw-after-logging-forward - [0:0]
 
3721
:ufw-logging-deny - [0:0]
 
3722
:ufw-logging-allow - [0:0]
1952
3723
:ufw-user-limit - [0:0]
1953
3724
:ufw-user-limit-accept - [0:0]
1954
3725
### RULES ###
1957
3728
-A ufw-user-input -p udp --dport 10123 --sport 123 -j ACCEPT -m comment --comment 'sapp_OpenNTPD'
1958
3729
 
1959
3730
### END RULES ###
 
3731
 
 
3732
### LOGGING ###
 
3733
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3734
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3735
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3736
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3737
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3738
### END LOGGING ###
 
3739
 
 
3740
### RATE LIMITING ###
1960
3741
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1961
3742
-A ufw-user-limit -j REJECT
1962
3743
-A ufw-user-limit-accept -j ACCEPT
 
3744
### END RATE LIMITING ###
1963
3745
COMMIT
1964
3746
Rules updated
1965
3747
 
1970
3752
:ufw-user-input - [0:0]
1971
3753
:ufw-user-output - [0:0]
1972
3754
:ufw-user-forward - [0:0]
 
3755
:ufw-before-logging-input - [0:0]
 
3756
:ufw-before-logging-output - [0:0]
 
3757
:ufw-before-logging-forward - [0:0]
 
3758
:ufw-user-logging-input - [0:0]
 
3759
:ufw-user-logging-output - [0:0]
 
3760
:ufw-user-logging-forward - [0:0]
 
3761
:ufw-after-logging-input - [0:0]
 
3762
:ufw-after-logging-output - [0:0]
 
3763
:ufw-after-logging-forward - [0:0]
 
3764
:ufw-logging-deny - [0:0]
 
3765
:ufw-logging-allow - [0:0]
1973
3766
:ufw-user-limit - [0:0]
1974
3767
:ufw-user-limit-accept - [0:0]
1975
3768
### RULES ###
1978
3771
-A ufw-user-input -p udp -m multiport --dports 53 -m multiport --sports 137,138 -j ACCEPT -m comment --comment 'dapp_Bind9,sapp_Samba'
1979
3772
 
1980
3773
### END RULES ###
 
3774
 
 
3775
### LOGGING ###
 
3776
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3777
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3778
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3779
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3780
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3781
### END LOGGING ###
 
3782
 
 
3783
### RATE LIMITING ###
1981
3784
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
1982
3785
-A ufw-user-limit -j REJECT
1983
3786
-A ufw-user-limit-accept -j ACCEPT
 
3787
### END RATE LIMITING ###
1984
3788
COMMIT
1985
3789
*filter
1986
3790
:ufw-user-input - [0:0]
1987
3791
:ufw-user-output - [0:0]
1988
3792
:ufw-user-forward - [0:0]
 
3793
:ufw-before-logging-input - [0:0]
 
3794
:ufw-before-logging-output - [0:0]
 
3795
:ufw-before-logging-forward - [0:0]
 
3796
:ufw-user-logging-input - [0:0]
 
3797
:ufw-user-logging-output - [0:0]
 
3798
:ufw-user-logging-forward - [0:0]
 
3799
:ufw-after-logging-input - [0:0]
 
3800
:ufw-after-logging-output - [0:0]
 
3801
:ufw-after-logging-forward - [0:0]
 
3802
:ufw-logging-deny - [0:0]
 
3803
:ufw-logging-allow - [0:0]
1989
3804
:ufw-user-limit - [0:0]
1990
3805
:ufw-user-limit-accept - [0:0]
1991
3806
### RULES ###
1997
3812
-A ufw-user-input -p tcp -m multiport --dports 53 -m multiport --sports 139,445 -j ACCEPT -m comment --comment 'dapp_Bind9,sapp_Samba'
1998
3813
 
1999
3814
### END RULES ###
 
3815
 
 
3816
### LOGGING ###
 
3817
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3818
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3819
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3820
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3821
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3822
### END LOGGING ###
 
3823
 
 
3824
### RATE LIMITING ###
2000
3825
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2001
3826
-A ufw-user-limit -j REJECT
2002
3827
-A ufw-user-limit-accept -j ACCEPT
 
3828
### END RATE LIMITING ###
2003
3829
COMMIT
2004
3830
Rules updated
2005
3831
 
2010
3836
:ufw-user-input - [0:0]
2011
3837
:ufw-user-output - [0:0]
2012
3838
:ufw-user-forward - [0:0]
 
3839
:ufw-before-logging-input - [0:0]
 
3840
:ufw-before-logging-output - [0:0]
 
3841
:ufw-before-logging-forward - [0:0]
 
3842
:ufw-user-logging-input - [0:0]
 
3843
:ufw-user-logging-output - [0:0]
 
3844
:ufw-user-logging-forward - [0:0]
 
3845
:ufw-after-logging-input - [0:0]
 
3846
:ufw-after-logging-output - [0:0]
 
3847
:ufw-after-logging-forward - [0:0]
 
3848
:ufw-logging-deny - [0:0]
 
3849
:ufw-logging-allow - [0:0]
2013
3850
:ufw-user-limit - [0:0]
2014
3851
:ufw-user-limit-accept - [0:0]
2015
3852
### RULES ###
2018
3855
-A ufw-user-input -p udp -m multiport --dports 22 -m multiport --sports 137,138 -j ACCEPT -m comment --comment 'sapp_Samba'
2019
3856
 
2020
3857
### END RULES ###
 
3858
 
 
3859
### LOGGING ###
 
3860
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3861
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3862
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3863
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3864
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3865
### END LOGGING ###
 
3866
 
 
3867
### RATE LIMITING ###
2021
3868
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2022
3869
-A ufw-user-limit -j REJECT
2023
3870
-A ufw-user-limit-accept -j ACCEPT
 
3871
### END RATE LIMITING ###
2024
3872
COMMIT
2025
3873
*filter
2026
3874
:ufw-user-input - [0:0]
2027
3875
:ufw-user-output - [0:0]
2028
3876
:ufw-user-forward - [0:0]
 
3877
:ufw-before-logging-input - [0:0]
 
3878
:ufw-before-logging-output - [0:0]
 
3879
:ufw-before-logging-forward - [0:0]
 
3880
:ufw-user-logging-input - [0:0]
 
3881
:ufw-user-logging-output - [0:0]
 
3882
:ufw-user-logging-forward - [0:0]
 
3883
:ufw-after-logging-input - [0:0]
 
3884
:ufw-after-logging-output - [0:0]
 
3885
:ufw-after-logging-forward - [0:0]
 
3886
:ufw-logging-deny - [0:0]
 
3887
:ufw-logging-allow - [0:0]
2029
3888
:ufw-user-limit - [0:0]
2030
3889
:ufw-user-limit-accept - [0:0]
2031
3890
### RULES ###
2037
3896
-A ufw-user-input -p tcp -m multiport --dports 22 -m multiport --sports 139,445 -j ACCEPT -m comment --comment 'sapp_Samba'
2038
3897
 
2039
3898
### END RULES ###
 
3899
 
 
3900
### LOGGING ###
 
3901
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3902
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3903
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3904
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3905
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3906
### END LOGGING ###
 
3907
 
 
3908
### RATE LIMITING ###
2040
3909
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2041
3910
-A ufw-user-limit -j REJECT
2042
3911
-A ufw-user-limit-accept -j ACCEPT
 
3912
### END RATE LIMITING ###
2043
3913
COMMIT
2044
3914
Rules updated
2045
3915
 
2050
3920
:ufw-user-input - [0:0]
2051
3921
:ufw-user-output - [0:0]
2052
3922
:ufw-user-forward - [0:0]
 
3923
:ufw-before-logging-input - [0:0]
 
3924
:ufw-before-logging-output - [0:0]
 
3925
:ufw-before-logging-forward - [0:0]
 
3926
:ufw-user-logging-input - [0:0]
 
3927
:ufw-user-logging-output - [0:0]
 
3928
:ufw-user-logging-forward - [0:0]
 
3929
:ufw-after-logging-input - [0:0]
 
3930
:ufw-after-logging-output - [0:0]
 
3931
:ufw-after-logging-forward - [0:0]
 
3932
:ufw-logging-deny - [0:0]
 
3933
:ufw-logging-allow - [0:0]
2053
3934
:ufw-user-limit - [0:0]
2054
3935
:ufw-user-limit-accept - [0:0]
2055
3936
### RULES ###
2058
3939
-A ufw-user-input -p tcp -m multiport --dports 80,443 -m multiport --sports 80 -j ACCEPT -m comment --comment 'dapp_Apache%20Full,sapp_Apache'
2059
3940
 
2060
3941
### END RULES ###
 
3942
 
 
3943
### LOGGING ###
 
3944
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3945
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3946
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3947
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3948
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3949
### END LOGGING ###
 
3950
 
 
3951
### RATE LIMITING ###
2061
3952
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2062
3953
-A ufw-user-limit -j REJECT
2063
3954
-A ufw-user-limit-accept -j ACCEPT
 
3955
### END RATE LIMITING ###
2064
3956
COMMIT
2065
3957
Rules updated
2066
3958
 
2071
3963
:ufw-user-input - [0:0]
2072
3964
:ufw-user-output - [0:0]
2073
3965
:ufw-user-forward - [0:0]
 
3966
:ufw-before-logging-input - [0:0]
 
3967
:ufw-before-logging-output - [0:0]
 
3968
:ufw-before-logging-forward - [0:0]
 
3969
:ufw-user-logging-input - [0:0]
 
3970
:ufw-user-logging-output - [0:0]
 
3971
:ufw-user-logging-forward - [0:0]
 
3972
:ufw-after-logging-input - [0:0]
 
3973
:ufw-after-logging-output - [0:0]
 
3974
:ufw-after-logging-forward - [0:0]
 
3975
:ufw-logging-deny - [0:0]
 
3976
:ufw-logging-allow - [0:0]
2074
3977
:ufw-user-limit - [0:0]
2075
3978
:ufw-user-limit-accept - [0:0]
2076
3979
### RULES ###
2079
3982
-A ufw-user-input -p tcp --dport 80 --sport 8080 -j ACCEPT -m comment --comment 'dapp_Apache'
2080
3983
 
2081
3984
### END RULES ###
 
3985
 
 
3986
### LOGGING ###
 
3987
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3988
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3989
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
3990
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
3991
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
3992
### END LOGGING ###
 
3993
 
 
3994
### RATE LIMITING ###
2082
3995
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2083
3996
-A ufw-user-limit -j REJECT
2084
3997
-A ufw-user-limit-accept -j ACCEPT
 
3998
### END RATE LIMITING ###
2085
3999
COMMIT
2086
4000
Rules updated
2087
4001
 
2092
4006
:ufw-user-input - [0:0]
2093
4007
:ufw-user-output - [0:0]
2094
4008
:ufw-user-forward - [0:0]
 
4009
:ufw-before-logging-input - [0:0]
 
4010
:ufw-before-logging-output - [0:0]
 
4011
:ufw-before-logging-forward - [0:0]
 
4012
:ufw-user-logging-input - [0:0]
 
4013
:ufw-user-logging-output - [0:0]
 
4014
:ufw-user-logging-forward - [0:0]
 
4015
:ufw-after-logging-input - [0:0]
 
4016
:ufw-after-logging-output - [0:0]
 
4017
:ufw-after-logging-forward - [0:0]
 
4018
:ufw-logging-deny - [0:0]
 
4019
:ufw-logging-allow - [0:0]
2095
4020
:ufw-user-limit - [0:0]
2096
4021
:ufw-user-limit-accept - [0:0]
2097
4022
### RULES ###
2100
4025
-A ufw-user-input -p udp --dport 123 --sport 10123 -j ACCEPT -m comment --comment 'dapp_OpenNTPD'
2101
4026
 
2102
4027
### END RULES ###
 
4028
 
 
4029
### LOGGING ###
 
4030
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4031
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4032
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4033
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4034
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4035
### END LOGGING ###
 
4036
 
 
4037
### RATE LIMITING ###
2103
4038
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2104
4039
-A ufw-user-limit -j REJECT
2105
4040
-A ufw-user-limit-accept -j ACCEPT
 
4041
### END RATE LIMITING ###
2106
4042
COMMIT
2107
4043
Rules updated
2108
4044
 
2113
4049
:ufw-user-input - [0:0]
2114
4050
:ufw-user-output - [0:0]
2115
4051
:ufw-user-forward - [0:0]
 
4052
:ufw-before-logging-input - [0:0]
 
4053
:ufw-before-logging-output - [0:0]
 
4054
:ufw-before-logging-forward - [0:0]
 
4055
:ufw-user-logging-input - [0:0]
 
4056
:ufw-user-logging-output - [0:0]
 
4057
:ufw-user-logging-forward - [0:0]
 
4058
:ufw-after-logging-input - [0:0]
 
4059
:ufw-after-logging-output - [0:0]
 
4060
:ufw-after-logging-forward - [0:0]
 
4061
:ufw-logging-deny - [0:0]
 
4062
:ufw-logging-allow - [0:0]
2116
4063
:ufw-user-limit - [0:0]
2117
4064
:ufw-user-limit-accept - [0:0]
2118
4065
### RULES ###
2121
4068
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 53 -j ACCEPT -m comment --comment 'dapp_Samba,sapp_Bind9'
2122
4069
 
2123
4070
### END RULES ###
 
4071
 
 
4072
### LOGGING ###
 
4073
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4074
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4075
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4076
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4077
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4078
### END LOGGING ###
 
4079
 
 
4080
### RATE LIMITING ###
2124
4081
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2125
4082
-A ufw-user-limit -j REJECT
2126
4083
-A ufw-user-limit-accept -j ACCEPT
 
4084
### END RATE LIMITING ###
2127
4085
COMMIT
2128
4086
*filter
2129
4087
:ufw-user-input - [0:0]
2130
4088
:ufw-user-output - [0:0]
2131
4089
:ufw-user-forward - [0:0]
 
4090
:ufw-before-logging-input - [0:0]
 
4091
:ufw-before-logging-output - [0:0]
 
4092
:ufw-before-logging-forward - [0:0]
 
4093
:ufw-user-logging-input - [0:0]
 
4094
:ufw-user-logging-output - [0:0]
 
4095
:ufw-user-logging-forward - [0:0]
 
4096
:ufw-after-logging-input - [0:0]
 
4097
:ufw-after-logging-output - [0:0]
 
4098
:ufw-after-logging-forward - [0:0]
 
4099
:ufw-logging-deny - [0:0]
 
4100
:ufw-logging-allow - [0:0]
2132
4101
:ufw-user-limit - [0:0]
2133
4102
:ufw-user-limit-accept - [0:0]
2134
4103
### RULES ###
2140
4109
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 53 -j ACCEPT -m comment --comment 'dapp_Samba,sapp_Bind9'
2141
4110
 
2142
4111
### END RULES ###
 
4112
 
 
4113
### LOGGING ###
 
4114
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4115
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4116
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4117
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4118
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4119
### END LOGGING ###
 
4120
 
 
4121
### RATE LIMITING ###
2143
4122
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2144
4123
-A ufw-user-limit -j REJECT
2145
4124
-A ufw-user-limit-accept -j ACCEPT
 
4125
### END RATE LIMITING ###
2146
4126
COMMIT
2147
4127
Rules updated
2148
4128
 
2153
4133
:ufw-user-input - [0:0]
2154
4134
:ufw-user-output - [0:0]
2155
4135
:ufw-user-forward - [0:0]
 
4136
:ufw-before-logging-input - [0:0]
 
4137
:ufw-before-logging-output - [0:0]
 
4138
:ufw-before-logging-forward - [0:0]
 
4139
:ufw-user-logging-input - [0:0]
 
4140
:ufw-user-logging-output - [0:0]
 
4141
:ufw-user-logging-forward - [0:0]
 
4142
:ufw-after-logging-input - [0:0]
 
4143
:ufw-after-logging-output - [0:0]
 
4144
:ufw-after-logging-forward - [0:0]
 
4145
:ufw-logging-deny - [0:0]
 
4146
:ufw-logging-allow - [0:0]
2156
4147
:ufw-user-limit - [0:0]
2157
4148
:ufw-user-limit-accept - [0:0]
2158
4149
### RULES ###
2161
4152
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 22 -j ACCEPT -m comment --comment 'dapp_Samba'
2162
4153
 
2163
4154
### END RULES ###
 
4155
 
 
4156
### LOGGING ###
 
4157
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4158
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4159
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4160
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4161
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4162
### END LOGGING ###
 
4163
 
 
4164
### RATE LIMITING ###
2164
4165
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2165
4166
-A ufw-user-limit -j REJECT
2166
4167
-A ufw-user-limit-accept -j ACCEPT
 
4168
### END RATE LIMITING ###
2167
4169
COMMIT
2168
4170
*filter
2169
4171
:ufw-user-input - [0:0]
2170
4172
:ufw-user-output - [0:0]
2171
4173
:ufw-user-forward - [0:0]
 
4174
:ufw-before-logging-input - [0:0]
 
4175
:ufw-before-logging-output - [0:0]
 
4176
:ufw-before-logging-forward - [0:0]
 
4177
:ufw-user-logging-input - [0:0]
 
4178
:ufw-user-logging-output - [0:0]
 
4179
:ufw-user-logging-forward - [0:0]
 
4180
:ufw-after-logging-input - [0:0]
 
4181
:ufw-after-logging-output - [0:0]
 
4182
:ufw-after-logging-forward - [0:0]
 
4183
:ufw-logging-deny - [0:0]
 
4184
:ufw-logging-allow - [0:0]
2172
4185
:ufw-user-limit - [0:0]
2173
4186
:ufw-user-limit-accept - [0:0]
2174
4187
### RULES ###
2180
4193
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 22 -j ACCEPT -m comment --comment 'dapp_Samba'
2181
4194
 
2182
4195
### END RULES ###
 
4196
 
 
4197
### LOGGING ###
 
4198
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4199
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4200
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4201
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4202
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4203
### END LOGGING ###
 
4204
 
 
4205
### RATE LIMITING ###
2183
4206
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2184
4207
-A ufw-user-limit -j REJECT
2185
4208
-A ufw-user-limit-accept -j ACCEPT
 
4209
### END RATE LIMITING ###
2186
4210
COMMIT
2187
4211
Rules updated
2188
4212
 
2193
4217
:ufw-user-input - [0:0]
2194
4218
:ufw-user-output - [0:0]
2195
4219
:ufw-user-forward - [0:0]
 
4220
:ufw-before-logging-input - [0:0]
 
4221
:ufw-before-logging-output - [0:0]
 
4222
:ufw-before-logging-forward - [0:0]
 
4223
:ufw-user-logging-input - [0:0]
 
4224
:ufw-user-logging-output - [0:0]
 
4225
:ufw-user-logging-forward - [0:0]
 
4226
:ufw-after-logging-input - [0:0]
 
4227
:ufw-after-logging-output - [0:0]
 
4228
:ufw-after-logging-forward - [0:0]
 
4229
:ufw-logging-deny - [0:0]
 
4230
:ufw-logging-allow - [0:0]
2196
4231
:ufw-user-limit - [0:0]
2197
4232
:ufw-user-limit-accept - [0:0]
2198
4233
### RULES ###
2201
4236
-A ufw-user-input -p tcp -m multiport --dports 80 -m multiport --sports 80,443 -j ACCEPT -m comment --comment 'dapp_Apache,sapp_Apache%20Full'
2202
4237
 
2203
4238
### END RULES ###
 
4239
 
 
4240
### LOGGING ###
 
4241
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4242
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4243
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4244
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4245
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4246
### END LOGGING ###
 
4247
 
 
4248
### RATE LIMITING ###
2204
4249
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2205
4250
-A ufw-user-limit -j REJECT
2206
4251
-A ufw-user-limit-accept -j ACCEPT
 
4252
### END RATE LIMITING ###
2207
4253
COMMIT
2208
4254
Rules updated
2209
4255
 
2214
4260
:ufw-user-input - [0:0]
2215
4261
:ufw-user-output - [0:0]
2216
4262
:ufw-user-forward - [0:0]
 
4263
:ufw-before-logging-input - [0:0]
 
4264
:ufw-before-logging-output - [0:0]
 
4265
:ufw-before-logging-forward - [0:0]
 
4266
:ufw-user-logging-input - [0:0]
 
4267
:ufw-user-logging-output - [0:0]
 
4268
:ufw-user-logging-forward - [0:0]
 
4269
:ufw-after-logging-input - [0:0]
 
4270
:ufw-after-logging-output - [0:0]
 
4271
:ufw-after-logging-forward - [0:0]
 
4272
:ufw-logging-deny - [0:0]
 
4273
:ufw-logging-allow - [0:0]
2217
4274
:ufw-user-limit - [0:0]
2218
4275
:ufw-user-limit-accept - [0:0]
2219
4276
### RULES ###
2222
4279
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 137,138 -j ACCEPT -m comment --comment 'dapp_Samba,sapp_Samba'
2223
4280
 
2224
4281
### END RULES ###
 
4282
 
 
4283
### LOGGING ###
 
4284
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4285
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4286
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4287
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4288
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4289
### END LOGGING ###
 
4290
 
 
4291
### RATE LIMITING ###
2225
4292
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2226
4293
-A ufw-user-limit -j REJECT
2227
4294
-A ufw-user-limit-accept -j ACCEPT
 
4295
### END RATE LIMITING ###
2228
4296
COMMIT
2229
4297
*filter
2230
4298
:ufw-user-input - [0:0]
2231
4299
:ufw-user-output - [0:0]
2232
4300
:ufw-user-forward - [0:0]
 
4301
:ufw-before-logging-input - [0:0]
 
4302
:ufw-before-logging-output - [0:0]
 
4303
:ufw-before-logging-forward - [0:0]
 
4304
:ufw-user-logging-input - [0:0]
 
4305
:ufw-user-logging-output - [0:0]
 
4306
:ufw-user-logging-forward - [0:0]
 
4307
:ufw-after-logging-input - [0:0]
 
4308
:ufw-after-logging-output - [0:0]
 
4309
:ufw-after-logging-forward - [0:0]
 
4310
:ufw-logging-deny - [0:0]
 
4311
:ufw-logging-allow - [0:0]
2233
4312
:ufw-user-limit - [0:0]
2234
4313
:ufw-user-limit-accept - [0:0]
2235
4314
### RULES ###
2241
4320
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 139,445 -j ACCEPT -m comment --comment 'dapp_Samba,sapp_Samba'
2242
4321
 
2243
4322
### END RULES ###
 
4323
 
 
4324
### LOGGING ###
 
4325
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4326
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4327
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4328
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4329
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4330
### END LOGGING ###
 
4331
 
 
4332
### RATE LIMITING ###
2244
4333
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2245
4334
-A ufw-user-limit -j REJECT
2246
4335
-A ufw-user-limit-accept -j ACCEPT
 
4336
### END RATE LIMITING ###
2247
4337
COMMIT
2248
4338
Rules updated
2249
4339
 
2254
4344
:ufw-user-input - [0:0]
2255
4345
:ufw-user-output - [0:0]
2256
4346
:ufw-user-forward - [0:0]
 
4347
:ufw-before-logging-input - [0:0]
 
4348
:ufw-before-logging-output - [0:0]
 
4349
:ufw-before-logging-forward - [0:0]
 
4350
:ufw-user-logging-input - [0:0]
 
4351
:ufw-user-logging-output - [0:0]
 
4352
:ufw-user-logging-forward - [0:0]
 
4353
:ufw-after-logging-input - [0:0]
 
4354
:ufw-after-logging-output - [0:0]
 
4355
:ufw-after-logging-forward - [0:0]
 
4356
:ufw-logging-deny - [0:0]
 
4357
:ufw-logging-allow - [0:0]
2257
4358
:ufw-user-limit - [0:0]
2258
4359
:ufw-user-limit-accept - [0:0]
2259
4360
### RULES ###
2262
4363
-A ufw-user-input -p tcp -d 192.168.0.0/16 --dport 80 -j DROP -m comment --comment 'dapp_Apache'
2263
4364
 
2264
4365
### END RULES ###
 
4366
 
 
4367
### LOGGING ###
 
4368
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4369
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4370
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4371
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4372
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4373
### END LOGGING ###
 
4374
 
 
4375
### RATE LIMITING ###
2265
4376
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2266
4377
-A ufw-user-limit -j REJECT
2267
4378
-A ufw-user-limit-accept -j ACCEPT
 
4379
### END RATE LIMITING ###
2268
4380
COMMIT
2269
4381
Rules updated
2270
4382
 
2275
4387
:ufw-user-input - [0:0]
2276
4388
:ufw-user-output - [0:0]
2277
4389
:ufw-user-forward - [0:0]
 
4390
:ufw-before-logging-input - [0:0]
 
4391
:ufw-before-logging-output - [0:0]
 
4392
:ufw-before-logging-forward - [0:0]
 
4393
:ufw-user-logging-input - [0:0]
 
4394
:ufw-user-logging-output - [0:0]
 
4395
:ufw-user-logging-forward - [0:0]
 
4396
:ufw-after-logging-input - [0:0]
 
4397
:ufw-after-logging-output - [0:0]
 
4398
:ufw-after-logging-forward - [0:0]
 
4399
:ufw-logging-deny - [0:0]
 
4400
:ufw-logging-allow - [0:0]
2278
4401
:ufw-user-limit - [0:0]
2279
4402
:ufw-user-limit-accept - [0:0]
2280
4403
### RULES ###
2283
4406
-A ufw-user-input -p tcp -d 192.168.0.0/16 --dport 443 -j DROP -m comment --comment 'dapp_Apache%20Secure'
2284
4407
 
2285
4408
### END RULES ###
 
4409
 
 
4410
### LOGGING ###
 
4411
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4412
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4413
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4414
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4415
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4416
### END LOGGING ###
 
4417
 
 
4418
### RATE LIMITING ###
2286
4419
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2287
4420
-A ufw-user-limit -j REJECT
2288
4421
-A ufw-user-limit-accept -j ACCEPT
 
4422
### END RATE LIMITING ###
2289
4423
COMMIT
2290
4424
Rules updated
2291
4425
 
2296
4430
:ufw-user-input - [0:0]
2297
4431
:ufw-user-output - [0:0]
2298
4432
:ufw-user-forward - [0:0]
 
4433
:ufw-before-logging-input - [0:0]
 
4434
:ufw-before-logging-output - [0:0]
 
4435
:ufw-before-logging-forward - [0:0]
 
4436
:ufw-user-logging-input - [0:0]
 
4437
:ufw-user-logging-output - [0:0]
 
4438
:ufw-user-logging-forward - [0:0]
 
4439
:ufw-after-logging-input - [0:0]
 
4440
:ufw-after-logging-output - [0:0]
 
4441
:ufw-after-logging-forward - [0:0]
 
4442
:ufw-logging-deny - [0:0]
 
4443
:ufw-logging-allow - [0:0]
2299
4444
:ufw-user-limit - [0:0]
2300
4445
:ufw-user-limit-accept - [0:0]
2301
4446
### RULES ###
2304
4449
-A ufw-user-input -p tcp -m multiport --dports 80,443 -d 192.168.0.0/16 -j DROP -m comment --comment 'dapp_Apache%20Full'
2305
4450
 
2306
4451
### END RULES ###
 
4452
 
 
4453
### LOGGING ###
 
4454
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4455
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4456
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4457
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4458
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4459
### END LOGGING ###
 
4460
 
 
4461
### RATE LIMITING ###
2307
4462
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2308
4463
-A ufw-user-limit -j REJECT
2309
4464
-A ufw-user-limit-accept -j ACCEPT
 
4465
### END RATE LIMITING ###
2310
4466
COMMIT
2311
4467
Rules updated
2312
4468
 
2317
4473
:ufw-user-input - [0:0]
2318
4474
:ufw-user-output - [0:0]
2319
4475
:ufw-user-forward - [0:0]
 
4476
:ufw-before-logging-input - [0:0]
 
4477
:ufw-before-logging-output - [0:0]
 
4478
:ufw-before-logging-forward - [0:0]
 
4479
:ufw-user-logging-input - [0:0]
 
4480
:ufw-user-logging-output - [0:0]
 
4481
:ufw-user-logging-forward - [0:0]
 
4482
:ufw-after-logging-input - [0:0]
 
4483
:ufw-after-logging-output - [0:0]
 
4484
:ufw-after-logging-forward - [0:0]
 
4485
:ufw-logging-deny - [0:0]
 
4486
:ufw-logging-allow - [0:0]
2320
4487
:ufw-user-limit - [0:0]
2321
4488
:ufw-user-limit-accept - [0:0]
2322
4489
### RULES ###
2326
4493
-A ufw-user-input -p udp -d 192.168.0.0/16 --dport 53 -j DROP -m comment --comment 'dapp_Bind9'
2327
4494
 
2328
4495
### END RULES ###
 
4496
 
 
4497
### LOGGING ###
 
4498
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4499
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4500
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4501
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4502
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4503
### END LOGGING ###
 
4504
 
 
4505
### RATE LIMITING ###
2329
4506
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2330
4507
-A ufw-user-limit -j REJECT
2331
4508
-A ufw-user-limit-accept -j ACCEPT
 
4509
### END RATE LIMITING ###
2332
4510
COMMIT
2333
4511
Rules updated
2334
4512
 
2339
4517
:ufw-user-input - [0:0]
2340
4518
:ufw-user-output - [0:0]
2341
4519
:ufw-user-forward - [0:0]
 
4520
:ufw-before-logging-input - [0:0]
 
4521
:ufw-before-logging-output - [0:0]
 
4522
:ufw-before-logging-forward - [0:0]
 
4523
:ufw-user-logging-input - [0:0]
 
4524
:ufw-user-logging-output - [0:0]
 
4525
:ufw-user-logging-forward - [0:0]
 
4526
:ufw-after-logging-input - [0:0]
 
4527
:ufw-after-logging-output - [0:0]
 
4528
:ufw-after-logging-forward - [0:0]
 
4529
:ufw-logging-deny - [0:0]
 
4530
:ufw-logging-allow - [0:0]
2342
4531
:ufw-user-limit - [0:0]
2343
4532
:ufw-user-limit-accept - [0:0]
2344
4533
### RULES ###
2347
4536
-A ufw-user-input -p udp -m multiport --dports 137,138 -d 192.168.0.0/16 -j DROP -m comment --comment 'dapp_Samba'
2348
4537
 
2349
4538
### END RULES ###
 
4539
 
 
4540
### LOGGING ###
 
4541
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4542
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4543
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4544
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4545
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4546
### END LOGGING ###
 
4547
 
 
4548
### RATE LIMITING ###
2350
4549
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2351
4550
-A ufw-user-limit -j REJECT
2352
4551
-A ufw-user-limit-accept -j ACCEPT
 
4552
### END RATE LIMITING ###
2353
4553
COMMIT
2354
4554
*filter
2355
4555
:ufw-user-input - [0:0]
2356
4556
:ufw-user-output - [0:0]
2357
4557
:ufw-user-forward - [0:0]
 
4558
:ufw-before-logging-input - [0:0]
 
4559
:ufw-before-logging-output - [0:0]
 
4560
:ufw-before-logging-forward - [0:0]
 
4561
:ufw-user-logging-input - [0:0]
 
4562
:ufw-user-logging-output - [0:0]
 
4563
:ufw-user-logging-forward - [0:0]
 
4564
:ufw-after-logging-input - [0:0]
 
4565
:ufw-after-logging-output - [0:0]
 
4566
:ufw-after-logging-forward - [0:0]
 
4567
:ufw-logging-deny - [0:0]
 
4568
:ufw-logging-allow - [0:0]
2358
4569
:ufw-user-limit - [0:0]
2359
4570
:ufw-user-limit-accept - [0:0]
2360
4571
### RULES ###
2366
4577
-A ufw-user-input -p tcp -m multiport --dports 139,445 -d 192.168.0.0/16 -j DROP -m comment --comment 'dapp_Samba'
2367
4578
 
2368
4579
### END RULES ###
 
4580
 
 
4581
### LOGGING ###
 
4582
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4583
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4584
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4585
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4586
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4587
### END LOGGING ###
 
4588
 
 
4589
### RATE LIMITING ###
2369
4590
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2370
4591
-A ufw-user-limit -j REJECT
2371
4592
-A ufw-user-limit-accept -j ACCEPT
 
4593
### END RATE LIMITING ###
2372
4594
COMMIT
2373
4595
Rules updated
2374
4596
 
2379
4601
:ufw-user-input - [0:0]
2380
4602
:ufw-user-output - [0:0]
2381
4603
:ufw-user-forward - [0:0]
 
4604
:ufw-before-logging-input - [0:0]
 
4605
:ufw-before-logging-output - [0:0]
 
4606
:ufw-before-logging-forward - [0:0]
 
4607
:ufw-user-logging-input - [0:0]
 
4608
:ufw-user-logging-output - [0:0]
 
4609
:ufw-user-logging-forward - [0:0]
 
4610
:ufw-after-logging-input - [0:0]
 
4611
:ufw-after-logging-output - [0:0]
 
4612
:ufw-after-logging-forward - [0:0]
 
4613
:ufw-logging-deny - [0:0]
 
4614
:ufw-logging-allow - [0:0]
2382
4615
:ufw-user-limit - [0:0]
2383
4616
:ufw-user-limit-accept - [0:0]
2384
4617
### RULES ###
2387
4620
-A ufw-user-input -p udp -d 192.168.0.0/16 --dport 123 -j DROP -m comment --comment 'dapp_OpenNTPD'
2388
4621
 
2389
4622
### END RULES ###
 
4623
 
 
4624
### LOGGING ###
 
4625
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4626
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4627
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4628
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4629
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4630
### END LOGGING ###
 
4631
 
 
4632
### RATE LIMITING ###
2390
4633
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2391
4634
-A ufw-user-limit -j REJECT
2392
4635
-A ufw-user-limit-accept -j ACCEPT
 
4636
### END RATE LIMITING ###
2393
4637
COMMIT
2394
4638
Rules updated
2395
4639
 
2400
4644
:ufw-user-input - [0:0]
2401
4645
:ufw-user-output - [0:0]
2402
4646
:ufw-user-forward - [0:0]
 
4647
:ufw-before-logging-input - [0:0]
 
4648
:ufw-before-logging-output - [0:0]
 
4649
:ufw-before-logging-forward - [0:0]
 
4650
:ufw-user-logging-input - [0:0]
 
4651
:ufw-user-logging-output - [0:0]
 
4652
:ufw-user-logging-forward - [0:0]
 
4653
:ufw-after-logging-input - [0:0]
 
4654
:ufw-after-logging-output - [0:0]
 
4655
:ufw-after-logging-forward - [0:0]
 
4656
:ufw-logging-deny - [0:0]
 
4657
:ufw-logging-allow - [0:0]
2403
4658
:ufw-user-limit - [0:0]
2404
4659
:ufw-user-limit-accept - [0:0]
2405
4660
### RULES ###
2408
4663
-A ufw-user-input -p tcp -m multiport --dports 1234,5678 -d 192.168.0.0/16 -j DROP -m comment --comment 'dapp_Multi%20TCP'
2409
4664
 
2410
4665
### END RULES ###
 
4666
 
 
4667
### LOGGING ###
 
4668
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4669
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4670
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4671
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4672
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4673
### END LOGGING ###
 
4674
 
 
4675
### RATE LIMITING ###
2411
4676
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2412
4677
-A ufw-user-limit -j REJECT
2413
4678
-A ufw-user-limit-accept -j ACCEPT
 
4679
### END RATE LIMITING ###
2414
4680
COMMIT
2415
4681
Rules updated
2416
4682
 
2421
4687
:ufw-user-input - [0:0]
2422
4688
:ufw-user-output - [0:0]
2423
4689
:ufw-user-forward - [0:0]
 
4690
:ufw-before-logging-input - [0:0]
 
4691
:ufw-before-logging-output - [0:0]
 
4692
:ufw-before-logging-forward - [0:0]
 
4693
:ufw-user-logging-input - [0:0]
 
4694
:ufw-user-logging-output - [0:0]
 
4695
:ufw-user-logging-forward - [0:0]
 
4696
:ufw-after-logging-input - [0:0]
 
4697
:ufw-after-logging-output - [0:0]
 
4698
:ufw-after-logging-forward - [0:0]
 
4699
:ufw-logging-deny - [0:0]
 
4700
:ufw-logging-allow - [0:0]
2424
4701
:ufw-user-limit - [0:0]
2425
4702
:ufw-user-limit-accept - [0:0]
2426
4703
### RULES ###
2429
4706
-A ufw-user-input -p udp -m multiport --dports 1234,5678 -d 192.168.0.0/16 -j DROP -m comment --comment 'dapp_Multi%20UDP'
2430
4707
 
2431
4708
### END RULES ###
 
4709
 
 
4710
### LOGGING ###
 
4711
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4712
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4713
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4714
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4715
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4716
### END LOGGING ###
 
4717
 
 
4718
### RATE LIMITING ###
2432
4719
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2433
4720
-A ufw-user-limit -j REJECT
2434
4721
-A ufw-user-limit-accept -j ACCEPT
 
4722
### END RATE LIMITING ###
2435
4723
COMMIT
2436
4724
Rules updated
2437
4725
 
2442
4730
:ufw-user-input - [0:0]
2443
4731
:ufw-user-output - [0:0]
2444
4732
:ufw-user-forward - [0:0]
 
4733
:ufw-before-logging-input - [0:0]
 
4734
:ufw-before-logging-output - [0:0]
 
4735
:ufw-before-logging-forward - [0:0]
 
4736
:ufw-user-logging-input - [0:0]
 
4737
:ufw-user-logging-output - [0:0]
 
4738
:ufw-user-logging-forward - [0:0]
 
4739
:ufw-after-logging-input - [0:0]
 
4740
:ufw-after-logging-output - [0:0]
 
4741
:ufw-after-logging-forward - [0:0]
 
4742
:ufw-logging-deny - [0:0]
 
4743
:ufw-logging-allow - [0:0]
2445
4744
:ufw-user-limit - [0:0]
2446
4745
:ufw-user-limit-accept - [0:0]
2447
4746
### RULES ###
2450
4749
-A ufw-user-input -p tcp --dport 80 -j DROP -m comment --comment 'dapp_Apache'
2451
4750
 
2452
4751
### END RULES ###
 
4752
 
 
4753
### LOGGING ###
 
4754
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4755
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4756
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4757
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4758
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4759
### END LOGGING ###
 
4760
 
 
4761
### RATE LIMITING ###
2453
4762
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2454
4763
-A ufw-user-limit -j REJECT
2455
4764
-A ufw-user-limit-accept -j ACCEPT
 
4765
### END RATE LIMITING ###
2456
4766
COMMIT
2457
4767
Rules updated
2458
4768
 
2463
4773
:ufw-user-input - [0:0]
2464
4774
:ufw-user-output - [0:0]
2465
4775
:ufw-user-forward - [0:0]
 
4776
:ufw-before-logging-input - [0:0]
 
4777
:ufw-before-logging-output - [0:0]
 
4778
:ufw-before-logging-forward - [0:0]
 
4779
:ufw-user-logging-input - [0:0]
 
4780
:ufw-user-logging-output - [0:0]
 
4781
:ufw-user-logging-forward - [0:0]
 
4782
:ufw-after-logging-input - [0:0]
 
4783
:ufw-after-logging-output - [0:0]
 
4784
:ufw-after-logging-forward - [0:0]
 
4785
:ufw-logging-deny - [0:0]
 
4786
:ufw-logging-allow - [0:0]
2466
4787
:ufw-user-limit - [0:0]
2467
4788
:ufw-user-limit-accept - [0:0]
2468
4789
### RULES ###
2471
4792
-A ufw-user-input -p tcp --dport 443 -j DROP -m comment --comment 'dapp_Apache%20Secure'
2472
4793
 
2473
4794
### END RULES ###
 
4795
 
 
4796
### LOGGING ###
 
4797
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4798
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4799
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4800
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4801
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4802
### END LOGGING ###
 
4803
 
 
4804
### RATE LIMITING ###
2474
4805
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2475
4806
-A ufw-user-limit -j REJECT
2476
4807
-A ufw-user-limit-accept -j ACCEPT
 
4808
### END RATE LIMITING ###
2477
4809
COMMIT
2478
4810
Rules updated
2479
4811
 
2484
4816
:ufw-user-input - [0:0]
2485
4817
:ufw-user-output - [0:0]
2486
4818
:ufw-user-forward - [0:0]
 
4819
:ufw-before-logging-input - [0:0]
 
4820
:ufw-before-logging-output - [0:0]
 
4821
:ufw-before-logging-forward - [0:0]
 
4822
:ufw-user-logging-input - [0:0]
 
4823
:ufw-user-logging-output - [0:0]
 
4824
:ufw-user-logging-forward - [0:0]
 
4825
:ufw-after-logging-input - [0:0]
 
4826
:ufw-after-logging-output - [0:0]
 
4827
:ufw-after-logging-forward - [0:0]
 
4828
:ufw-logging-deny - [0:0]
 
4829
:ufw-logging-allow - [0:0]
2487
4830
:ufw-user-limit - [0:0]
2488
4831
:ufw-user-limit-accept - [0:0]
2489
4832
### RULES ###
2492
4835
-A ufw-user-input -p tcp -m multiport --dports 80,443 -j DROP -m comment --comment 'dapp_Apache%20Full'
2493
4836
 
2494
4837
### END RULES ###
 
4838
 
 
4839
### LOGGING ###
 
4840
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4841
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4842
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4843
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4844
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4845
### END LOGGING ###
 
4846
 
 
4847
### RATE LIMITING ###
2495
4848
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2496
4849
-A ufw-user-limit -j REJECT
2497
4850
-A ufw-user-limit-accept -j ACCEPT
 
4851
### END RATE LIMITING ###
2498
4852
COMMIT
2499
4853
Rules updated
2500
4854
 
2505
4859
:ufw-user-input - [0:0]
2506
4860
:ufw-user-output - [0:0]
2507
4861
:ufw-user-forward - [0:0]
 
4862
:ufw-before-logging-input - [0:0]
 
4863
:ufw-before-logging-output - [0:0]
 
4864
:ufw-before-logging-forward - [0:0]
 
4865
:ufw-user-logging-input - [0:0]
 
4866
:ufw-user-logging-output - [0:0]
 
4867
:ufw-user-logging-forward - [0:0]
 
4868
:ufw-after-logging-input - [0:0]
 
4869
:ufw-after-logging-output - [0:0]
 
4870
:ufw-after-logging-forward - [0:0]
 
4871
:ufw-logging-deny - [0:0]
 
4872
:ufw-logging-allow - [0:0]
2508
4873
:ufw-user-limit - [0:0]
2509
4874
:ufw-user-limit-accept - [0:0]
2510
4875
### RULES ###
2514
4879
-A ufw-user-input -p udp --dport 53 -j DROP -m comment --comment 'dapp_Bind9'
2515
4880
 
2516
4881
### END RULES ###
 
4882
 
 
4883
### LOGGING ###
 
4884
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4885
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4886
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4887
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4888
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4889
### END LOGGING ###
 
4890
 
 
4891
### RATE LIMITING ###
2517
4892
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2518
4893
-A ufw-user-limit -j REJECT
2519
4894
-A ufw-user-limit-accept -j ACCEPT
 
4895
### END RATE LIMITING ###
2520
4896
COMMIT
2521
4897
Rules updated
2522
4898
 
2527
4903
:ufw-user-input - [0:0]
2528
4904
:ufw-user-output - [0:0]
2529
4905
:ufw-user-forward - [0:0]
 
4906
:ufw-before-logging-input - [0:0]
 
4907
:ufw-before-logging-output - [0:0]
 
4908
:ufw-before-logging-forward - [0:0]
 
4909
:ufw-user-logging-input - [0:0]
 
4910
:ufw-user-logging-output - [0:0]
 
4911
:ufw-user-logging-forward - [0:0]
 
4912
:ufw-after-logging-input - [0:0]
 
4913
:ufw-after-logging-output - [0:0]
 
4914
:ufw-after-logging-forward - [0:0]
 
4915
:ufw-logging-deny - [0:0]
 
4916
:ufw-logging-allow - [0:0]
2530
4917
:ufw-user-limit - [0:0]
2531
4918
:ufw-user-limit-accept - [0:0]
2532
4919
### RULES ###
2535
4922
-A ufw-user-input -p udp -m multiport --dports 137,138 -j DROP -m comment --comment 'dapp_Samba'
2536
4923
 
2537
4924
### END RULES ###
 
4925
 
 
4926
### LOGGING ###
 
4927
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4928
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4929
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4930
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4931
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4932
### END LOGGING ###
 
4933
 
 
4934
### RATE LIMITING ###
2538
4935
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2539
4936
-A ufw-user-limit -j REJECT
2540
4937
-A ufw-user-limit-accept -j ACCEPT
 
4938
### END RATE LIMITING ###
2541
4939
COMMIT
2542
4940
*filter
2543
4941
:ufw-user-input - [0:0]
2544
4942
:ufw-user-output - [0:0]
2545
4943
:ufw-user-forward - [0:0]
 
4944
:ufw-before-logging-input - [0:0]
 
4945
:ufw-before-logging-output - [0:0]
 
4946
:ufw-before-logging-forward - [0:0]
 
4947
:ufw-user-logging-input - [0:0]
 
4948
:ufw-user-logging-output - [0:0]
 
4949
:ufw-user-logging-forward - [0:0]
 
4950
:ufw-after-logging-input - [0:0]
 
4951
:ufw-after-logging-output - [0:0]
 
4952
:ufw-after-logging-forward - [0:0]
 
4953
:ufw-logging-deny - [0:0]
 
4954
:ufw-logging-allow - [0:0]
2546
4955
:ufw-user-limit - [0:0]
2547
4956
:ufw-user-limit-accept - [0:0]
2548
4957
### RULES ###
2554
4963
-A ufw-user-input -p tcp -m multiport --dports 139,445 -j DROP -m comment --comment 'dapp_Samba'
2555
4964
 
2556
4965
### END RULES ###
 
4966
 
 
4967
### LOGGING ###
 
4968
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4969
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4970
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
4971
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
4972
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
4973
### END LOGGING ###
 
4974
 
 
4975
### RATE LIMITING ###
2557
4976
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2558
4977
-A ufw-user-limit -j REJECT
2559
4978
-A ufw-user-limit-accept -j ACCEPT
 
4979
### END RATE LIMITING ###
2560
4980
COMMIT
2561
4981
Rules updated
2562
4982
 
2567
4987
:ufw-user-input - [0:0]
2568
4988
:ufw-user-output - [0:0]
2569
4989
:ufw-user-forward - [0:0]
 
4990
:ufw-before-logging-input - [0:0]
 
4991
:ufw-before-logging-output - [0:0]
 
4992
:ufw-before-logging-forward - [0:0]
 
4993
:ufw-user-logging-input - [0:0]
 
4994
:ufw-user-logging-output - [0:0]
 
4995
:ufw-user-logging-forward - [0:0]
 
4996
:ufw-after-logging-input - [0:0]
 
4997
:ufw-after-logging-output - [0:0]
 
4998
:ufw-after-logging-forward - [0:0]
 
4999
:ufw-logging-deny - [0:0]
 
5000
:ufw-logging-allow - [0:0]
2570
5001
:ufw-user-limit - [0:0]
2571
5002
:ufw-user-limit-accept - [0:0]
2572
5003
### RULES ###
2575
5006
-A ufw-user-input -p udp --dport 123 -j DROP -m comment --comment 'dapp_OpenNTPD'
2576
5007
 
2577
5008
### END RULES ###
 
5009
 
 
5010
### LOGGING ###
 
5011
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5012
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5013
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5014
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5015
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5016
### END LOGGING ###
 
5017
 
 
5018
### RATE LIMITING ###
2578
5019
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2579
5020
-A ufw-user-limit -j REJECT
2580
5021
-A ufw-user-limit-accept -j ACCEPT
 
5022
### END RATE LIMITING ###
2581
5023
COMMIT
2582
5024
Rules updated
2583
5025
 
2588
5030
:ufw-user-input - [0:0]
2589
5031
:ufw-user-output - [0:0]
2590
5032
:ufw-user-forward - [0:0]
 
5033
:ufw-before-logging-input - [0:0]
 
5034
:ufw-before-logging-output - [0:0]
 
5035
:ufw-before-logging-forward - [0:0]
 
5036
:ufw-user-logging-input - [0:0]
 
5037
:ufw-user-logging-output - [0:0]
 
5038
:ufw-user-logging-forward - [0:0]
 
5039
:ufw-after-logging-input - [0:0]
 
5040
:ufw-after-logging-output - [0:0]
 
5041
:ufw-after-logging-forward - [0:0]
 
5042
:ufw-logging-deny - [0:0]
 
5043
:ufw-logging-allow - [0:0]
2591
5044
:ufw-user-limit - [0:0]
2592
5045
:ufw-user-limit-accept - [0:0]
2593
5046
### RULES ###
2596
5049
-A ufw-user-input -p tcp -m multiport --dports 1234,5678 -j DROP -m comment --comment 'dapp_Multi%20TCP'
2597
5050
 
2598
5051
### END RULES ###
 
5052
 
 
5053
### LOGGING ###
 
5054
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5055
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5056
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5057
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5058
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5059
### END LOGGING ###
 
5060
 
 
5061
### RATE LIMITING ###
2599
5062
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2600
5063
-A ufw-user-limit -j REJECT
2601
5064
-A ufw-user-limit-accept -j ACCEPT
 
5065
### END RATE LIMITING ###
2602
5066
COMMIT
2603
5067
Rules updated
2604
5068
 
2609
5073
:ufw-user-input - [0:0]
2610
5074
:ufw-user-output - [0:0]
2611
5075
:ufw-user-forward - [0:0]
 
5076
:ufw-before-logging-input - [0:0]
 
5077
:ufw-before-logging-output - [0:0]
 
5078
:ufw-before-logging-forward - [0:0]
 
5079
:ufw-user-logging-input - [0:0]
 
5080
:ufw-user-logging-output - [0:0]
 
5081
:ufw-user-logging-forward - [0:0]
 
5082
:ufw-after-logging-input - [0:0]
 
5083
:ufw-after-logging-output - [0:0]
 
5084
:ufw-after-logging-forward - [0:0]
 
5085
:ufw-logging-deny - [0:0]
 
5086
:ufw-logging-allow - [0:0]
2612
5087
:ufw-user-limit - [0:0]
2613
5088
:ufw-user-limit-accept - [0:0]
2614
5089
### RULES ###
2617
5092
-A ufw-user-input -p udp -m multiport --dports 1234,5678 -j DROP -m comment --comment 'dapp_Multi%20UDP'
2618
5093
 
2619
5094
### END RULES ###
 
5095
 
 
5096
### LOGGING ###
 
5097
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5098
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5099
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5100
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5101
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5102
### END LOGGING ###
 
5103
 
 
5104
### RATE LIMITING ###
2620
5105
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2621
5106
-A ufw-user-limit -j REJECT
2622
5107
-A ufw-user-limit-accept -j ACCEPT
 
5108
### END RATE LIMITING ###
2623
5109
COMMIT
2624
5110
Rules updated
2625
5111
 
2630
5116
:ufw-user-input - [0:0]
2631
5117
:ufw-user-output - [0:0]
2632
5118
:ufw-user-forward - [0:0]
 
5119
:ufw-before-logging-input - [0:0]
 
5120
:ufw-before-logging-output - [0:0]
 
5121
:ufw-before-logging-forward - [0:0]
 
5122
:ufw-user-logging-input - [0:0]
 
5123
:ufw-user-logging-output - [0:0]
 
5124
:ufw-user-logging-forward - [0:0]
 
5125
:ufw-after-logging-input - [0:0]
 
5126
:ufw-after-logging-output - [0:0]
 
5127
:ufw-after-logging-forward - [0:0]
 
5128
:ufw-logging-deny - [0:0]
 
5129
:ufw-logging-allow - [0:0]
2633
5130
:ufw-user-limit - [0:0]
2634
5131
:ufw-user-limit-accept - [0:0]
2635
5132
### RULES ###
2638
5135
-A ufw-user-input -p tcp -s 192.168.0.0/16 --sport 80 -j DROP -m comment --comment 'sapp_Apache'
2639
5136
 
2640
5137
### END RULES ###
 
5138
 
 
5139
### LOGGING ###
 
5140
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5141
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5142
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5143
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5144
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5145
### END LOGGING ###
 
5146
 
 
5147
### RATE LIMITING ###
2641
5148
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2642
5149
-A ufw-user-limit -j REJECT
2643
5150
-A ufw-user-limit-accept -j ACCEPT
 
5151
### END RATE LIMITING ###
2644
5152
COMMIT
2645
5153
Rules updated
2646
5154
 
2651
5159
:ufw-user-input - [0:0]
2652
5160
:ufw-user-output - [0:0]
2653
5161
:ufw-user-forward - [0:0]
 
5162
:ufw-before-logging-input - [0:0]
 
5163
:ufw-before-logging-output - [0:0]
 
5164
:ufw-before-logging-forward - [0:0]
 
5165
:ufw-user-logging-input - [0:0]
 
5166
:ufw-user-logging-output - [0:0]
 
5167
:ufw-user-logging-forward - [0:0]
 
5168
:ufw-after-logging-input - [0:0]
 
5169
:ufw-after-logging-output - [0:0]
 
5170
:ufw-after-logging-forward - [0:0]
 
5171
:ufw-logging-deny - [0:0]
 
5172
:ufw-logging-allow - [0:0]
2654
5173
:ufw-user-limit - [0:0]
2655
5174
:ufw-user-limit-accept - [0:0]
2656
5175
### RULES ###
2659
5178
-A ufw-user-input -p tcp -s 192.168.0.0/16 --sport 443 -j DROP -m comment --comment 'sapp_Apache%20Secure'
2660
5179
 
2661
5180
### END RULES ###
 
5181
 
 
5182
### LOGGING ###
 
5183
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5184
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5185
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5186
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5187
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5188
### END LOGGING ###
 
5189
 
 
5190
### RATE LIMITING ###
2662
5191
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2663
5192
-A ufw-user-limit -j REJECT
2664
5193
-A ufw-user-limit-accept -j ACCEPT
 
5194
### END RATE LIMITING ###
2665
5195
COMMIT
2666
5196
Rules updated
2667
5197
 
2672
5202
:ufw-user-input - [0:0]
2673
5203
:ufw-user-output - [0:0]
2674
5204
:ufw-user-forward - [0:0]
 
5205
:ufw-before-logging-input - [0:0]
 
5206
:ufw-before-logging-output - [0:0]
 
5207
:ufw-before-logging-forward - [0:0]
 
5208
:ufw-user-logging-input - [0:0]
 
5209
:ufw-user-logging-output - [0:0]
 
5210
:ufw-user-logging-forward - [0:0]
 
5211
:ufw-after-logging-input - [0:0]
 
5212
:ufw-after-logging-output - [0:0]
 
5213
:ufw-after-logging-forward - [0:0]
 
5214
:ufw-logging-deny - [0:0]
 
5215
:ufw-logging-allow - [0:0]
2675
5216
:ufw-user-limit - [0:0]
2676
5217
:ufw-user-limit-accept - [0:0]
2677
5218
### RULES ###
2680
5221
-A ufw-user-input -p tcp -m multiport --sports 80,443 -s 192.168.0.0/16 -j DROP -m comment --comment 'sapp_Apache%20Full'
2681
5222
 
2682
5223
### END RULES ###
 
5224
 
 
5225
### LOGGING ###
 
5226
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5227
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5228
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5229
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5230
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5231
### END LOGGING ###
 
5232
 
 
5233
### RATE LIMITING ###
2683
5234
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2684
5235
-A ufw-user-limit -j REJECT
2685
5236
-A ufw-user-limit-accept -j ACCEPT
 
5237
### END RATE LIMITING ###
2686
5238
COMMIT
2687
5239
Rules updated
2688
5240
 
2693
5245
:ufw-user-input - [0:0]
2694
5246
:ufw-user-output - [0:0]
2695
5247
:ufw-user-forward - [0:0]
 
5248
:ufw-before-logging-input - [0:0]
 
5249
:ufw-before-logging-output - [0:0]
 
5250
:ufw-before-logging-forward - [0:0]
 
5251
:ufw-user-logging-input - [0:0]
 
5252
:ufw-user-logging-output - [0:0]
 
5253
:ufw-user-logging-forward - [0:0]
 
5254
:ufw-after-logging-input - [0:0]
 
5255
:ufw-after-logging-output - [0:0]
 
5256
:ufw-after-logging-forward - [0:0]
 
5257
:ufw-logging-deny - [0:0]
 
5258
:ufw-logging-allow - [0:0]
2696
5259
:ufw-user-limit - [0:0]
2697
5260
:ufw-user-limit-accept - [0:0]
2698
5261
### RULES ###
2702
5265
-A ufw-user-input -p udp -s 192.168.0.0/16 --sport 53 -j DROP -m comment --comment 'sapp_Bind9'
2703
5266
 
2704
5267
### END RULES ###
 
5268
 
 
5269
### LOGGING ###
 
5270
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5271
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5272
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5273
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5274
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5275
### END LOGGING ###
 
5276
 
 
5277
### RATE LIMITING ###
2705
5278
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2706
5279
-A ufw-user-limit -j REJECT
2707
5280
-A ufw-user-limit-accept -j ACCEPT
 
5281
### END RATE LIMITING ###
2708
5282
COMMIT
2709
5283
Rules updated
2710
5284
 
2715
5289
:ufw-user-input - [0:0]
2716
5290
:ufw-user-output - [0:0]
2717
5291
:ufw-user-forward - [0:0]
 
5292
:ufw-before-logging-input - [0:0]
 
5293
:ufw-before-logging-output - [0:0]
 
5294
:ufw-before-logging-forward - [0:0]
 
5295
:ufw-user-logging-input - [0:0]
 
5296
:ufw-user-logging-output - [0:0]
 
5297
:ufw-user-logging-forward - [0:0]
 
5298
:ufw-after-logging-input - [0:0]
 
5299
:ufw-after-logging-output - [0:0]
 
5300
:ufw-after-logging-forward - [0:0]
 
5301
:ufw-logging-deny - [0:0]
 
5302
:ufw-logging-allow - [0:0]
2718
5303
:ufw-user-limit - [0:0]
2719
5304
:ufw-user-limit-accept - [0:0]
2720
5305
### RULES ###
2723
5308
-A ufw-user-input -p udp -m multiport --sports 137,138 -s 192.168.0.0/16 -j DROP -m comment --comment 'sapp_Samba'
2724
5309
 
2725
5310
### END RULES ###
 
5311
 
 
5312
### LOGGING ###
 
5313
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5314
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5315
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5316
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5317
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5318
### END LOGGING ###
 
5319
 
 
5320
### RATE LIMITING ###
2726
5321
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2727
5322
-A ufw-user-limit -j REJECT
2728
5323
-A ufw-user-limit-accept -j ACCEPT
 
5324
### END RATE LIMITING ###
2729
5325
COMMIT
2730
5326
*filter
2731
5327
:ufw-user-input - [0:0]
2732
5328
:ufw-user-output - [0:0]
2733
5329
:ufw-user-forward - [0:0]
 
5330
:ufw-before-logging-input - [0:0]
 
5331
:ufw-before-logging-output - [0:0]
 
5332
:ufw-before-logging-forward - [0:0]
 
5333
:ufw-user-logging-input - [0:0]
 
5334
:ufw-user-logging-output - [0:0]
 
5335
:ufw-user-logging-forward - [0:0]
 
5336
:ufw-after-logging-input - [0:0]
 
5337
:ufw-after-logging-output - [0:0]
 
5338
:ufw-after-logging-forward - [0:0]
 
5339
:ufw-logging-deny - [0:0]
 
5340
:ufw-logging-allow - [0:0]
2734
5341
:ufw-user-limit - [0:0]
2735
5342
:ufw-user-limit-accept - [0:0]
2736
5343
### RULES ###
2742
5349
-A ufw-user-input -p tcp -m multiport --sports 139,445 -s 192.168.0.0/16 -j DROP -m comment --comment 'sapp_Samba'
2743
5350
 
2744
5351
### END RULES ###
 
5352
 
 
5353
### LOGGING ###
 
5354
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5355
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5356
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5357
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5358
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5359
### END LOGGING ###
 
5360
 
 
5361
### RATE LIMITING ###
2745
5362
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2746
5363
-A ufw-user-limit -j REJECT
2747
5364
-A ufw-user-limit-accept -j ACCEPT
 
5365
### END RATE LIMITING ###
2748
5366
COMMIT
2749
5367
Rules updated
2750
5368
 
2755
5373
:ufw-user-input - [0:0]
2756
5374
:ufw-user-output - [0:0]
2757
5375
:ufw-user-forward - [0:0]
 
5376
:ufw-before-logging-input - [0:0]
 
5377
:ufw-before-logging-output - [0:0]
 
5378
:ufw-before-logging-forward - [0:0]
 
5379
:ufw-user-logging-input - [0:0]
 
5380
:ufw-user-logging-output - [0:0]
 
5381
:ufw-user-logging-forward - [0:0]
 
5382
:ufw-after-logging-input - [0:0]
 
5383
:ufw-after-logging-output - [0:0]
 
5384
:ufw-after-logging-forward - [0:0]
 
5385
:ufw-logging-deny - [0:0]
 
5386
:ufw-logging-allow - [0:0]
2758
5387
:ufw-user-limit - [0:0]
2759
5388
:ufw-user-limit-accept - [0:0]
2760
5389
### RULES ###
2763
5392
-A ufw-user-input -p udp -s 192.168.0.0/16 --sport 123 -j DROP -m comment --comment 'sapp_OpenNTPD'
2764
5393
 
2765
5394
### END RULES ###
 
5395
 
 
5396
### LOGGING ###
 
5397
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5398
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5399
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5400
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5401
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5402
### END LOGGING ###
 
5403
 
 
5404
### RATE LIMITING ###
2766
5405
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2767
5406
-A ufw-user-limit -j REJECT
2768
5407
-A ufw-user-limit-accept -j ACCEPT
 
5408
### END RATE LIMITING ###
2769
5409
COMMIT
2770
5410
Rules updated
2771
5411
 
2776
5416
:ufw-user-input - [0:0]
2777
5417
:ufw-user-output - [0:0]
2778
5418
:ufw-user-forward - [0:0]
 
5419
:ufw-before-logging-input - [0:0]
 
5420
:ufw-before-logging-output - [0:0]
 
5421
:ufw-before-logging-forward - [0:0]
 
5422
:ufw-user-logging-input - [0:0]
 
5423
:ufw-user-logging-output - [0:0]
 
5424
:ufw-user-logging-forward - [0:0]
 
5425
:ufw-after-logging-input - [0:0]
 
5426
:ufw-after-logging-output - [0:0]
 
5427
:ufw-after-logging-forward - [0:0]
 
5428
:ufw-logging-deny - [0:0]
 
5429
:ufw-logging-allow - [0:0]
2779
5430
:ufw-user-limit - [0:0]
2780
5431
:ufw-user-limit-accept - [0:0]
2781
5432
### RULES ###
2784
5435
-A ufw-user-input -p tcp -m multiport --sports 1234,5678 -s 192.168.0.0/16 -j DROP -m comment --comment 'sapp_Multi%20TCP'
2785
5436
 
2786
5437
### END RULES ###
 
5438
 
 
5439
### LOGGING ###
 
5440
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5441
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5442
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5443
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5444
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5445
### END LOGGING ###
 
5446
 
 
5447
### RATE LIMITING ###
2787
5448
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2788
5449
-A ufw-user-limit -j REJECT
2789
5450
-A ufw-user-limit-accept -j ACCEPT
 
5451
### END RATE LIMITING ###
2790
5452
COMMIT
2791
5453
Rules updated
2792
5454
 
2797
5459
:ufw-user-input - [0:0]
2798
5460
:ufw-user-output - [0:0]
2799
5461
:ufw-user-forward - [0:0]
 
5462
:ufw-before-logging-input - [0:0]
 
5463
:ufw-before-logging-output - [0:0]
 
5464
:ufw-before-logging-forward - [0:0]
 
5465
:ufw-user-logging-input - [0:0]
 
5466
:ufw-user-logging-output - [0:0]
 
5467
:ufw-user-logging-forward - [0:0]
 
5468
:ufw-after-logging-input - [0:0]
 
5469
:ufw-after-logging-output - [0:0]
 
5470
:ufw-after-logging-forward - [0:0]
 
5471
:ufw-logging-deny - [0:0]
 
5472
:ufw-logging-allow - [0:0]
2800
5473
:ufw-user-limit - [0:0]
2801
5474
:ufw-user-limit-accept - [0:0]
2802
5475
### RULES ###
2805
5478
-A ufw-user-input -p udp -m multiport --sports 1234,5678 -s 192.168.0.0/16 -j DROP -m comment --comment 'sapp_Multi%20UDP'
2806
5479
 
2807
5480
### END RULES ###
 
5481
 
 
5482
### LOGGING ###
 
5483
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5484
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5485
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5486
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5487
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5488
### END LOGGING ###
 
5489
 
 
5490
### RATE LIMITING ###
2808
5491
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2809
5492
-A ufw-user-limit -j REJECT
2810
5493
-A ufw-user-limit-accept -j ACCEPT
 
5494
### END RATE LIMITING ###
2811
5495
COMMIT
2812
5496
Rules updated
2813
5497
 
2818
5502
:ufw-user-input - [0:0]
2819
5503
:ufw-user-output - [0:0]
2820
5504
:ufw-user-forward - [0:0]
 
5505
:ufw-before-logging-input - [0:0]
 
5506
:ufw-before-logging-output - [0:0]
 
5507
:ufw-before-logging-forward - [0:0]
 
5508
:ufw-user-logging-input - [0:0]
 
5509
:ufw-user-logging-output - [0:0]
 
5510
:ufw-user-logging-forward - [0:0]
 
5511
:ufw-after-logging-input - [0:0]
 
5512
:ufw-after-logging-output - [0:0]
 
5513
:ufw-after-logging-forward - [0:0]
 
5514
:ufw-logging-deny - [0:0]
 
5515
:ufw-logging-allow - [0:0]
2821
5516
:ufw-user-limit - [0:0]
2822
5517
:ufw-user-limit-accept - [0:0]
2823
5518
### RULES ###
2826
5521
-A ufw-user-input -p tcp --sport 80 -j DROP -m comment --comment 'sapp_Apache'
2827
5522
 
2828
5523
### END RULES ###
 
5524
 
 
5525
### LOGGING ###
 
5526
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5527
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5528
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5529
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5530
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5531
### END LOGGING ###
 
5532
 
 
5533
### RATE LIMITING ###
2829
5534
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2830
5535
-A ufw-user-limit -j REJECT
2831
5536
-A ufw-user-limit-accept -j ACCEPT
 
5537
### END RATE LIMITING ###
2832
5538
COMMIT
2833
5539
Rules updated
2834
5540
 
2839
5545
:ufw-user-input - [0:0]
2840
5546
:ufw-user-output - [0:0]
2841
5547
:ufw-user-forward - [0:0]
 
5548
:ufw-before-logging-input - [0:0]
 
5549
:ufw-before-logging-output - [0:0]
 
5550
:ufw-before-logging-forward - [0:0]
 
5551
:ufw-user-logging-input - [0:0]
 
5552
:ufw-user-logging-output - [0:0]
 
5553
:ufw-user-logging-forward - [0:0]
 
5554
:ufw-after-logging-input - [0:0]
 
5555
:ufw-after-logging-output - [0:0]
 
5556
:ufw-after-logging-forward - [0:0]
 
5557
:ufw-logging-deny - [0:0]
 
5558
:ufw-logging-allow - [0:0]
2842
5559
:ufw-user-limit - [0:0]
2843
5560
:ufw-user-limit-accept - [0:0]
2844
5561
### RULES ###
2847
5564
-A ufw-user-input -p tcp --sport 443 -j DROP -m comment --comment 'sapp_Apache%20Secure'
2848
5565
 
2849
5566
### END RULES ###
 
5567
 
 
5568
### LOGGING ###
 
5569
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5570
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5571
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5572
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5573
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5574
### END LOGGING ###
 
5575
 
 
5576
### RATE LIMITING ###
2850
5577
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2851
5578
-A ufw-user-limit -j REJECT
2852
5579
-A ufw-user-limit-accept -j ACCEPT
 
5580
### END RATE LIMITING ###
2853
5581
COMMIT
2854
5582
Rules updated
2855
5583
 
2860
5588
:ufw-user-input - [0:0]
2861
5589
:ufw-user-output - [0:0]
2862
5590
:ufw-user-forward - [0:0]
 
5591
:ufw-before-logging-input - [0:0]
 
5592
:ufw-before-logging-output - [0:0]
 
5593
:ufw-before-logging-forward - [0:0]
 
5594
:ufw-user-logging-input - [0:0]
 
5595
:ufw-user-logging-output - [0:0]
 
5596
:ufw-user-logging-forward - [0:0]
 
5597
:ufw-after-logging-input - [0:0]
 
5598
:ufw-after-logging-output - [0:0]
 
5599
:ufw-after-logging-forward - [0:0]
 
5600
:ufw-logging-deny - [0:0]
 
5601
:ufw-logging-allow - [0:0]
2863
5602
:ufw-user-limit - [0:0]
2864
5603
:ufw-user-limit-accept - [0:0]
2865
5604
### RULES ###
2868
5607
-A ufw-user-input -p tcp -m multiport --sports 80,443 -j DROP -m comment --comment 'sapp_Apache%20Full'
2869
5608
 
2870
5609
### END RULES ###
 
5610
 
 
5611
### LOGGING ###
 
5612
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5613
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5614
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5615
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5616
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5617
### END LOGGING ###
 
5618
 
 
5619
### RATE LIMITING ###
2871
5620
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2872
5621
-A ufw-user-limit -j REJECT
2873
5622
-A ufw-user-limit-accept -j ACCEPT
 
5623
### END RATE LIMITING ###
2874
5624
COMMIT
2875
5625
Rules updated
2876
5626
 
2881
5631
:ufw-user-input - [0:0]
2882
5632
:ufw-user-output - [0:0]
2883
5633
:ufw-user-forward - [0:0]
 
5634
:ufw-before-logging-input - [0:0]
 
5635
:ufw-before-logging-output - [0:0]
 
5636
:ufw-before-logging-forward - [0:0]
 
5637
:ufw-user-logging-input - [0:0]
 
5638
:ufw-user-logging-output - [0:0]
 
5639
:ufw-user-logging-forward - [0:0]
 
5640
:ufw-after-logging-input - [0:0]
 
5641
:ufw-after-logging-output - [0:0]
 
5642
:ufw-after-logging-forward - [0:0]
 
5643
:ufw-logging-deny - [0:0]
 
5644
:ufw-logging-allow - [0:0]
2884
5645
:ufw-user-limit - [0:0]
2885
5646
:ufw-user-limit-accept - [0:0]
2886
5647
### RULES ###
2890
5651
-A ufw-user-input -p udp --sport 53 -j DROP -m comment --comment 'sapp_Bind9'
2891
5652
 
2892
5653
### END RULES ###
 
5654
 
 
5655
### LOGGING ###
 
5656
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5657
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5658
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5659
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5660
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5661
### END LOGGING ###
 
5662
 
 
5663
### RATE LIMITING ###
2893
5664
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2894
5665
-A ufw-user-limit -j REJECT
2895
5666
-A ufw-user-limit-accept -j ACCEPT
 
5667
### END RATE LIMITING ###
2896
5668
COMMIT
2897
5669
Rules updated
2898
5670
 
2903
5675
:ufw-user-input - [0:0]
2904
5676
:ufw-user-output - [0:0]
2905
5677
:ufw-user-forward - [0:0]
 
5678
:ufw-before-logging-input - [0:0]
 
5679
:ufw-before-logging-output - [0:0]
 
5680
:ufw-before-logging-forward - [0:0]
 
5681
:ufw-user-logging-input - [0:0]
 
5682
:ufw-user-logging-output - [0:0]
 
5683
:ufw-user-logging-forward - [0:0]
 
5684
:ufw-after-logging-input - [0:0]
 
5685
:ufw-after-logging-output - [0:0]
 
5686
:ufw-after-logging-forward - [0:0]
 
5687
:ufw-logging-deny - [0:0]
 
5688
:ufw-logging-allow - [0:0]
2906
5689
:ufw-user-limit - [0:0]
2907
5690
:ufw-user-limit-accept - [0:0]
2908
5691
### RULES ###
2911
5694
-A ufw-user-input -p udp -m multiport --sports 137,138 -j DROP -m comment --comment 'sapp_Samba'
2912
5695
 
2913
5696
### END RULES ###
 
5697
 
 
5698
### LOGGING ###
 
5699
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5700
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5701
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5702
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5703
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5704
### END LOGGING ###
 
5705
 
 
5706
### RATE LIMITING ###
2914
5707
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2915
5708
-A ufw-user-limit -j REJECT
2916
5709
-A ufw-user-limit-accept -j ACCEPT
 
5710
### END RATE LIMITING ###
2917
5711
COMMIT
2918
5712
*filter
2919
5713
:ufw-user-input - [0:0]
2920
5714
:ufw-user-output - [0:0]
2921
5715
:ufw-user-forward - [0:0]
 
5716
:ufw-before-logging-input - [0:0]
 
5717
:ufw-before-logging-output - [0:0]
 
5718
:ufw-before-logging-forward - [0:0]
 
5719
:ufw-user-logging-input - [0:0]
 
5720
:ufw-user-logging-output - [0:0]
 
5721
:ufw-user-logging-forward - [0:0]
 
5722
:ufw-after-logging-input - [0:0]
 
5723
:ufw-after-logging-output - [0:0]
 
5724
:ufw-after-logging-forward - [0:0]
 
5725
:ufw-logging-deny - [0:0]
 
5726
:ufw-logging-allow - [0:0]
2922
5727
:ufw-user-limit - [0:0]
2923
5728
:ufw-user-limit-accept - [0:0]
2924
5729
### RULES ###
2930
5735
-A ufw-user-input -p tcp -m multiport --sports 139,445 -j DROP -m comment --comment 'sapp_Samba'
2931
5736
 
2932
5737
### END RULES ###
 
5738
 
 
5739
### LOGGING ###
 
5740
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5741
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5742
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5743
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5744
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5745
### END LOGGING ###
 
5746
 
 
5747
### RATE LIMITING ###
2933
5748
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2934
5749
-A ufw-user-limit -j REJECT
2935
5750
-A ufw-user-limit-accept -j ACCEPT
 
5751
### END RATE LIMITING ###
2936
5752
COMMIT
2937
5753
Rules updated
2938
5754
 
2943
5759
:ufw-user-input - [0:0]
2944
5760
:ufw-user-output - [0:0]
2945
5761
:ufw-user-forward - [0:0]
 
5762
:ufw-before-logging-input - [0:0]
 
5763
:ufw-before-logging-output - [0:0]
 
5764
:ufw-before-logging-forward - [0:0]
 
5765
:ufw-user-logging-input - [0:0]
 
5766
:ufw-user-logging-output - [0:0]
 
5767
:ufw-user-logging-forward - [0:0]
 
5768
:ufw-after-logging-input - [0:0]
 
5769
:ufw-after-logging-output - [0:0]
 
5770
:ufw-after-logging-forward - [0:0]
 
5771
:ufw-logging-deny - [0:0]
 
5772
:ufw-logging-allow - [0:0]
2946
5773
:ufw-user-limit - [0:0]
2947
5774
:ufw-user-limit-accept - [0:0]
2948
5775
### RULES ###
2951
5778
-A ufw-user-input -p udp --sport 123 -j DROP -m comment --comment 'sapp_OpenNTPD'
2952
5779
 
2953
5780
### END RULES ###
 
5781
 
 
5782
### LOGGING ###
 
5783
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5784
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5785
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5786
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5787
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5788
### END LOGGING ###
 
5789
 
 
5790
### RATE LIMITING ###
2954
5791
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2955
5792
-A ufw-user-limit -j REJECT
2956
5793
-A ufw-user-limit-accept -j ACCEPT
 
5794
### END RATE LIMITING ###
2957
5795
COMMIT
2958
5796
Rules updated
2959
5797
 
2964
5802
:ufw-user-input - [0:0]
2965
5803
:ufw-user-output - [0:0]
2966
5804
:ufw-user-forward - [0:0]
 
5805
:ufw-before-logging-input - [0:0]
 
5806
:ufw-before-logging-output - [0:0]
 
5807
:ufw-before-logging-forward - [0:0]
 
5808
:ufw-user-logging-input - [0:0]
 
5809
:ufw-user-logging-output - [0:0]
 
5810
:ufw-user-logging-forward - [0:0]
 
5811
:ufw-after-logging-input - [0:0]
 
5812
:ufw-after-logging-output - [0:0]
 
5813
:ufw-after-logging-forward - [0:0]
 
5814
:ufw-logging-deny - [0:0]
 
5815
:ufw-logging-allow - [0:0]
2967
5816
:ufw-user-limit - [0:0]
2968
5817
:ufw-user-limit-accept - [0:0]
2969
5818
### RULES ###
2972
5821
-A ufw-user-input -p tcp -m multiport --sports 1234,5678 -j DROP -m comment --comment 'sapp_Multi%20TCP'
2973
5822
 
2974
5823
### END RULES ###
 
5824
 
 
5825
### LOGGING ###
 
5826
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5827
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5828
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5829
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5830
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5831
### END LOGGING ###
 
5832
 
 
5833
### RATE LIMITING ###
2975
5834
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2976
5835
-A ufw-user-limit -j REJECT
2977
5836
-A ufw-user-limit-accept -j ACCEPT
 
5837
### END RATE LIMITING ###
2978
5838
COMMIT
2979
5839
Rules updated
2980
5840
 
2985
5845
:ufw-user-input - [0:0]
2986
5846
:ufw-user-output - [0:0]
2987
5847
:ufw-user-forward - [0:0]
 
5848
:ufw-before-logging-input - [0:0]
 
5849
:ufw-before-logging-output - [0:0]
 
5850
:ufw-before-logging-forward - [0:0]
 
5851
:ufw-user-logging-input - [0:0]
 
5852
:ufw-user-logging-output - [0:0]
 
5853
:ufw-user-logging-forward - [0:0]
 
5854
:ufw-after-logging-input - [0:0]
 
5855
:ufw-after-logging-output - [0:0]
 
5856
:ufw-after-logging-forward - [0:0]
 
5857
:ufw-logging-deny - [0:0]
 
5858
:ufw-logging-allow - [0:0]
2988
5859
:ufw-user-limit - [0:0]
2989
5860
:ufw-user-limit-accept - [0:0]
2990
5861
### RULES ###
2993
5864
-A ufw-user-input -p udp -m multiport --sports 1234,5678 -j DROP -m comment --comment 'sapp_Multi%20UDP'
2994
5865
 
2995
5866
### END RULES ###
 
5867
 
 
5868
### LOGGING ###
 
5869
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5870
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5871
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5872
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5873
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5874
### END LOGGING ###
 
5875
 
 
5876
### RATE LIMITING ###
2996
5877
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
2997
5878
-A ufw-user-limit -j REJECT
2998
5879
-A ufw-user-limit-accept -j ACCEPT
 
5880
### END RATE LIMITING ###
2999
5881
COMMIT
3000
5882
Rules updated
3001
5883
 
3006
5888
:ufw-user-input - [0:0]
3007
5889
:ufw-user-output - [0:0]
3008
5890
:ufw-user-forward - [0:0]
 
5891
:ufw-before-logging-input - [0:0]
 
5892
:ufw-before-logging-output - [0:0]
 
5893
:ufw-before-logging-forward - [0:0]
 
5894
:ufw-user-logging-input - [0:0]
 
5895
:ufw-user-logging-output - [0:0]
 
5896
:ufw-user-logging-forward - [0:0]
 
5897
:ufw-after-logging-input - [0:0]
 
5898
:ufw-after-logging-output - [0:0]
 
5899
:ufw-after-logging-forward - [0:0]
 
5900
:ufw-logging-deny - [0:0]
 
5901
:ufw-logging-allow - [0:0]
3009
5902
:ufw-user-limit - [0:0]
3010
5903
:ufw-user-limit-accept - [0:0]
3011
5904
### RULES ###
3014
5907
-A ufw-user-input -p tcp -d 192.168.0.2 --dport 8080 -s 192.168.0.1 --sport 80 -j DROP -m comment --comment 'sapp_Apache'
3015
5908
 
3016
5909
### END RULES ###
 
5910
 
 
5911
### LOGGING ###
 
5912
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5913
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5914
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5915
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5916
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5917
### END LOGGING ###
 
5918
 
 
5919
### RATE LIMITING ###
3017
5920
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3018
5921
-A ufw-user-limit -j REJECT
3019
5922
-A ufw-user-limit-accept -j ACCEPT
 
5923
### END RATE LIMITING ###
3020
5924
COMMIT
3021
5925
Rules updated
3022
5926
 
3027
5931
:ufw-user-input - [0:0]
3028
5932
:ufw-user-output - [0:0]
3029
5933
:ufw-user-forward - [0:0]
 
5934
:ufw-before-logging-input - [0:0]
 
5935
:ufw-before-logging-output - [0:0]
 
5936
:ufw-before-logging-forward - [0:0]
 
5937
:ufw-user-logging-input - [0:0]
 
5938
:ufw-user-logging-output - [0:0]
 
5939
:ufw-user-logging-forward - [0:0]
 
5940
:ufw-after-logging-input - [0:0]
 
5941
:ufw-after-logging-output - [0:0]
 
5942
:ufw-after-logging-forward - [0:0]
 
5943
:ufw-logging-deny - [0:0]
 
5944
:ufw-logging-allow - [0:0]
3030
5945
:ufw-user-limit - [0:0]
3031
5946
:ufw-user-limit-accept - [0:0]
3032
5947
### RULES ###
3035
5950
-A ufw-user-input -p udp -d 192.168.0.2 --dport 10123 -s 192.168.0.1 --sport 123 -j DROP -m comment --comment 'sapp_OpenNTPD'
3036
5951
 
3037
5952
### END RULES ###
 
5953
 
 
5954
### LOGGING ###
 
5955
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5956
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5957
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
5958
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5959
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
5960
### END LOGGING ###
 
5961
 
 
5962
### RATE LIMITING ###
3038
5963
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3039
5964
-A ufw-user-limit -j REJECT
3040
5965
-A ufw-user-limit-accept -j ACCEPT
 
5966
### END RATE LIMITING ###
3041
5967
COMMIT
3042
5968
Rules updated
3043
5969
 
3048
5974
:ufw-user-input - [0:0]
3049
5975
:ufw-user-output - [0:0]
3050
5976
:ufw-user-forward - [0:0]
 
5977
:ufw-before-logging-input - [0:0]
 
5978
:ufw-before-logging-output - [0:0]
 
5979
:ufw-before-logging-forward - [0:0]
 
5980
:ufw-user-logging-input - [0:0]
 
5981
:ufw-user-logging-output - [0:0]
 
5982
:ufw-user-logging-forward - [0:0]
 
5983
:ufw-after-logging-input - [0:0]
 
5984
:ufw-after-logging-output - [0:0]
 
5985
:ufw-after-logging-forward - [0:0]
 
5986
:ufw-logging-deny - [0:0]
 
5987
:ufw-logging-allow - [0:0]
3051
5988
:ufw-user-limit - [0:0]
3052
5989
:ufw-user-limit-accept - [0:0]
3053
5990
### RULES ###
3056
5993
-A ufw-user-input -p udp -m multiport --dports 53 -m multiport --sports 137,138 -d 192.168.0.2 -s 192.168.0.1 -j DROP -m comment --comment 'dapp_Bind9,sapp_Samba'
3057
5994
 
3058
5995
### END RULES ###
 
5996
 
 
5997
### LOGGING ###
 
5998
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
5999
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6000
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6001
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6002
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6003
### END LOGGING ###
 
6004
 
 
6005
### RATE LIMITING ###
3059
6006
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3060
6007
-A ufw-user-limit -j REJECT
3061
6008
-A ufw-user-limit-accept -j ACCEPT
 
6009
### END RATE LIMITING ###
3062
6010
COMMIT
3063
6011
*filter
3064
6012
:ufw-user-input - [0:0]
3065
6013
:ufw-user-output - [0:0]
3066
6014
:ufw-user-forward - [0:0]
 
6015
:ufw-before-logging-input - [0:0]
 
6016
:ufw-before-logging-output - [0:0]
 
6017
:ufw-before-logging-forward - [0:0]
 
6018
:ufw-user-logging-input - [0:0]
 
6019
:ufw-user-logging-output - [0:0]
 
6020
:ufw-user-logging-forward - [0:0]
 
6021
:ufw-after-logging-input - [0:0]
 
6022
:ufw-after-logging-output - [0:0]
 
6023
:ufw-after-logging-forward - [0:0]
 
6024
:ufw-logging-deny - [0:0]
 
6025
:ufw-logging-allow - [0:0]
3067
6026
:ufw-user-limit - [0:0]
3068
6027
:ufw-user-limit-accept - [0:0]
3069
6028
### RULES ###
3075
6034
-A ufw-user-input -p tcp -m multiport --dports 53 -m multiport --sports 139,445 -d 192.168.0.2 -s 192.168.0.1 -j DROP -m comment --comment 'dapp_Bind9,sapp_Samba'
3076
6035
 
3077
6036
### END RULES ###
 
6037
 
 
6038
### LOGGING ###
 
6039
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6040
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6041
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6042
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6043
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6044
### END LOGGING ###
 
6045
 
 
6046
### RATE LIMITING ###
3078
6047
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3079
6048
-A ufw-user-limit -j REJECT
3080
6049
-A ufw-user-limit-accept -j ACCEPT
 
6050
### END RATE LIMITING ###
3081
6051
COMMIT
3082
6052
Rules updated
3083
6053
 
3088
6058
:ufw-user-input - [0:0]
3089
6059
:ufw-user-output - [0:0]
3090
6060
:ufw-user-forward - [0:0]
 
6061
:ufw-before-logging-input - [0:0]
 
6062
:ufw-before-logging-output - [0:0]
 
6063
:ufw-before-logging-forward - [0:0]
 
6064
:ufw-user-logging-input - [0:0]
 
6065
:ufw-user-logging-output - [0:0]
 
6066
:ufw-user-logging-forward - [0:0]
 
6067
:ufw-after-logging-input - [0:0]
 
6068
:ufw-after-logging-output - [0:0]
 
6069
:ufw-after-logging-forward - [0:0]
 
6070
:ufw-logging-deny - [0:0]
 
6071
:ufw-logging-allow - [0:0]
3091
6072
:ufw-user-limit - [0:0]
3092
6073
:ufw-user-limit-accept - [0:0]
3093
6074
### RULES ###
3096
6077
-A ufw-user-input -p udp -m multiport --dports 22 -m multiport --sports 137,138 -d 192.168.0.2 -s 192.168.0.1 -j DROP -m comment --comment 'sapp_Samba'
3097
6078
 
3098
6079
### END RULES ###
 
6080
 
 
6081
### LOGGING ###
 
6082
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6083
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6084
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6085
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6086
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6087
### END LOGGING ###
 
6088
 
 
6089
### RATE LIMITING ###
3099
6090
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3100
6091
-A ufw-user-limit -j REJECT
3101
6092
-A ufw-user-limit-accept -j ACCEPT
 
6093
### END RATE LIMITING ###
3102
6094
COMMIT
3103
6095
*filter
3104
6096
:ufw-user-input - [0:0]
3105
6097
:ufw-user-output - [0:0]
3106
6098
:ufw-user-forward - [0:0]
 
6099
:ufw-before-logging-input - [0:0]
 
6100
:ufw-before-logging-output - [0:0]
 
6101
:ufw-before-logging-forward - [0:0]
 
6102
:ufw-user-logging-input - [0:0]
 
6103
:ufw-user-logging-output - [0:0]
 
6104
:ufw-user-logging-forward - [0:0]
 
6105
:ufw-after-logging-input - [0:0]
 
6106
:ufw-after-logging-output - [0:0]
 
6107
:ufw-after-logging-forward - [0:0]
 
6108
:ufw-logging-deny - [0:0]
 
6109
:ufw-logging-allow - [0:0]
3107
6110
:ufw-user-limit - [0:0]
3108
6111
:ufw-user-limit-accept - [0:0]
3109
6112
### RULES ###
3115
6118
-A ufw-user-input -p tcp -m multiport --dports 22 -m multiport --sports 139,445 -d 192.168.0.2 -s 192.168.0.1 -j DROP -m comment --comment 'sapp_Samba'
3116
6119
 
3117
6120
### END RULES ###
 
6121
 
 
6122
### LOGGING ###
 
6123
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6124
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6125
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6126
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6127
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6128
### END LOGGING ###
 
6129
 
 
6130
### RATE LIMITING ###
3118
6131
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3119
6132
-A ufw-user-limit -j REJECT
3120
6133
-A ufw-user-limit-accept -j ACCEPT
 
6134
### END RATE LIMITING ###
3121
6135
COMMIT
3122
6136
Rules updated
3123
6137
 
3128
6142
:ufw-user-input - [0:0]
3129
6143
:ufw-user-output - [0:0]
3130
6144
:ufw-user-forward - [0:0]
 
6145
:ufw-before-logging-input - [0:0]
 
6146
:ufw-before-logging-output - [0:0]
 
6147
:ufw-before-logging-forward - [0:0]
 
6148
:ufw-user-logging-input - [0:0]
 
6149
:ufw-user-logging-output - [0:0]
 
6150
:ufw-user-logging-forward - [0:0]
 
6151
:ufw-after-logging-input - [0:0]
 
6152
:ufw-after-logging-output - [0:0]
 
6153
:ufw-after-logging-forward - [0:0]
 
6154
:ufw-logging-deny - [0:0]
 
6155
:ufw-logging-allow - [0:0]
3131
6156
:ufw-user-limit - [0:0]
3132
6157
:ufw-user-limit-accept - [0:0]
3133
6158
### RULES ###
3136
6161
-A ufw-user-input -p tcp -m multiport --dports 80,443 -m multiport --sports 80 -d 192.168.0.2 -s 192.168.0.1 -j DROP -m comment --comment 'dapp_Apache%20Full,sapp_Apache'
3137
6162
 
3138
6163
### END RULES ###
 
6164
 
 
6165
### LOGGING ###
 
6166
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6167
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6168
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6169
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6170
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6171
### END LOGGING ###
 
6172
 
 
6173
### RATE LIMITING ###
3139
6174
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3140
6175
-A ufw-user-limit -j REJECT
3141
6176
-A ufw-user-limit-accept -j ACCEPT
 
6177
### END RATE LIMITING ###
3142
6178
COMMIT
3143
6179
Rules updated
3144
6180
 
3149
6185
:ufw-user-input - [0:0]
3150
6186
:ufw-user-output - [0:0]
3151
6187
:ufw-user-forward - [0:0]
 
6188
:ufw-before-logging-input - [0:0]
 
6189
:ufw-before-logging-output - [0:0]
 
6190
:ufw-before-logging-forward - [0:0]
 
6191
:ufw-user-logging-input - [0:0]
 
6192
:ufw-user-logging-output - [0:0]
 
6193
:ufw-user-logging-forward - [0:0]
 
6194
:ufw-after-logging-input - [0:0]
 
6195
:ufw-after-logging-output - [0:0]
 
6196
:ufw-after-logging-forward - [0:0]
 
6197
:ufw-logging-deny - [0:0]
 
6198
:ufw-logging-allow - [0:0]
3152
6199
:ufw-user-limit - [0:0]
3153
6200
:ufw-user-limit-accept - [0:0]
3154
6201
### RULES ###
3157
6204
-A ufw-user-input -p tcp -d 192.168.0.1 --dport 80 -s 192.168.0.2 --sport 8080 -j DROP -m comment --comment 'dapp_Apache'
3158
6205
 
3159
6206
### END RULES ###
 
6207
 
 
6208
### LOGGING ###
 
6209
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6210
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6211
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6212
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6213
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6214
### END LOGGING ###
 
6215
 
 
6216
### RATE LIMITING ###
3160
6217
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3161
6218
-A ufw-user-limit -j REJECT
3162
6219
-A ufw-user-limit-accept -j ACCEPT
 
6220
### END RATE LIMITING ###
3163
6221
COMMIT
3164
6222
Rules updated
3165
6223
 
3170
6228
:ufw-user-input - [0:0]
3171
6229
:ufw-user-output - [0:0]
3172
6230
:ufw-user-forward - [0:0]
 
6231
:ufw-before-logging-input - [0:0]
 
6232
:ufw-before-logging-output - [0:0]
 
6233
:ufw-before-logging-forward - [0:0]
 
6234
:ufw-user-logging-input - [0:0]
 
6235
:ufw-user-logging-output - [0:0]
 
6236
:ufw-user-logging-forward - [0:0]
 
6237
:ufw-after-logging-input - [0:0]
 
6238
:ufw-after-logging-output - [0:0]
 
6239
:ufw-after-logging-forward - [0:0]
 
6240
:ufw-logging-deny - [0:0]
 
6241
:ufw-logging-allow - [0:0]
3173
6242
:ufw-user-limit - [0:0]
3174
6243
:ufw-user-limit-accept - [0:0]
3175
6244
### RULES ###
3178
6247
-A ufw-user-input -p udp -d 192.168.0.1 --dport 123 -s 192.168.0.2 --sport 10123 -j DROP -m comment --comment 'dapp_OpenNTPD'
3179
6248
 
3180
6249
### END RULES ###
 
6250
 
 
6251
### LOGGING ###
 
6252
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6253
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6254
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6255
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6256
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6257
### END LOGGING ###
 
6258
 
 
6259
### RATE LIMITING ###
3181
6260
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3182
6261
-A ufw-user-limit -j REJECT
3183
6262
-A ufw-user-limit-accept -j ACCEPT
 
6263
### END RATE LIMITING ###
3184
6264
COMMIT
3185
6265
Rules updated
3186
6266
 
3191
6271
:ufw-user-input - [0:0]
3192
6272
:ufw-user-output - [0:0]
3193
6273
:ufw-user-forward - [0:0]
 
6274
:ufw-before-logging-input - [0:0]
 
6275
:ufw-before-logging-output - [0:0]
 
6276
:ufw-before-logging-forward - [0:0]
 
6277
:ufw-user-logging-input - [0:0]
 
6278
:ufw-user-logging-output - [0:0]
 
6279
:ufw-user-logging-forward - [0:0]
 
6280
:ufw-after-logging-input - [0:0]
 
6281
:ufw-after-logging-output - [0:0]
 
6282
:ufw-after-logging-forward - [0:0]
 
6283
:ufw-logging-deny - [0:0]
 
6284
:ufw-logging-allow - [0:0]
3194
6285
:ufw-user-limit - [0:0]
3195
6286
:ufw-user-limit-accept - [0:0]
3196
6287
### RULES ###
3199
6290
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 53 -d 192.168.0.1 -s 192.168.0.2 -j DROP -m comment --comment 'dapp_Samba,sapp_Bind9'
3200
6291
 
3201
6292
### END RULES ###
 
6293
 
 
6294
### LOGGING ###
 
6295
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6296
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6297
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6298
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6299
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6300
### END LOGGING ###
 
6301
 
 
6302
### RATE LIMITING ###
3202
6303
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3203
6304
-A ufw-user-limit -j REJECT
3204
6305
-A ufw-user-limit-accept -j ACCEPT
 
6306
### END RATE LIMITING ###
3205
6307
COMMIT
3206
6308
*filter
3207
6309
:ufw-user-input - [0:0]
3208
6310
:ufw-user-output - [0:0]
3209
6311
:ufw-user-forward - [0:0]
 
6312
:ufw-before-logging-input - [0:0]
 
6313
:ufw-before-logging-output - [0:0]
 
6314
:ufw-before-logging-forward - [0:0]
 
6315
:ufw-user-logging-input - [0:0]
 
6316
:ufw-user-logging-output - [0:0]
 
6317
:ufw-user-logging-forward - [0:0]
 
6318
:ufw-after-logging-input - [0:0]
 
6319
:ufw-after-logging-output - [0:0]
 
6320
:ufw-after-logging-forward - [0:0]
 
6321
:ufw-logging-deny - [0:0]
 
6322
:ufw-logging-allow - [0:0]
3210
6323
:ufw-user-limit - [0:0]
3211
6324
:ufw-user-limit-accept - [0:0]
3212
6325
### RULES ###
3218
6331
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 53 -d 192.168.0.1 -s 192.168.0.2 -j DROP -m comment --comment 'dapp_Samba,sapp_Bind9'
3219
6332
 
3220
6333
### END RULES ###
 
6334
 
 
6335
### LOGGING ###
 
6336
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6337
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6338
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6339
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6340
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6341
### END LOGGING ###
 
6342
 
 
6343
### RATE LIMITING ###
3221
6344
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3222
6345
-A ufw-user-limit -j REJECT
3223
6346
-A ufw-user-limit-accept -j ACCEPT
 
6347
### END RATE LIMITING ###
3224
6348
COMMIT
3225
6349
Rules updated
3226
6350
 
3231
6355
:ufw-user-input - [0:0]
3232
6356
:ufw-user-output - [0:0]
3233
6357
:ufw-user-forward - [0:0]
 
6358
:ufw-before-logging-input - [0:0]
 
6359
:ufw-before-logging-output - [0:0]
 
6360
:ufw-before-logging-forward - [0:0]
 
6361
:ufw-user-logging-input - [0:0]
 
6362
:ufw-user-logging-output - [0:0]
 
6363
:ufw-user-logging-forward - [0:0]
 
6364
:ufw-after-logging-input - [0:0]
 
6365
:ufw-after-logging-output - [0:0]
 
6366
:ufw-after-logging-forward - [0:0]
 
6367
:ufw-logging-deny - [0:0]
 
6368
:ufw-logging-allow - [0:0]
3234
6369
:ufw-user-limit - [0:0]
3235
6370
:ufw-user-limit-accept - [0:0]
3236
6371
### RULES ###
3239
6374
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 22 -d 192.168.0.1 -s 192.168.0.2 -j DROP -m comment --comment 'dapp_Samba'
3240
6375
 
3241
6376
### END RULES ###
 
6377
 
 
6378
### LOGGING ###
 
6379
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6380
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6381
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6382
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6383
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6384
### END LOGGING ###
 
6385
 
 
6386
### RATE LIMITING ###
3242
6387
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3243
6388
-A ufw-user-limit -j REJECT
3244
6389
-A ufw-user-limit-accept -j ACCEPT
 
6390
### END RATE LIMITING ###
3245
6391
COMMIT
3246
6392
*filter
3247
6393
:ufw-user-input - [0:0]
3248
6394
:ufw-user-output - [0:0]
3249
6395
:ufw-user-forward - [0:0]
 
6396
:ufw-before-logging-input - [0:0]
 
6397
:ufw-before-logging-output - [0:0]
 
6398
:ufw-before-logging-forward - [0:0]
 
6399
:ufw-user-logging-input - [0:0]
 
6400
:ufw-user-logging-output - [0:0]
 
6401
:ufw-user-logging-forward - [0:0]
 
6402
:ufw-after-logging-input - [0:0]
 
6403
:ufw-after-logging-output - [0:0]
 
6404
:ufw-after-logging-forward - [0:0]
 
6405
:ufw-logging-deny - [0:0]
 
6406
:ufw-logging-allow - [0:0]
3250
6407
:ufw-user-limit - [0:0]
3251
6408
:ufw-user-limit-accept - [0:0]
3252
6409
### RULES ###
3258
6415
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 22 -d 192.168.0.1 -s 192.168.0.2 -j DROP -m comment --comment 'dapp_Samba'
3259
6416
 
3260
6417
### END RULES ###
 
6418
 
 
6419
### LOGGING ###
 
6420
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6421
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6422
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6423
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6424
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6425
### END LOGGING ###
 
6426
 
 
6427
### RATE LIMITING ###
3261
6428
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3262
6429
-A ufw-user-limit -j REJECT
3263
6430
-A ufw-user-limit-accept -j ACCEPT
 
6431
### END RATE LIMITING ###
3264
6432
COMMIT
3265
6433
Rules updated
3266
6434
 
3271
6439
:ufw-user-input - [0:0]
3272
6440
:ufw-user-output - [0:0]
3273
6441
:ufw-user-forward - [0:0]
 
6442
:ufw-before-logging-input - [0:0]
 
6443
:ufw-before-logging-output - [0:0]
 
6444
:ufw-before-logging-forward - [0:0]
 
6445
:ufw-user-logging-input - [0:0]
 
6446
:ufw-user-logging-output - [0:0]
 
6447
:ufw-user-logging-forward - [0:0]
 
6448
:ufw-after-logging-input - [0:0]
 
6449
:ufw-after-logging-output - [0:0]
 
6450
:ufw-after-logging-forward - [0:0]
 
6451
:ufw-logging-deny - [0:0]
 
6452
:ufw-logging-allow - [0:0]
3274
6453
:ufw-user-limit - [0:0]
3275
6454
:ufw-user-limit-accept - [0:0]
3276
6455
### RULES ###
3279
6458
-A ufw-user-input -p tcp -m multiport --dports 80 -m multiport --sports 80,443 -d 192.168.0.1 -s 192.168.0.2 -j DROP -m comment --comment 'dapp_Apache,sapp_Apache%20Full'
3280
6459
 
3281
6460
### END RULES ###
 
6461
 
 
6462
### LOGGING ###
 
6463
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6464
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6465
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6466
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6467
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6468
### END LOGGING ###
 
6469
 
 
6470
### RATE LIMITING ###
3282
6471
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3283
6472
-A ufw-user-limit -j REJECT
3284
6473
-A ufw-user-limit-accept -j ACCEPT
 
6474
### END RATE LIMITING ###
3285
6475
COMMIT
3286
6476
Rules updated
3287
6477
 
3292
6482
:ufw-user-input - [0:0]
3293
6483
:ufw-user-output - [0:0]
3294
6484
:ufw-user-forward - [0:0]
 
6485
:ufw-before-logging-input - [0:0]
 
6486
:ufw-before-logging-output - [0:0]
 
6487
:ufw-before-logging-forward - [0:0]
 
6488
:ufw-user-logging-input - [0:0]
 
6489
:ufw-user-logging-output - [0:0]
 
6490
:ufw-user-logging-forward - [0:0]
 
6491
:ufw-after-logging-input - [0:0]
 
6492
:ufw-after-logging-output - [0:0]
 
6493
:ufw-after-logging-forward - [0:0]
 
6494
:ufw-logging-deny - [0:0]
 
6495
:ufw-logging-allow - [0:0]
3295
6496
:ufw-user-limit - [0:0]
3296
6497
:ufw-user-limit-accept - [0:0]
3297
6498
### RULES ###
3300
6501
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 137,138 -d 192.168.0.1 -s 192.168.0.1 -j DROP -m comment --comment 'dapp_Samba,sapp_Samba'
3301
6502
 
3302
6503
### END RULES ###
 
6504
 
 
6505
### LOGGING ###
 
6506
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6507
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6508
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6509
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6510
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6511
### END LOGGING ###
 
6512
 
 
6513
### RATE LIMITING ###
3303
6514
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3304
6515
-A ufw-user-limit -j REJECT
3305
6516
-A ufw-user-limit-accept -j ACCEPT
 
6517
### END RATE LIMITING ###
3306
6518
COMMIT
3307
6519
*filter
3308
6520
:ufw-user-input - [0:0]
3309
6521
:ufw-user-output - [0:0]
3310
6522
:ufw-user-forward - [0:0]
 
6523
:ufw-before-logging-input - [0:0]
 
6524
:ufw-before-logging-output - [0:0]
 
6525
:ufw-before-logging-forward - [0:0]
 
6526
:ufw-user-logging-input - [0:0]
 
6527
:ufw-user-logging-output - [0:0]
 
6528
:ufw-user-logging-forward - [0:0]
 
6529
:ufw-after-logging-input - [0:0]
 
6530
:ufw-after-logging-output - [0:0]
 
6531
:ufw-after-logging-forward - [0:0]
 
6532
:ufw-logging-deny - [0:0]
 
6533
:ufw-logging-allow - [0:0]
3311
6534
:ufw-user-limit - [0:0]
3312
6535
:ufw-user-limit-accept - [0:0]
3313
6536
### RULES ###
3319
6542
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 139,445 -d 192.168.0.1 -s 192.168.0.1 -j DROP -m comment --comment 'dapp_Samba,sapp_Samba'
3320
6543
 
3321
6544
### END RULES ###
 
6545
 
 
6546
### LOGGING ###
 
6547
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6548
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6549
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6550
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6551
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6552
### END LOGGING ###
 
6553
 
 
6554
### RATE LIMITING ###
3322
6555
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3323
6556
-A ufw-user-limit -j REJECT
3324
6557
-A ufw-user-limit-accept -j ACCEPT
 
6558
### END RATE LIMITING ###
3325
6559
COMMIT
3326
6560
Rules updated
3327
6561
 
3332
6566
:ufw-user-input - [0:0]
3333
6567
:ufw-user-output - [0:0]
3334
6568
:ufw-user-forward - [0:0]
 
6569
:ufw-before-logging-input - [0:0]
 
6570
:ufw-before-logging-output - [0:0]
 
6571
:ufw-before-logging-forward - [0:0]
 
6572
:ufw-user-logging-input - [0:0]
 
6573
:ufw-user-logging-output - [0:0]
 
6574
:ufw-user-logging-forward - [0:0]
 
6575
:ufw-after-logging-input - [0:0]
 
6576
:ufw-after-logging-output - [0:0]
 
6577
:ufw-after-logging-forward - [0:0]
 
6578
:ufw-logging-deny - [0:0]
 
6579
:ufw-logging-allow - [0:0]
3335
6580
:ufw-user-limit - [0:0]
3336
6581
:ufw-user-limit-accept - [0:0]
3337
6582
### RULES ###
3340
6585
-A ufw-user-input -p tcp --dport 8080 --sport 80 -j DROP -m comment --comment 'sapp_Apache'
3341
6586
 
3342
6587
### END RULES ###
 
6588
 
 
6589
### LOGGING ###
 
6590
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6591
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6592
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6593
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6594
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6595
### END LOGGING ###
 
6596
 
 
6597
### RATE LIMITING ###
3343
6598
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3344
6599
-A ufw-user-limit -j REJECT
3345
6600
-A ufw-user-limit-accept -j ACCEPT
 
6601
### END RATE LIMITING ###
3346
6602
COMMIT
3347
6603
Rules updated
3348
6604
 
3353
6609
:ufw-user-input - [0:0]
3354
6610
:ufw-user-output - [0:0]
3355
6611
:ufw-user-forward - [0:0]
 
6612
:ufw-before-logging-input - [0:0]
 
6613
:ufw-before-logging-output - [0:0]
 
6614
:ufw-before-logging-forward - [0:0]
 
6615
:ufw-user-logging-input - [0:0]
 
6616
:ufw-user-logging-output - [0:0]
 
6617
:ufw-user-logging-forward - [0:0]
 
6618
:ufw-after-logging-input - [0:0]
 
6619
:ufw-after-logging-output - [0:0]
 
6620
:ufw-after-logging-forward - [0:0]
 
6621
:ufw-logging-deny - [0:0]
 
6622
:ufw-logging-allow - [0:0]
3356
6623
:ufw-user-limit - [0:0]
3357
6624
:ufw-user-limit-accept - [0:0]
3358
6625
### RULES ###
3361
6628
-A ufw-user-input -p udp --dport 10123 --sport 123 -j DROP -m comment --comment 'sapp_OpenNTPD'
3362
6629
 
3363
6630
### END RULES ###
 
6631
 
 
6632
### LOGGING ###
 
6633
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6634
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6635
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6636
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6637
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6638
### END LOGGING ###
 
6639
 
 
6640
### RATE LIMITING ###
3364
6641
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3365
6642
-A ufw-user-limit -j REJECT
3366
6643
-A ufw-user-limit-accept -j ACCEPT
 
6644
### END RATE LIMITING ###
3367
6645
COMMIT
3368
6646
Rules updated
3369
6647
 
3374
6652
:ufw-user-input - [0:0]
3375
6653
:ufw-user-output - [0:0]
3376
6654
:ufw-user-forward - [0:0]
 
6655
:ufw-before-logging-input - [0:0]
 
6656
:ufw-before-logging-output - [0:0]
 
6657
:ufw-before-logging-forward - [0:0]
 
6658
:ufw-user-logging-input - [0:0]
 
6659
:ufw-user-logging-output - [0:0]
 
6660
:ufw-user-logging-forward - [0:0]
 
6661
:ufw-after-logging-input - [0:0]
 
6662
:ufw-after-logging-output - [0:0]
 
6663
:ufw-after-logging-forward - [0:0]
 
6664
:ufw-logging-deny - [0:0]
 
6665
:ufw-logging-allow - [0:0]
3377
6666
:ufw-user-limit - [0:0]
3378
6667
:ufw-user-limit-accept - [0:0]
3379
6668
### RULES ###
3382
6671
-A ufw-user-input -p udp -m multiport --dports 53 -m multiport --sports 137,138 -j DROP -m comment --comment 'dapp_Bind9,sapp_Samba'
3383
6672
 
3384
6673
### END RULES ###
 
6674
 
 
6675
### LOGGING ###
 
6676
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6677
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6678
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6679
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6680
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6681
### END LOGGING ###
 
6682
 
 
6683
### RATE LIMITING ###
3385
6684
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3386
6685
-A ufw-user-limit -j REJECT
3387
6686
-A ufw-user-limit-accept -j ACCEPT
 
6687
### END RATE LIMITING ###
3388
6688
COMMIT
3389
6689
*filter
3390
6690
:ufw-user-input - [0:0]
3391
6691
:ufw-user-output - [0:0]
3392
6692
:ufw-user-forward - [0:0]
 
6693
:ufw-before-logging-input - [0:0]
 
6694
:ufw-before-logging-output - [0:0]
 
6695
:ufw-before-logging-forward - [0:0]
 
6696
:ufw-user-logging-input - [0:0]
 
6697
:ufw-user-logging-output - [0:0]
 
6698
:ufw-user-logging-forward - [0:0]
 
6699
:ufw-after-logging-input - [0:0]
 
6700
:ufw-after-logging-output - [0:0]
 
6701
:ufw-after-logging-forward - [0:0]
 
6702
:ufw-logging-deny - [0:0]
 
6703
:ufw-logging-allow - [0:0]
3393
6704
:ufw-user-limit - [0:0]
3394
6705
:ufw-user-limit-accept - [0:0]
3395
6706
### RULES ###
3401
6712
-A ufw-user-input -p tcp -m multiport --dports 53 -m multiport --sports 139,445 -j DROP -m comment --comment 'dapp_Bind9,sapp_Samba'
3402
6713
 
3403
6714
### END RULES ###
 
6715
 
 
6716
### LOGGING ###
 
6717
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6718
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6719
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6720
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6721
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6722
### END LOGGING ###
 
6723
 
 
6724
### RATE LIMITING ###
3404
6725
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3405
6726
-A ufw-user-limit -j REJECT
3406
6727
-A ufw-user-limit-accept -j ACCEPT
 
6728
### END RATE LIMITING ###
3407
6729
COMMIT
3408
6730
Rules updated
3409
6731
 
3414
6736
:ufw-user-input - [0:0]
3415
6737
:ufw-user-output - [0:0]
3416
6738
:ufw-user-forward - [0:0]
 
6739
:ufw-before-logging-input - [0:0]
 
6740
:ufw-before-logging-output - [0:0]
 
6741
:ufw-before-logging-forward - [0:0]
 
6742
:ufw-user-logging-input - [0:0]
 
6743
:ufw-user-logging-output - [0:0]
 
6744
:ufw-user-logging-forward - [0:0]
 
6745
:ufw-after-logging-input - [0:0]
 
6746
:ufw-after-logging-output - [0:0]
 
6747
:ufw-after-logging-forward - [0:0]
 
6748
:ufw-logging-deny - [0:0]
 
6749
:ufw-logging-allow - [0:0]
3417
6750
:ufw-user-limit - [0:0]
3418
6751
:ufw-user-limit-accept - [0:0]
3419
6752
### RULES ###
3422
6755
-A ufw-user-input -p udp -m multiport --dports 22 -m multiport --sports 137,138 -j DROP -m comment --comment 'sapp_Samba'
3423
6756
 
3424
6757
### END RULES ###
 
6758
 
 
6759
### LOGGING ###
 
6760
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6761
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6762
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6763
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6764
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6765
### END LOGGING ###
 
6766
 
 
6767
### RATE LIMITING ###
3425
6768
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3426
6769
-A ufw-user-limit -j REJECT
3427
6770
-A ufw-user-limit-accept -j ACCEPT
 
6771
### END RATE LIMITING ###
3428
6772
COMMIT
3429
6773
*filter
3430
6774
:ufw-user-input - [0:0]
3431
6775
:ufw-user-output - [0:0]
3432
6776
:ufw-user-forward - [0:0]
 
6777
:ufw-before-logging-input - [0:0]
 
6778
:ufw-before-logging-output - [0:0]
 
6779
:ufw-before-logging-forward - [0:0]
 
6780
:ufw-user-logging-input - [0:0]
 
6781
:ufw-user-logging-output - [0:0]
 
6782
:ufw-user-logging-forward - [0:0]
 
6783
:ufw-after-logging-input - [0:0]
 
6784
:ufw-after-logging-output - [0:0]
 
6785
:ufw-after-logging-forward - [0:0]
 
6786
:ufw-logging-deny - [0:0]
 
6787
:ufw-logging-allow - [0:0]
3433
6788
:ufw-user-limit - [0:0]
3434
6789
:ufw-user-limit-accept - [0:0]
3435
6790
### RULES ###
3441
6796
-A ufw-user-input -p tcp -m multiport --dports 22 -m multiport --sports 139,445 -j DROP -m comment --comment 'sapp_Samba'
3442
6797
 
3443
6798
### END RULES ###
 
6799
 
 
6800
### LOGGING ###
 
6801
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6802
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6803
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6804
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6805
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6806
### END LOGGING ###
 
6807
 
 
6808
### RATE LIMITING ###
3444
6809
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3445
6810
-A ufw-user-limit -j REJECT
3446
6811
-A ufw-user-limit-accept -j ACCEPT
 
6812
### END RATE LIMITING ###
3447
6813
COMMIT
3448
6814
Rules updated
3449
6815
 
3454
6820
:ufw-user-input - [0:0]
3455
6821
:ufw-user-output - [0:0]
3456
6822
:ufw-user-forward - [0:0]
 
6823
:ufw-before-logging-input - [0:0]
 
6824
:ufw-before-logging-output - [0:0]
 
6825
:ufw-before-logging-forward - [0:0]
 
6826
:ufw-user-logging-input - [0:0]
 
6827
:ufw-user-logging-output - [0:0]
 
6828
:ufw-user-logging-forward - [0:0]
 
6829
:ufw-after-logging-input - [0:0]
 
6830
:ufw-after-logging-output - [0:0]
 
6831
:ufw-after-logging-forward - [0:0]
 
6832
:ufw-logging-deny - [0:0]
 
6833
:ufw-logging-allow - [0:0]
3457
6834
:ufw-user-limit - [0:0]
3458
6835
:ufw-user-limit-accept - [0:0]
3459
6836
### RULES ###
3462
6839
-A ufw-user-input -p tcp -m multiport --dports 80,443 -m multiport --sports 80 -j DROP -m comment --comment 'dapp_Apache%20Full,sapp_Apache'
3463
6840
 
3464
6841
### END RULES ###
 
6842
 
 
6843
### LOGGING ###
 
6844
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6845
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6846
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6847
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6848
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6849
### END LOGGING ###
 
6850
 
 
6851
### RATE LIMITING ###
3465
6852
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3466
6853
-A ufw-user-limit -j REJECT
3467
6854
-A ufw-user-limit-accept -j ACCEPT
 
6855
### END RATE LIMITING ###
3468
6856
COMMIT
3469
6857
Rules updated
3470
6858
 
3475
6863
:ufw-user-input - [0:0]
3476
6864
:ufw-user-output - [0:0]
3477
6865
:ufw-user-forward - [0:0]
 
6866
:ufw-before-logging-input - [0:0]
 
6867
:ufw-before-logging-output - [0:0]
 
6868
:ufw-before-logging-forward - [0:0]
 
6869
:ufw-user-logging-input - [0:0]
 
6870
:ufw-user-logging-output - [0:0]
 
6871
:ufw-user-logging-forward - [0:0]
 
6872
:ufw-after-logging-input - [0:0]
 
6873
:ufw-after-logging-output - [0:0]
 
6874
:ufw-after-logging-forward - [0:0]
 
6875
:ufw-logging-deny - [0:0]
 
6876
:ufw-logging-allow - [0:0]
3478
6877
:ufw-user-limit - [0:0]
3479
6878
:ufw-user-limit-accept - [0:0]
3480
6879
### RULES ###
3483
6882
-A ufw-user-input -p tcp --dport 80 --sport 8080 -j DROP -m comment --comment 'dapp_Apache'
3484
6883
 
3485
6884
### END RULES ###
 
6885
 
 
6886
### LOGGING ###
 
6887
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6888
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6889
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6890
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6891
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6892
### END LOGGING ###
 
6893
 
 
6894
### RATE LIMITING ###
3486
6895
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3487
6896
-A ufw-user-limit -j REJECT
3488
6897
-A ufw-user-limit-accept -j ACCEPT
 
6898
### END RATE LIMITING ###
3489
6899
COMMIT
3490
6900
Rules updated
3491
6901
 
3496
6906
:ufw-user-input - [0:0]
3497
6907
:ufw-user-output - [0:0]
3498
6908
:ufw-user-forward - [0:0]
 
6909
:ufw-before-logging-input - [0:0]
 
6910
:ufw-before-logging-output - [0:0]
 
6911
:ufw-before-logging-forward - [0:0]
 
6912
:ufw-user-logging-input - [0:0]
 
6913
:ufw-user-logging-output - [0:0]
 
6914
:ufw-user-logging-forward - [0:0]
 
6915
:ufw-after-logging-input - [0:0]
 
6916
:ufw-after-logging-output - [0:0]
 
6917
:ufw-after-logging-forward - [0:0]
 
6918
:ufw-logging-deny - [0:0]
 
6919
:ufw-logging-allow - [0:0]
3499
6920
:ufw-user-limit - [0:0]
3500
6921
:ufw-user-limit-accept - [0:0]
3501
6922
### RULES ###
3504
6925
-A ufw-user-input -p udp --dport 123 --sport 10123 -j DROP -m comment --comment 'dapp_OpenNTPD'
3505
6926
 
3506
6927
### END RULES ###
 
6928
 
 
6929
### LOGGING ###
 
6930
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6931
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6932
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6933
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6934
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6935
### END LOGGING ###
 
6936
 
 
6937
### RATE LIMITING ###
3507
6938
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3508
6939
-A ufw-user-limit -j REJECT
3509
6940
-A ufw-user-limit-accept -j ACCEPT
 
6941
### END RATE LIMITING ###
3510
6942
COMMIT
3511
6943
Rules updated
3512
6944
 
3517
6949
:ufw-user-input - [0:0]
3518
6950
:ufw-user-output - [0:0]
3519
6951
:ufw-user-forward - [0:0]
 
6952
:ufw-before-logging-input - [0:0]
 
6953
:ufw-before-logging-output - [0:0]
 
6954
:ufw-before-logging-forward - [0:0]
 
6955
:ufw-user-logging-input - [0:0]
 
6956
:ufw-user-logging-output - [0:0]
 
6957
:ufw-user-logging-forward - [0:0]
 
6958
:ufw-after-logging-input - [0:0]
 
6959
:ufw-after-logging-output - [0:0]
 
6960
:ufw-after-logging-forward - [0:0]
 
6961
:ufw-logging-deny - [0:0]
 
6962
:ufw-logging-allow - [0:0]
3520
6963
:ufw-user-limit - [0:0]
3521
6964
:ufw-user-limit-accept - [0:0]
3522
6965
### RULES ###
3525
6968
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 53 -j DROP -m comment --comment 'dapp_Samba,sapp_Bind9'
3526
6969
 
3527
6970
### END RULES ###
 
6971
 
 
6972
### LOGGING ###
 
6973
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6974
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6975
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
6976
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
6977
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
6978
### END LOGGING ###
 
6979
 
 
6980
### RATE LIMITING ###
3528
6981
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3529
6982
-A ufw-user-limit -j REJECT
3530
6983
-A ufw-user-limit-accept -j ACCEPT
 
6984
### END RATE LIMITING ###
3531
6985
COMMIT
3532
6986
*filter
3533
6987
:ufw-user-input - [0:0]
3534
6988
:ufw-user-output - [0:0]
3535
6989
:ufw-user-forward - [0:0]
 
6990
:ufw-before-logging-input - [0:0]
 
6991
:ufw-before-logging-output - [0:0]
 
6992
:ufw-before-logging-forward - [0:0]
 
6993
:ufw-user-logging-input - [0:0]
 
6994
:ufw-user-logging-output - [0:0]
 
6995
:ufw-user-logging-forward - [0:0]
 
6996
:ufw-after-logging-input - [0:0]
 
6997
:ufw-after-logging-output - [0:0]
 
6998
:ufw-after-logging-forward - [0:0]
 
6999
:ufw-logging-deny - [0:0]
 
7000
:ufw-logging-allow - [0:0]
3536
7001
:ufw-user-limit - [0:0]
3537
7002
:ufw-user-limit-accept - [0:0]
3538
7003
### RULES ###
3544
7009
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 53 -j DROP -m comment --comment 'dapp_Samba,sapp_Bind9'
3545
7010
 
3546
7011
### END RULES ###
 
7012
 
 
7013
### LOGGING ###
 
7014
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7015
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7016
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7017
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7018
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7019
### END LOGGING ###
 
7020
 
 
7021
### RATE LIMITING ###
3547
7022
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3548
7023
-A ufw-user-limit -j REJECT
3549
7024
-A ufw-user-limit-accept -j ACCEPT
 
7025
### END RATE LIMITING ###
3550
7026
COMMIT
3551
7027
Rules updated
3552
7028
 
3557
7033
:ufw-user-input - [0:0]
3558
7034
:ufw-user-output - [0:0]
3559
7035
:ufw-user-forward - [0:0]
 
7036
:ufw-before-logging-input - [0:0]
 
7037
:ufw-before-logging-output - [0:0]
 
7038
:ufw-before-logging-forward - [0:0]
 
7039
:ufw-user-logging-input - [0:0]
 
7040
:ufw-user-logging-output - [0:0]
 
7041
:ufw-user-logging-forward - [0:0]
 
7042
:ufw-after-logging-input - [0:0]
 
7043
:ufw-after-logging-output - [0:0]
 
7044
:ufw-after-logging-forward - [0:0]
 
7045
:ufw-logging-deny - [0:0]
 
7046
:ufw-logging-allow - [0:0]
3560
7047
:ufw-user-limit - [0:0]
3561
7048
:ufw-user-limit-accept - [0:0]
3562
7049
### RULES ###
3565
7052
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 22 -j DROP -m comment --comment 'dapp_Samba'
3566
7053
 
3567
7054
### END RULES ###
 
7055
 
 
7056
### LOGGING ###
 
7057
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7058
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7059
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7060
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7061
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7062
### END LOGGING ###
 
7063
 
 
7064
### RATE LIMITING ###
3568
7065
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3569
7066
-A ufw-user-limit -j REJECT
3570
7067
-A ufw-user-limit-accept -j ACCEPT
 
7068
### END RATE LIMITING ###
3571
7069
COMMIT
3572
7070
*filter
3573
7071
:ufw-user-input - [0:0]
3574
7072
:ufw-user-output - [0:0]
3575
7073
:ufw-user-forward - [0:0]
 
7074
:ufw-before-logging-input - [0:0]
 
7075
:ufw-before-logging-output - [0:0]
 
7076
:ufw-before-logging-forward - [0:0]
 
7077
:ufw-user-logging-input - [0:0]
 
7078
:ufw-user-logging-output - [0:0]
 
7079
:ufw-user-logging-forward - [0:0]
 
7080
:ufw-after-logging-input - [0:0]
 
7081
:ufw-after-logging-output - [0:0]
 
7082
:ufw-after-logging-forward - [0:0]
 
7083
:ufw-logging-deny - [0:0]
 
7084
:ufw-logging-allow - [0:0]
3576
7085
:ufw-user-limit - [0:0]
3577
7086
:ufw-user-limit-accept - [0:0]
3578
7087
### RULES ###
3584
7093
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 22 -j DROP -m comment --comment 'dapp_Samba'
3585
7094
 
3586
7095
### END RULES ###
 
7096
 
 
7097
### LOGGING ###
 
7098
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7099
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7100
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7101
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7102
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7103
### END LOGGING ###
 
7104
 
 
7105
### RATE LIMITING ###
3587
7106
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3588
7107
-A ufw-user-limit -j REJECT
3589
7108
-A ufw-user-limit-accept -j ACCEPT
 
7109
### END RATE LIMITING ###
3590
7110
COMMIT
3591
7111
Rules updated
3592
7112
 
3597
7117
:ufw-user-input - [0:0]
3598
7118
:ufw-user-output - [0:0]
3599
7119
:ufw-user-forward - [0:0]
 
7120
:ufw-before-logging-input - [0:0]
 
7121
:ufw-before-logging-output - [0:0]
 
7122
:ufw-before-logging-forward - [0:0]
 
7123
:ufw-user-logging-input - [0:0]
 
7124
:ufw-user-logging-output - [0:0]
 
7125
:ufw-user-logging-forward - [0:0]
 
7126
:ufw-after-logging-input - [0:0]
 
7127
:ufw-after-logging-output - [0:0]
 
7128
:ufw-after-logging-forward - [0:0]
 
7129
:ufw-logging-deny - [0:0]
 
7130
:ufw-logging-allow - [0:0]
3600
7131
:ufw-user-limit - [0:0]
3601
7132
:ufw-user-limit-accept - [0:0]
3602
7133
### RULES ###
3605
7136
-A ufw-user-input -p tcp -m multiport --dports 80 -m multiport --sports 80,443 -j DROP -m comment --comment 'dapp_Apache,sapp_Apache%20Full'
3606
7137
 
3607
7138
### END RULES ###
 
7139
 
 
7140
### LOGGING ###
 
7141
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7142
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7143
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7144
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7145
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7146
### END LOGGING ###
 
7147
 
 
7148
### RATE LIMITING ###
3608
7149
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3609
7150
-A ufw-user-limit -j REJECT
3610
7151
-A ufw-user-limit-accept -j ACCEPT
 
7152
### END RATE LIMITING ###
3611
7153
COMMIT
3612
7154
Rules updated
3613
7155
 
3618
7160
:ufw-user-input - [0:0]
3619
7161
:ufw-user-output - [0:0]
3620
7162
:ufw-user-forward - [0:0]
 
7163
:ufw-before-logging-input - [0:0]
 
7164
:ufw-before-logging-output - [0:0]
 
7165
:ufw-before-logging-forward - [0:0]
 
7166
:ufw-user-logging-input - [0:0]
 
7167
:ufw-user-logging-output - [0:0]
 
7168
:ufw-user-logging-forward - [0:0]
 
7169
:ufw-after-logging-input - [0:0]
 
7170
:ufw-after-logging-output - [0:0]
 
7171
:ufw-after-logging-forward - [0:0]
 
7172
:ufw-logging-deny - [0:0]
 
7173
:ufw-logging-allow - [0:0]
3621
7174
:ufw-user-limit - [0:0]
3622
7175
:ufw-user-limit-accept - [0:0]
3623
7176
### RULES ###
3626
7179
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 137,138 -j DROP -m comment --comment 'dapp_Samba,sapp_Samba'
3627
7180
 
3628
7181
### END RULES ###
 
7182
 
 
7183
### LOGGING ###
 
7184
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7185
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7186
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7187
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7188
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7189
### END LOGGING ###
 
7190
 
 
7191
### RATE LIMITING ###
3629
7192
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3630
7193
-A ufw-user-limit -j REJECT
3631
7194
-A ufw-user-limit-accept -j ACCEPT
 
7195
### END RATE LIMITING ###
3632
7196
COMMIT
3633
7197
*filter
3634
7198
:ufw-user-input - [0:0]
3635
7199
:ufw-user-output - [0:0]
3636
7200
:ufw-user-forward - [0:0]
 
7201
:ufw-before-logging-input - [0:0]
 
7202
:ufw-before-logging-output - [0:0]
 
7203
:ufw-before-logging-forward - [0:0]
 
7204
:ufw-user-logging-input - [0:0]
 
7205
:ufw-user-logging-output - [0:0]
 
7206
:ufw-user-logging-forward - [0:0]
 
7207
:ufw-after-logging-input - [0:0]
 
7208
:ufw-after-logging-output - [0:0]
 
7209
:ufw-after-logging-forward - [0:0]
 
7210
:ufw-logging-deny - [0:0]
 
7211
:ufw-logging-allow - [0:0]
3637
7212
:ufw-user-limit - [0:0]
3638
7213
:ufw-user-limit-accept - [0:0]
3639
7214
### RULES ###
3645
7220
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 139,445 -j DROP -m comment --comment 'dapp_Samba,sapp_Samba'
3646
7221
 
3647
7222
### END RULES ###
 
7223
 
 
7224
### LOGGING ###
 
7225
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7226
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7227
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7228
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7229
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7230
### END LOGGING ###
 
7231
 
 
7232
### RATE LIMITING ###
3648
7233
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3649
7234
-A ufw-user-limit -j REJECT
3650
7235
-A ufw-user-limit-accept -j ACCEPT
 
7236
### END RATE LIMITING ###
3651
7237
COMMIT
3652
7238
Rules updated
3653
7239
 
3658
7244
:ufw-user-input - [0:0]
3659
7245
:ufw-user-output - [0:0]
3660
7246
:ufw-user-forward - [0:0]
 
7247
:ufw-before-logging-input - [0:0]
 
7248
:ufw-before-logging-output - [0:0]
 
7249
:ufw-before-logging-forward - [0:0]
 
7250
:ufw-user-logging-input - [0:0]
 
7251
:ufw-user-logging-output - [0:0]
 
7252
:ufw-user-logging-forward - [0:0]
 
7253
:ufw-after-logging-input - [0:0]
 
7254
:ufw-after-logging-output - [0:0]
 
7255
:ufw-after-logging-forward - [0:0]
 
7256
:ufw-logging-deny - [0:0]
 
7257
:ufw-logging-allow - [0:0]
3661
7258
:ufw-user-limit - [0:0]
3662
7259
:ufw-user-limit-accept - [0:0]
3663
7260
### RULES ###
3668
7265
-A ufw-user-input -p tcp -d 192.168.0.0/16 --dport 80 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache'
3669
7266
 
3670
7267
### END RULES ###
 
7268
 
 
7269
### LOGGING ###
 
7270
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7271
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7272
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7273
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7274
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7275
### END LOGGING ###
 
7276
 
 
7277
### RATE LIMITING ###
3671
7278
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3672
7279
-A ufw-user-limit -j REJECT
3673
7280
-A ufw-user-limit-accept -j ACCEPT
 
7281
### END RATE LIMITING ###
3674
7282
COMMIT
3675
7283
Rules updated
3676
7284
 
3681
7289
:ufw-user-input - [0:0]
3682
7290
:ufw-user-output - [0:0]
3683
7291
:ufw-user-forward - [0:0]
 
7292
:ufw-before-logging-input - [0:0]
 
7293
:ufw-before-logging-output - [0:0]
 
7294
:ufw-before-logging-forward - [0:0]
 
7295
:ufw-user-logging-input - [0:0]
 
7296
:ufw-user-logging-output - [0:0]
 
7297
:ufw-user-logging-forward - [0:0]
 
7298
:ufw-after-logging-input - [0:0]
 
7299
:ufw-after-logging-output - [0:0]
 
7300
:ufw-after-logging-forward - [0:0]
 
7301
:ufw-logging-deny - [0:0]
 
7302
:ufw-logging-allow - [0:0]
3684
7303
:ufw-user-limit - [0:0]
3685
7304
:ufw-user-limit-accept - [0:0]
3686
7305
### RULES ###
3691
7310
-A ufw-user-input -p tcp -d 192.168.0.0/16 --dport 443 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache%20Secure'
3692
7311
 
3693
7312
### END RULES ###
 
7313
 
 
7314
### LOGGING ###
 
7315
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7316
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7317
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7318
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7319
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7320
### END LOGGING ###
 
7321
 
 
7322
### RATE LIMITING ###
3694
7323
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3695
7324
-A ufw-user-limit -j REJECT
3696
7325
-A ufw-user-limit-accept -j ACCEPT
 
7326
### END RATE LIMITING ###
3697
7327
COMMIT
3698
7328
Rules updated
3699
7329
 
3704
7334
:ufw-user-input - [0:0]
3705
7335
:ufw-user-output - [0:0]
3706
7336
:ufw-user-forward - [0:0]
 
7337
:ufw-before-logging-input - [0:0]
 
7338
:ufw-before-logging-output - [0:0]
 
7339
:ufw-before-logging-forward - [0:0]
 
7340
:ufw-user-logging-input - [0:0]
 
7341
:ufw-user-logging-output - [0:0]
 
7342
:ufw-user-logging-forward - [0:0]
 
7343
:ufw-after-logging-input - [0:0]
 
7344
:ufw-after-logging-output - [0:0]
 
7345
:ufw-after-logging-forward - [0:0]
 
7346
:ufw-logging-deny - [0:0]
 
7347
:ufw-logging-allow - [0:0]
3707
7348
:ufw-user-limit - [0:0]
3708
7349
:ufw-user-limit-accept - [0:0]
3709
7350
### RULES ###
3714
7355
-A ufw-user-input -p tcp -m multiport --dports 80,443 -d 192.168.0.0/16 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache%20Full'
3715
7356
 
3716
7357
### END RULES ###
 
7358
 
 
7359
### LOGGING ###
 
7360
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7361
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7362
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7363
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7364
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7365
### END LOGGING ###
 
7366
 
 
7367
### RATE LIMITING ###
3717
7368
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3718
7369
-A ufw-user-limit -j REJECT
3719
7370
-A ufw-user-limit-accept -j ACCEPT
 
7371
### END RATE LIMITING ###
3720
7372
COMMIT
3721
7373
Rules updated
3722
7374
 
3727
7379
:ufw-user-input - [0:0]
3728
7380
:ufw-user-output - [0:0]
3729
7381
:ufw-user-forward - [0:0]
 
7382
:ufw-before-logging-input - [0:0]
 
7383
:ufw-before-logging-output - [0:0]
 
7384
:ufw-before-logging-forward - [0:0]
 
7385
:ufw-user-logging-input - [0:0]
 
7386
:ufw-user-logging-output - [0:0]
 
7387
:ufw-user-logging-forward - [0:0]
 
7388
:ufw-after-logging-input - [0:0]
 
7389
:ufw-after-logging-output - [0:0]
 
7390
:ufw-after-logging-forward - [0:0]
 
7391
:ufw-logging-deny - [0:0]
 
7392
:ufw-logging-allow - [0:0]
3730
7393
:ufw-user-limit - [0:0]
3731
7394
:ufw-user-limit-accept - [0:0]
3732
7395
### RULES ###
3740
7403
-A ufw-user-input -p udp -d 192.168.0.0/16 --dport 53 -j ufw-user-limit-accept -m comment --comment 'dapp_Bind9'
3741
7404
 
3742
7405
### END RULES ###
 
7406
 
 
7407
### LOGGING ###
 
7408
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7409
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7410
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7411
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7412
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7413
### END LOGGING ###
 
7414
 
 
7415
### RATE LIMITING ###
3743
7416
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3744
7417
-A ufw-user-limit -j REJECT
3745
7418
-A ufw-user-limit-accept -j ACCEPT
 
7419
### END RATE LIMITING ###
3746
7420
COMMIT
3747
7421
Rules updated
3748
7422
 
3753
7427
:ufw-user-input - [0:0]
3754
7428
:ufw-user-output - [0:0]
3755
7429
:ufw-user-forward - [0:0]
 
7430
:ufw-before-logging-input - [0:0]
 
7431
:ufw-before-logging-output - [0:0]
 
7432
:ufw-before-logging-forward - [0:0]
 
7433
:ufw-user-logging-input - [0:0]
 
7434
:ufw-user-logging-output - [0:0]
 
7435
:ufw-user-logging-forward - [0:0]
 
7436
:ufw-after-logging-input - [0:0]
 
7437
:ufw-after-logging-output - [0:0]
 
7438
:ufw-after-logging-forward - [0:0]
 
7439
:ufw-logging-deny - [0:0]
 
7440
:ufw-logging-allow - [0:0]
3756
7441
:ufw-user-limit - [0:0]
3757
7442
:ufw-user-limit-accept - [0:0]
3758
7443
### RULES ###
3763
7448
-A ufw-user-input -p udp -m multiport --dports 137,138 -d 192.168.0.0/16 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
3764
7449
 
3765
7450
### END RULES ###
 
7451
 
 
7452
### LOGGING ###
 
7453
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7454
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7455
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7456
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7457
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7458
### END LOGGING ###
 
7459
 
 
7460
### RATE LIMITING ###
3766
7461
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3767
7462
-A ufw-user-limit -j REJECT
3768
7463
-A ufw-user-limit-accept -j ACCEPT
 
7464
### END RATE LIMITING ###
3769
7465
COMMIT
3770
7466
*filter
3771
7467
:ufw-user-input - [0:0]
3772
7468
:ufw-user-output - [0:0]
3773
7469
:ufw-user-forward - [0:0]
 
7470
:ufw-before-logging-input - [0:0]
 
7471
:ufw-before-logging-output - [0:0]
 
7472
:ufw-before-logging-forward - [0:0]
 
7473
:ufw-user-logging-input - [0:0]
 
7474
:ufw-user-logging-output - [0:0]
 
7475
:ufw-user-logging-forward - [0:0]
 
7476
:ufw-after-logging-input - [0:0]
 
7477
:ufw-after-logging-output - [0:0]
 
7478
:ufw-after-logging-forward - [0:0]
 
7479
:ufw-logging-deny - [0:0]
 
7480
:ufw-logging-allow - [0:0]
3774
7481
:ufw-user-limit - [0:0]
3775
7482
:ufw-user-limit-accept - [0:0]
3776
7483
### RULES ###
3786
7493
-A ufw-user-input -p tcp -m multiport --dports 139,445 -d 192.168.0.0/16 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
3787
7494
 
3788
7495
### END RULES ###
 
7496
 
 
7497
### LOGGING ###
 
7498
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7499
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7500
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7501
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7502
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7503
### END LOGGING ###
 
7504
 
 
7505
### RATE LIMITING ###
3789
7506
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3790
7507
-A ufw-user-limit -j REJECT
3791
7508
-A ufw-user-limit-accept -j ACCEPT
 
7509
### END RATE LIMITING ###
3792
7510
COMMIT
3793
7511
Rules updated
3794
7512
 
3799
7517
:ufw-user-input - [0:0]
3800
7518
:ufw-user-output - [0:0]
3801
7519
:ufw-user-forward - [0:0]
 
7520
:ufw-before-logging-input - [0:0]
 
7521
:ufw-before-logging-output - [0:0]
 
7522
:ufw-before-logging-forward - [0:0]
 
7523
:ufw-user-logging-input - [0:0]
 
7524
:ufw-user-logging-output - [0:0]
 
7525
:ufw-user-logging-forward - [0:0]
 
7526
:ufw-after-logging-input - [0:0]
 
7527
:ufw-after-logging-output - [0:0]
 
7528
:ufw-after-logging-forward - [0:0]
 
7529
:ufw-logging-deny - [0:0]
 
7530
:ufw-logging-allow - [0:0]
3802
7531
:ufw-user-limit - [0:0]
3803
7532
:ufw-user-limit-accept - [0:0]
3804
7533
### RULES ###
3809
7538
-A ufw-user-input -p udp -d 192.168.0.0/16 --dport 123 -j ufw-user-limit-accept -m comment --comment 'dapp_OpenNTPD'
3810
7539
 
3811
7540
### END RULES ###
 
7541
 
 
7542
### LOGGING ###
 
7543
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7544
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7545
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7546
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7547
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7548
### END LOGGING ###
 
7549
 
 
7550
### RATE LIMITING ###
3812
7551
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3813
7552
-A ufw-user-limit -j REJECT
3814
7553
-A ufw-user-limit-accept -j ACCEPT
 
7554
### END RATE LIMITING ###
3815
7555
COMMIT
3816
7556
Rules updated
3817
7557
 
3822
7562
:ufw-user-input - [0:0]
3823
7563
:ufw-user-output - [0:0]
3824
7564
:ufw-user-forward - [0:0]
 
7565
:ufw-before-logging-input - [0:0]
 
7566
:ufw-before-logging-output - [0:0]
 
7567
:ufw-before-logging-forward - [0:0]
 
7568
:ufw-user-logging-input - [0:0]
 
7569
:ufw-user-logging-output - [0:0]
 
7570
:ufw-user-logging-forward - [0:0]
 
7571
:ufw-after-logging-input - [0:0]
 
7572
:ufw-after-logging-output - [0:0]
 
7573
:ufw-after-logging-forward - [0:0]
 
7574
:ufw-logging-deny - [0:0]
 
7575
:ufw-logging-allow - [0:0]
3825
7576
:ufw-user-limit - [0:0]
3826
7577
:ufw-user-limit-accept - [0:0]
3827
7578
### RULES ###
3832
7583
-A ufw-user-input -p tcp -m multiport --dports 1234,5678 -d 192.168.0.0/16 -j ufw-user-limit-accept -m comment --comment 'dapp_Multi%20TCP'
3833
7584
 
3834
7585
### END RULES ###
 
7586
 
 
7587
### LOGGING ###
 
7588
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7589
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7590
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7591
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7592
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7593
### END LOGGING ###
 
7594
 
 
7595
### RATE LIMITING ###
3835
7596
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3836
7597
-A ufw-user-limit -j REJECT
3837
7598
-A ufw-user-limit-accept -j ACCEPT
 
7599
### END RATE LIMITING ###
3838
7600
COMMIT
3839
7601
Rules updated
3840
7602
 
3845
7607
:ufw-user-input - [0:0]
3846
7608
:ufw-user-output - [0:0]
3847
7609
:ufw-user-forward - [0:0]
 
7610
:ufw-before-logging-input - [0:0]
 
7611
:ufw-before-logging-output - [0:0]
 
7612
:ufw-before-logging-forward - [0:0]
 
7613
:ufw-user-logging-input - [0:0]
 
7614
:ufw-user-logging-output - [0:0]
 
7615
:ufw-user-logging-forward - [0:0]
 
7616
:ufw-after-logging-input - [0:0]
 
7617
:ufw-after-logging-output - [0:0]
 
7618
:ufw-after-logging-forward - [0:0]
 
7619
:ufw-logging-deny - [0:0]
 
7620
:ufw-logging-allow - [0:0]
3848
7621
:ufw-user-limit - [0:0]
3849
7622
:ufw-user-limit-accept - [0:0]
3850
7623
### RULES ###
3855
7628
-A ufw-user-input -p udp -m multiport --dports 1234,5678 -d 192.168.0.0/16 -j ufw-user-limit-accept -m comment --comment 'dapp_Multi%20UDP'
3856
7629
 
3857
7630
### END RULES ###
 
7631
 
 
7632
### LOGGING ###
 
7633
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7634
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7635
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7636
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7637
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7638
### END LOGGING ###
 
7639
 
 
7640
### RATE LIMITING ###
3858
7641
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3859
7642
-A ufw-user-limit -j REJECT
3860
7643
-A ufw-user-limit-accept -j ACCEPT
 
7644
### END RATE LIMITING ###
3861
7645
COMMIT
3862
7646
Rules updated
3863
7647
 
3868
7652
:ufw-user-input - [0:0]
3869
7653
:ufw-user-output - [0:0]
3870
7654
:ufw-user-forward - [0:0]
 
7655
:ufw-before-logging-input - [0:0]
 
7656
:ufw-before-logging-output - [0:0]
 
7657
:ufw-before-logging-forward - [0:0]
 
7658
:ufw-user-logging-input - [0:0]
 
7659
:ufw-user-logging-output - [0:0]
 
7660
:ufw-user-logging-forward - [0:0]
 
7661
:ufw-after-logging-input - [0:0]
 
7662
:ufw-after-logging-output - [0:0]
 
7663
:ufw-after-logging-forward - [0:0]
 
7664
:ufw-logging-deny - [0:0]
 
7665
:ufw-logging-allow - [0:0]
3871
7666
:ufw-user-limit - [0:0]
3872
7667
:ufw-user-limit-accept - [0:0]
3873
7668
### RULES ###
3878
7673
-A ufw-user-input -p tcp --dport 80 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache'
3879
7674
 
3880
7675
### END RULES ###
 
7676
 
 
7677
### LOGGING ###
 
7678
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7679
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7680
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7681
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7682
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7683
### END LOGGING ###
 
7684
 
 
7685
### RATE LIMITING ###
3881
7686
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3882
7687
-A ufw-user-limit -j REJECT
3883
7688
-A ufw-user-limit-accept -j ACCEPT
 
7689
### END RATE LIMITING ###
3884
7690
COMMIT
3885
7691
Rules updated
3886
7692
 
3891
7697
:ufw-user-input - [0:0]
3892
7698
:ufw-user-output - [0:0]
3893
7699
:ufw-user-forward - [0:0]
 
7700
:ufw-before-logging-input - [0:0]
 
7701
:ufw-before-logging-output - [0:0]
 
7702
:ufw-before-logging-forward - [0:0]
 
7703
:ufw-user-logging-input - [0:0]
 
7704
:ufw-user-logging-output - [0:0]
 
7705
:ufw-user-logging-forward - [0:0]
 
7706
:ufw-after-logging-input - [0:0]
 
7707
:ufw-after-logging-output - [0:0]
 
7708
:ufw-after-logging-forward - [0:0]
 
7709
:ufw-logging-deny - [0:0]
 
7710
:ufw-logging-allow - [0:0]
3894
7711
:ufw-user-limit - [0:0]
3895
7712
:ufw-user-limit-accept - [0:0]
3896
7713
### RULES ###
3901
7718
-A ufw-user-input -p tcp --dport 443 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache%20Secure'
3902
7719
 
3903
7720
### END RULES ###
 
7721
 
 
7722
### LOGGING ###
 
7723
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7724
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7725
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7726
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7727
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7728
### END LOGGING ###
 
7729
 
 
7730
### RATE LIMITING ###
3904
7731
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3905
7732
-A ufw-user-limit -j REJECT
3906
7733
-A ufw-user-limit-accept -j ACCEPT
 
7734
### END RATE LIMITING ###
3907
7735
COMMIT
3908
7736
Rules updated
3909
7737
 
3914
7742
:ufw-user-input - [0:0]
3915
7743
:ufw-user-output - [0:0]
3916
7744
:ufw-user-forward - [0:0]
 
7745
:ufw-before-logging-input - [0:0]
 
7746
:ufw-before-logging-output - [0:0]
 
7747
:ufw-before-logging-forward - [0:0]
 
7748
:ufw-user-logging-input - [0:0]
 
7749
:ufw-user-logging-output - [0:0]
 
7750
:ufw-user-logging-forward - [0:0]
 
7751
:ufw-after-logging-input - [0:0]
 
7752
:ufw-after-logging-output - [0:0]
 
7753
:ufw-after-logging-forward - [0:0]
 
7754
:ufw-logging-deny - [0:0]
 
7755
:ufw-logging-allow - [0:0]
3917
7756
:ufw-user-limit - [0:0]
3918
7757
:ufw-user-limit-accept - [0:0]
3919
7758
### RULES ###
3924
7763
-A ufw-user-input -p tcp -m multiport --dports 80,443 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache%20Full'
3925
7764
 
3926
7765
### END RULES ###
 
7766
 
 
7767
### LOGGING ###
 
7768
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7769
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7770
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7771
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7772
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7773
### END LOGGING ###
 
7774
 
 
7775
### RATE LIMITING ###
3927
7776
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3928
7777
-A ufw-user-limit -j REJECT
3929
7778
-A ufw-user-limit-accept -j ACCEPT
 
7779
### END RATE LIMITING ###
3930
7780
COMMIT
3931
7781
Rules updated
3932
7782
 
3937
7787
:ufw-user-input - [0:0]
3938
7788
:ufw-user-output - [0:0]
3939
7789
:ufw-user-forward - [0:0]
 
7790
:ufw-before-logging-input - [0:0]
 
7791
:ufw-before-logging-output - [0:0]
 
7792
:ufw-before-logging-forward - [0:0]
 
7793
:ufw-user-logging-input - [0:0]
 
7794
:ufw-user-logging-output - [0:0]
 
7795
:ufw-user-logging-forward - [0:0]
 
7796
:ufw-after-logging-input - [0:0]
 
7797
:ufw-after-logging-output - [0:0]
 
7798
:ufw-after-logging-forward - [0:0]
 
7799
:ufw-logging-deny - [0:0]
 
7800
:ufw-logging-allow - [0:0]
3940
7801
:ufw-user-limit - [0:0]
3941
7802
:ufw-user-limit-accept - [0:0]
3942
7803
### RULES ###
3950
7811
-A ufw-user-input -p udp --dport 53 -j ufw-user-limit-accept -m comment --comment 'dapp_Bind9'
3951
7812
 
3952
7813
### END RULES ###
 
7814
 
 
7815
### LOGGING ###
 
7816
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7817
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7818
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7819
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7820
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7821
### END LOGGING ###
 
7822
 
 
7823
### RATE LIMITING ###
3953
7824
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3954
7825
-A ufw-user-limit -j REJECT
3955
7826
-A ufw-user-limit-accept -j ACCEPT
 
7827
### END RATE LIMITING ###
3956
7828
COMMIT
3957
7829
Rules updated
3958
7830
 
3963
7835
:ufw-user-input - [0:0]
3964
7836
:ufw-user-output - [0:0]
3965
7837
:ufw-user-forward - [0:0]
 
7838
:ufw-before-logging-input - [0:0]
 
7839
:ufw-before-logging-output - [0:0]
 
7840
:ufw-before-logging-forward - [0:0]
 
7841
:ufw-user-logging-input - [0:0]
 
7842
:ufw-user-logging-output - [0:0]
 
7843
:ufw-user-logging-forward - [0:0]
 
7844
:ufw-after-logging-input - [0:0]
 
7845
:ufw-after-logging-output - [0:0]
 
7846
:ufw-after-logging-forward - [0:0]
 
7847
:ufw-logging-deny - [0:0]
 
7848
:ufw-logging-allow - [0:0]
3966
7849
:ufw-user-limit - [0:0]
3967
7850
:ufw-user-limit-accept - [0:0]
3968
7851
### RULES ###
3973
7856
-A ufw-user-input -p udp -m multiport --dports 137,138 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
3974
7857
 
3975
7858
### END RULES ###
 
7859
 
 
7860
### LOGGING ###
 
7861
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7862
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7863
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7864
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7865
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7866
### END LOGGING ###
 
7867
 
 
7868
### RATE LIMITING ###
3976
7869
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
3977
7870
-A ufw-user-limit -j REJECT
3978
7871
-A ufw-user-limit-accept -j ACCEPT
 
7872
### END RATE LIMITING ###
3979
7873
COMMIT
3980
7874
*filter
3981
7875
:ufw-user-input - [0:0]
3982
7876
:ufw-user-output - [0:0]
3983
7877
:ufw-user-forward - [0:0]
 
7878
:ufw-before-logging-input - [0:0]
 
7879
:ufw-before-logging-output - [0:0]
 
7880
:ufw-before-logging-forward - [0:0]
 
7881
:ufw-user-logging-input - [0:0]
 
7882
:ufw-user-logging-output - [0:0]
 
7883
:ufw-user-logging-forward - [0:0]
 
7884
:ufw-after-logging-input - [0:0]
 
7885
:ufw-after-logging-output - [0:0]
 
7886
:ufw-after-logging-forward - [0:0]
 
7887
:ufw-logging-deny - [0:0]
 
7888
:ufw-logging-allow - [0:0]
3984
7889
:ufw-user-limit - [0:0]
3985
7890
:ufw-user-limit-accept - [0:0]
3986
7891
### RULES ###
3996
7901
-A ufw-user-input -p tcp -m multiport --dports 139,445 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
3997
7902
 
3998
7903
### END RULES ###
 
7904
 
 
7905
### LOGGING ###
 
7906
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7907
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7908
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7909
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7910
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7911
### END LOGGING ###
 
7912
 
 
7913
### RATE LIMITING ###
3999
7914
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4000
7915
-A ufw-user-limit -j REJECT
4001
7916
-A ufw-user-limit-accept -j ACCEPT
 
7917
### END RATE LIMITING ###
4002
7918
COMMIT
4003
7919
Rules updated
4004
7920
 
4009
7925
:ufw-user-input - [0:0]
4010
7926
:ufw-user-output - [0:0]
4011
7927
:ufw-user-forward - [0:0]
 
7928
:ufw-before-logging-input - [0:0]
 
7929
:ufw-before-logging-output - [0:0]
 
7930
:ufw-before-logging-forward - [0:0]
 
7931
:ufw-user-logging-input - [0:0]
 
7932
:ufw-user-logging-output - [0:0]
 
7933
:ufw-user-logging-forward - [0:0]
 
7934
:ufw-after-logging-input - [0:0]
 
7935
:ufw-after-logging-output - [0:0]
 
7936
:ufw-after-logging-forward - [0:0]
 
7937
:ufw-logging-deny - [0:0]
 
7938
:ufw-logging-allow - [0:0]
4012
7939
:ufw-user-limit - [0:0]
4013
7940
:ufw-user-limit-accept - [0:0]
4014
7941
### RULES ###
4019
7946
-A ufw-user-input -p udp --dport 123 -j ufw-user-limit-accept -m comment --comment 'dapp_OpenNTPD'
4020
7947
 
4021
7948
### END RULES ###
 
7949
 
 
7950
### LOGGING ###
 
7951
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7952
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7953
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7954
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7955
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
7956
### END LOGGING ###
 
7957
 
 
7958
### RATE LIMITING ###
4022
7959
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4023
7960
-A ufw-user-limit -j REJECT
4024
7961
-A ufw-user-limit-accept -j ACCEPT
 
7962
### END RATE LIMITING ###
4025
7963
COMMIT
4026
7964
Rules updated
4027
7965
 
4032
7970
:ufw-user-input - [0:0]
4033
7971
:ufw-user-output - [0:0]
4034
7972
:ufw-user-forward - [0:0]
 
7973
:ufw-before-logging-input - [0:0]
 
7974
:ufw-before-logging-output - [0:0]
 
7975
:ufw-before-logging-forward - [0:0]
 
7976
:ufw-user-logging-input - [0:0]
 
7977
:ufw-user-logging-output - [0:0]
 
7978
:ufw-user-logging-forward - [0:0]
 
7979
:ufw-after-logging-input - [0:0]
 
7980
:ufw-after-logging-output - [0:0]
 
7981
:ufw-after-logging-forward - [0:0]
 
7982
:ufw-logging-deny - [0:0]
 
7983
:ufw-logging-allow - [0:0]
4035
7984
:ufw-user-limit - [0:0]
4036
7985
:ufw-user-limit-accept - [0:0]
4037
7986
### RULES ###
4042
7991
-A ufw-user-input -p tcp -m multiport --dports 1234,5678 -j ufw-user-limit-accept -m comment --comment 'dapp_Multi%20TCP'
4043
7992
 
4044
7993
### END RULES ###
 
7994
 
 
7995
### LOGGING ###
 
7996
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7997
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
7998
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
7999
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8000
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8001
### END LOGGING ###
 
8002
 
 
8003
### RATE LIMITING ###
4045
8004
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4046
8005
-A ufw-user-limit -j REJECT
4047
8006
-A ufw-user-limit-accept -j ACCEPT
 
8007
### END RATE LIMITING ###
4048
8008
COMMIT
4049
8009
Rules updated
4050
8010
 
4055
8015
:ufw-user-input - [0:0]
4056
8016
:ufw-user-output - [0:0]
4057
8017
:ufw-user-forward - [0:0]
 
8018
:ufw-before-logging-input - [0:0]
 
8019
:ufw-before-logging-output - [0:0]
 
8020
:ufw-before-logging-forward - [0:0]
 
8021
:ufw-user-logging-input - [0:0]
 
8022
:ufw-user-logging-output - [0:0]
 
8023
:ufw-user-logging-forward - [0:0]
 
8024
:ufw-after-logging-input - [0:0]
 
8025
:ufw-after-logging-output - [0:0]
 
8026
:ufw-after-logging-forward - [0:0]
 
8027
:ufw-logging-deny - [0:0]
 
8028
:ufw-logging-allow - [0:0]
4058
8029
:ufw-user-limit - [0:0]
4059
8030
:ufw-user-limit-accept - [0:0]
4060
8031
### RULES ###
4065
8036
-A ufw-user-input -p udp -m multiport --dports 1234,5678 -j ufw-user-limit-accept -m comment --comment 'dapp_Multi%20UDP'
4066
8037
 
4067
8038
### END RULES ###
 
8039
 
 
8040
### LOGGING ###
 
8041
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8042
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8043
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8044
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8045
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8046
### END LOGGING ###
 
8047
 
 
8048
### RATE LIMITING ###
4068
8049
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4069
8050
-A ufw-user-limit -j REJECT
4070
8051
-A ufw-user-limit-accept -j ACCEPT
 
8052
### END RATE LIMITING ###
4071
8053
COMMIT
4072
8054
Rules updated
4073
8055
 
4078
8060
:ufw-user-input - [0:0]
4079
8061
:ufw-user-output - [0:0]
4080
8062
:ufw-user-forward - [0:0]
 
8063
:ufw-before-logging-input - [0:0]
 
8064
:ufw-before-logging-output - [0:0]
 
8065
:ufw-before-logging-forward - [0:0]
 
8066
:ufw-user-logging-input - [0:0]
 
8067
:ufw-user-logging-output - [0:0]
 
8068
:ufw-user-logging-forward - [0:0]
 
8069
:ufw-after-logging-input - [0:0]
 
8070
:ufw-after-logging-output - [0:0]
 
8071
:ufw-after-logging-forward - [0:0]
 
8072
:ufw-logging-deny - [0:0]
 
8073
:ufw-logging-allow - [0:0]
4081
8074
:ufw-user-limit - [0:0]
4082
8075
:ufw-user-limit-accept - [0:0]
4083
8076
### RULES ###
4088
8081
-A ufw-user-input -p tcp -s 192.168.0.0/16 --sport 80 -j ufw-user-limit-accept -m comment --comment 'sapp_Apache'
4089
8082
 
4090
8083
### END RULES ###
 
8084
 
 
8085
### LOGGING ###
 
8086
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8087
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8088
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8089
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8090
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8091
### END LOGGING ###
 
8092
 
 
8093
### RATE LIMITING ###
4091
8094
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4092
8095
-A ufw-user-limit -j REJECT
4093
8096
-A ufw-user-limit-accept -j ACCEPT
 
8097
### END RATE LIMITING ###
4094
8098
COMMIT
4095
8099
Rules updated
4096
8100
 
4101
8105
:ufw-user-input - [0:0]
4102
8106
:ufw-user-output - [0:0]
4103
8107
:ufw-user-forward - [0:0]
 
8108
:ufw-before-logging-input - [0:0]
 
8109
:ufw-before-logging-output - [0:0]
 
8110
:ufw-before-logging-forward - [0:0]
 
8111
:ufw-user-logging-input - [0:0]
 
8112
:ufw-user-logging-output - [0:0]
 
8113
:ufw-user-logging-forward - [0:0]
 
8114
:ufw-after-logging-input - [0:0]
 
8115
:ufw-after-logging-output - [0:0]
 
8116
:ufw-after-logging-forward - [0:0]
 
8117
:ufw-logging-deny - [0:0]
 
8118
:ufw-logging-allow - [0:0]
4104
8119
:ufw-user-limit - [0:0]
4105
8120
:ufw-user-limit-accept - [0:0]
4106
8121
### RULES ###
4111
8126
-A ufw-user-input -p tcp -s 192.168.0.0/16 --sport 443 -j ufw-user-limit-accept -m comment --comment 'sapp_Apache%20Secure'
4112
8127
 
4113
8128
### END RULES ###
 
8129
 
 
8130
### LOGGING ###
 
8131
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8132
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8133
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8134
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8135
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8136
### END LOGGING ###
 
8137
 
 
8138
### RATE LIMITING ###
4114
8139
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4115
8140
-A ufw-user-limit -j REJECT
4116
8141
-A ufw-user-limit-accept -j ACCEPT
 
8142
### END RATE LIMITING ###
4117
8143
COMMIT
4118
8144
Rules updated
4119
8145
 
4124
8150
:ufw-user-input - [0:0]
4125
8151
:ufw-user-output - [0:0]
4126
8152
:ufw-user-forward - [0:0]
 
8153
:ufw-before-logging-input - [0:0]
 
8154
:ufw-before-logging-output - [0:0]
 
8155
:ufw-before-logging-forward - [0:0]
 
8156
:ufw-user-logging-input - [0:0]
 
8157
:ufw-user-logging-output - [0:0]
 
8158
:ufw-user-logging-forward - [0:0]
 
8159
:ufw-after-logging-input - [0:0]
 
8160
:ufw-after-logging-output - [0:0]
 
8161
:ufw-after-logging-forward - [0:0]
 
8162
:ufw-logging-deny - [0:0]
 
8163
:ufw-logging-allow - [0:0]
4127
8164
:ufw-user-limit - [0:0]
4128
8165
:ufw-user-limit-accept - [0:0]
4129
8166
### RULES ###
4134
8171
-A ufw-user-input -p tcp -m multiport --sports 80,443 -s 192.168.0.0/16 -j ufw-user-limit-accept -m comment --comment 'sapp_Apache%20Full'
4135
8172
 
4136
8173
### END RULES ###
 
8174
 
 
8175
### LOGGING ###
 
8176
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8177
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8178
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8179
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8180
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8181
### END LOGGING ###
 
8182
 
 
8183
### RATE LIMITING ###
4137
8184
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4138
8185
-A ufw-user-limit -j REJECT
4139
8186
-A ufw-user-limit-accept -j ACCEPT
 
8187
### END RATE LIMITING ###
4140
8188
COMMIT
4141
8189
Rules updated
4142
8190
 
4147
8195
:ufw-user-input - [0:0]
4148
8196
:ufw-user-output - [0:0]
4149
8197
:ufw-user-forward - [0:0]
 
8198
:ufw-before-logging-input - [0:0]
 
8199
:ufw-before-logging-output - [0:0]
 
8200
:ufw-before-logging-forward - [0:0]
 
8201
:ufw-user-logging-input - [0:0]
 
8202
:ufw-user-logging-output - [0:0]
 
8203
:ufw-user-logging-forward - [0:0]
 
8204
:ufw-after-logging-input - [0:0]
 
8205
:ufw-after-logging-output - [0:0]
 
8206
:ufw-after-logging-forward - [0:0]
 
8207
:ufw-logging-deny - [0:0]
 
8208
:ufw-logging-allow - [0:0]
4150
8209
:ufw-user-limit - [0:0]
4151
8210
:ufw-user-limit-accept - [0:0]
4152
8211
### RULES ###
4160
8219
-A ufw-user-input -p udp -s 192.168.0.0/16 --sport 53 -j ufw-user-limit-accept -m comment --comment 'sapp_Bind9'
4161
8220
 
4162
8221
### END RULES ###
 
8222
 
 
8223
### LOGGING ###
 
8224
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8225
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8226
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8227
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8228
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8229
### END LOGGING ###
 
8230
 
 
8231
### RATE LIMITING ###
4163
8232
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4164
8233
-A ufw-user-limit -j REJECT
4165
8234
-A ufw-user-limit-accept -j ACCEPT
 
8235
### END RATE LIMITING ###
4166
8236
COMMIT
4167
8237
Rules updated
4168
8238
 
4173
8243
:ufw-user-input - [0:0]
4174
8244
:ufw-user-output - [0:0]
4175
8245
:ufw-user-forward - [0:0]
 
8246
:ufw-before-logging-input - [0:0]
 
8247
:ufw-before-logging-output - [0:0]
 
8248
:ufw-before-logging-forward - [0:0]
 
8249
:ufw-user-logging-input - [0:0]
 
8250
:ufw-user-logging-output - [0:0]
 
8251
:ufw-user-logging-forward - [0:0]
 
8252
:ufw-after-logging-input - [0:0]
 
8253
:ufw-after-logging-output - [0:0]
 
8254
:ufw-after-logging-forward - [0:0]
 
8255
:ufw-logging-deny - [0:0]
 
8256
:ufw-logging-allow - [0:0]
4176
8257
:ufw-user-limit - [0:0]
4177
8258
:ufw-user-limit-accept - [0:0]
4178
8259
### RULES ###
4183
8264
-A ufw-user-input -p udp -m multiport --sports 137,138 -s 192.168.0.0/16 -j ufw-user-limit-accept -m comment --comment 'sapp_Samba'
4184
8265
 
4185
8266
### END RULES ###
 
8267
 
 
8268
### LOGGING ###
 
8269
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8270
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8271
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8272
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8273
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8274
### END LOGGING ###
 
8275
 
 
8276
### RATE LIMITING ###
4186
8277
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4187
8278
-A ufw-user-limit -j REJECT
4188
8279
-A ufw-user-limit-accept -j ACCEPT
 
8280
### END RATE LIMITING ###
4189
8281
COMMIT
4190
8282
*filter
4191
8283
:ufw-user-input - [0:0]
4192
8284
:ufw-user-output - [0:0]
4193
8285
:ufw-user-forward - [0:0]
 
8286
:ufw-before-logging-input - [0:0]
 
8287
:ufw-before-logging-output - [0:0]
 
8288
:ufw-before-logging-forward - [0:0]
 
8289
:ufw-user-logging-input - [0:0]
 
8290
:ufw-user-logging-output - [0:0]
 
8291
:ufw-user-logging-forward - [0:0]
 
8292
:ufw-after-logging-input - [0:0]
 
8293
:ufw-after-logging-output - [0:0]
 
8294
:ufw-after-logging-forward - [0:0]
 
8295
:ufw-logging-deny - [0:0]
 
8296
:ufw-logging-allow - [0:0]
4194
8297
:ufw-user-limit - [0:0]
4195
8298
:ufw-user-limit-accept - [0:0]
4196
8299
### RULES ###
4206
8309
-A ufw-user-input -p tcp -m multiport --sports 139,445 -s 192.168.0.0/16 -j ufw-user-limit-accept -m comment --comment 'sapp_Samba'
4207
8310
 
4208
8311
### END RULES ###
 
8312
 
 
8313
### LOGGING ###
 
8314
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8315
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8316
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8317
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8318
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8319
### END LOGGING ###
 
8320
 
 
8321
### RATE LIMITING ###
4209
8322
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4210
8323
-A ufw-user-limit -j REJECT
4211
8324
-A ufw-user-limit-accept -j ACCEPT
 
8325
### END RATE LIMITING ###
4212
8326
COMMIT
4213
8327
Rules updated
4214
8328
 
4219
8333
:ufw-user-input - [0:0]
4220
8334
:ufw-user-output - [0:0]
4221
8335
:ufw-user-forward - [0:0]
 
8336
:ufw-before-logging-input - [0:0]
 
8337
:ufw-before-logging-output - [0:0]
 
8338
:ufw-before-logging-forward - [0:0]
 
8339
:ufw-user-logging-input - [0:0]
 
8340
:ufw-user-logging-output - [0:0]
 
8341
:ufw-user-logging-forward - [0:0]
 
8342
:ufw-after-logging-input - [0:0]
 
8343
:ufw-after-logging-output - [0:0]
 
8344
:ufw-after-logging-forward - [0:0]
 
8345
:ufw-logging-deny - [0:0]
 
8346
:ufw-logging-allow - [0:0]
4222
8347
:ufw-user-limit - [0:0]
4223
8348
:ufw-user-limit-accept - [0:0]
4224
8349
### RULES ###
4229
8354
-A ufw-user-input -p udp -s 192.168.0.0/16 --sport 123 -j ufw-user-limit-accept -m comment --comment 'sapp_OpenNTPD'
4230
8355
 
4231
8356
### END RULES ###
 
8357
 
 
8358
### LOGGING ###
 
8359
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8360
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8361
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8362
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8363
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8364
### END LOGGING ###
 
8365
 
 
8366
### RATE LIMITING ###
4232
8367
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4233
8368
-A ufw-user-limit -j REJECT
4234
8369
-A ufw-user-limit-accept -j ACCEPT
 
8370
### END RATE LIMITING ###
4235
8371
COMMIT
4236
8372
Rules updated
4237
8373
 
4242
8378
:ufw-user-input - [0:0]
4243
8379
:ufw-user-output - [0:0]
4244
8380
:ufw-user-forward - [0:0]
 
8381
:ufw-before-logging-input - [0:0]
 
8382
:ufw-before-logging-output - [0:0]
 
8383
:ufw-before-logging-forward - [0:0]
 
8384
:ufw-user-logging-input - [0:0]
 
8385
:ufw-user-logging-output - [0:0]
 
8386
:ufw-user-logging-forward - [0:0]
 
8387
:ufw-after-logging-input - [0:0]
 
8388
:ufw-after-logging-output - [0:0]
 
8389
:ufw-after-logging-forward - [0:0]
 
8390
:ufw-logging-deny - [0:0]
 
8391
:ufw-logging-allow - [0:0]
4245
8392
:ufw-user-limit - [0:0]
4246
8393
:ufw-user-limit-accept - [0:0]
4247
8394
### RULES ###
4252
8399
-A ufw-user-input -p tcp -m multiport --sports 1234,5678 -s 192.168.0.0/16 -j ufw-user-limit-accept -m comment --comment 'sapp_Multi%20TCP'
4253
8400
 
4254
8401
### END RULES ###
 
8402
 
 
8403
### LOGGING ###
 
8404
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8405
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8406
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8407
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8408
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8409
### END LOGGING ###
 
8410
 
 
8411
### RATE LIMITING ###
4255
8412
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4256
8413
-A ufw-user-limit -j REJECT
4257
8414
-A ufw-user-limit-accept -j ACCEPT
 
8415
### END RATE LIMITING ###
4258
8416
COMMIT
4259
8417
Rules updated
4260
8418
 
4265
8423
:ufw-user-input - [0:0]
4266
8424
:ufw-user-output - [0:0]
4267
8425
:ufw-user-forward - [0:0]
 
8426
:ufw-before-logging-input - [0:0]
 
8427
:ufw-before-logging-output - [0:0]
 
8428
:ufw-before-logging-forward - [0:0]
 
8429
:ufw-user-logging-input - [0:0]
 
8430
:ufw-user-logging-output - [0:0]
 
8431
:ufw-user-logging-forward - [0:0]
 
8432
:ufw-after-logging-input - [0:0]
 
8433
:ufw-after-logging-output - [0:0]
 
8434
:ufw-after-logging-forward - [0:0]
 
8435
:ufw-logging-deny - [0:0]
 
8436
:ufw-logging-allow - [0:0]
4268
8437
:ufw-user-limit - [0:0]
4269
8438
:ufw-user-limit-accept - [0:0]
4270
8439
### RULES ###
4275
8444
-A ufw-user-input -p udp -m multiport --sports 1234,5678 -s 192.168.0.0/16 -j ufw-user-limit-accept -m comment --comment 'sapp_Multi%20UDP'
4276
8445
 
4277
8446
### END RULES ###
 
8447
 
 
8448
### LOGGING ###
 
8449
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8450
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8451
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8452
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8453
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8454
### END LOGGING ###
 
8455
 
 
8456
### RATE LIMITING ###
4278
8457
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4279
8458
-A ufw-user-limit -j REJECT
4280
8459
-A ufw-user-limit-accept -j ACCEPT
 
8460
### END RATE LIMITING ###
4281
8461
COMMIT
4282
8462
Rules updated
4283
8463
 
4288
8468
:ufw-user-input - [0:0]
4289
8469
:ufw-user-output - [0:0]
4290
8470
:ufw-user-forward - [0:0]
 
8471
:ufw-before-logging-input - [0:0]
 
8472
:ufw-before-logging-output - [0:0]
 
8473
:ufw-before-logging-forward - [0:0]
 
8474
:ufw-user-logging-input - [0:0]
 
8475
:ufw-user-logging-output - [0:0]
 
8476
:ufw-user-logging-forward - [0:0]
 
8477
:ufw-after-logging-input - [0:0]
 
8478
:ufw-after-logging-output - [0:0]
 
8479
:ufw-after-logging-forward - [0:0]
 
8480
:ufw-logging-deny - [0:0]
 
8481
:ufw-logging-allow - [0:0]
4291
8482
:ufw-user-limit - [0:0]
4292
8483
:ufw-user-limit-accept - [0:0]
4293
8484
### RULES ###
4298
8489
-A ufw-user-input -p tcp --sport 80 -j ufw-user-limit-accept -m comment --comment 'sapp_Apache'
4299
8490
 
4300
8491
### END RULES ###
 
8492
 
 
8493
### LOGGING ###
 
8494
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8495
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8496
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8497
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8498
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8499
### END LOGGING ###
 
8500
 
 
8501
### RATE LIMITING ###
4301
8502
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4302
8503
-A ufw-user-limit -j REJECT
4303
8504
-A ufw-user-limit-accept -j ACCEPT
 
8505
### END RATE LIMITING ###
4304
8506
COMMIT
4305
8507
Rules updated
4306
8508
 
4311
8513
:ufw-user-input - [0:0]
4312
8514
:ufw-user-output - [0:0]
4313
8515
:ufw-user-forward - [0:0]
 
8516
:ufw-before-logging-input - [0:0]
 
8517
:ufw-before-logging-output - [0:0]
 
8518
:ufw-before-logging-forward - [0:0]
 
8519
:ufw-user-logging-input - [0:0]
 
8520
:ufw-user-logging-output - [0:0]
 
8521
:ufw-user-logging-forward - [0:0]
 
8522
:ufw-after-logging-input - [0:0]
 
8523
:ufw-after-logging-output - [0:0]
 
8524
:ufw-after-logging-forward - [0:0]
 
8525
:ufw-logging-deny - [0:0]
 
8526
:ufw-logging-allow - [0:0]
4314
8527
:ufw-user-limit - [0:0]
4315
8528
:ufw-user-limit-accept - [0:0]
4316
8529
### RULES ###
4321
8534
-A ufw-user-input -p tcp --sport 443 -j ufw-user-limit-accept -m comment --comment 'sapp_Apache%20Secure'
4322
8535
 
4323
8536
### END RULES ###
 
8537
 
 
8538
### LOGGING ###
 
8539
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8540
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8541
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8542
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8543
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8544
### END LOGGING ###
 
8545
 
 
8546
### RATE LIMITING ###
4324
8547
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4325
8548
-A ufw-user-limit -j REJECT
4326
8549
-A ufw-user-limit-accept -j ACCEPT
 
8550
### END RATE LIMITING ###
4327
8551
COMMIT
4328
8552
Rules updated
4329
8553
 
4334
8558
:ufw-user-input - [0:0]
4335
8559
:ufw-user-output - [0:0]
4336
8560
:ufw-user-forward - [0:0]
 
8561
:ufw-before-logging-input - [0:0]
 
8562
:ufw-before-logging-output - [0:0]
 
8563
:ufw-before-logging-forward - [0:0]
 
8564
:ufw-user-logging-input - [0:0]
 
8565
:ufw-user-logging-output - [0:0]
 
8566
:ufw-user-logging-forward - [0:0]
 
8567
:ufw-after-logging-input - [0:0]
 
8568
:ufw-after-logging-output - [0:0]
 
8569
:ufw-after-logging-forward - [0:0]
 
8570
:ufw-logging-deny - [0:0]
 
8571
:ufw-logging-allow - [0:0]
4337
8572
:ufw-user-limit - [0:0]
4338
8573
:ufw-user-limit-accept - [0:0]
4339
8574
### RULES ###
4344
8579
-A ufw-user-input -p tcp -m multiport --sports 80,443 -j ufw-user-limit-accept -m comment --comment 'sapp_Apache%20Full'
4345
8580
 
4346
8581
### END RULES ###
 
8582
 
 
8583
### LOGGING ###
 
8584
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8585
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8586
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8587
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8588
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8589
### END LOGGING ###
 
8590
 
 
8591
### RATE LIMITING ###
4347
8592
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4348
8593
-A ufw-user-limit -j REJECT
4349
8594
-A ufw-user-limit-accept -j ACCEPT
 
8595
### END RATE LIMITING ###
4350
8596
COMMIT
4351
8597
Rules updated
4352
8598
 
4357
8603
:ufw-user-input - [0:0]
4358
8604
:ufw-user-output - [0:0]
4359
8605
:ufw-user-forward - [0:0]
 
8606
:ufw-before-logging-input - [0:0]
 
8607
:ufw-before-logging-output - [0:0]
 
8608
:ufw-before-logging-forward - [0:0]
 
8609
:ufw-user-logging-input - [0:0]
 
8610
:ufw-user-logging-output - [0:0]
 
8611
:ufw-user-logging-forward - [0:0]
 
8612
:ufw-after-logging-input - [0:0]
 
8613
:ufw-after-logging-output - [0:0]
 
8614
:ufw-after-logging-forward - [0:0]
 
8615
:ufw-logging-deny - [0:0]
 
8616
:ufw-logging-allow - [0:0]
4360
8617
:ufw-user-limit - [0:0]
4361
8618
:ufw-user-limit-accept - [0:0]
4362
8619
### RULES ###
4370
8627
-A ufw-user-input -p udp --sport 53 -j ufw-user-limit-accept -m comment --comment 'sapp_Bind9'
4371
8628
 
4372
8629
### END RULES ###
 
8630
 
 
8631
### LOGGING ###
 
8632
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8633
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8634
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8635
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8636
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8637
### END LOGGING ###
 
8638
 
 
8639
### RATE LIMITING ###
4373
8640
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4374
8641
-A ufw-user-limit -j REJECT
4375
8642
-A ufw-user-limit-accept -j ACCEPT
 
8643
### END RATE LIMITING ###
4376
8644
COMMIT
4377
8645
Rules updated
4378
8646
 
4383
8651
:ufw-user-input - [0:0]
4384
8652
:ufw-user-output - [0:0]
4385
8653
:ufw-user-forward - [0:0]
 
8654
:ufw-before-logging-input - [0:0]
 
8655
:ufw-before-logging-output - [0:0]
 
8656
:ufw-before-logging-forward - [0:0]
 
8657
:ufw-user-logging-input - [0:0]
 
8658
:ufw-user-logging-output - [0:0]
 
8659
:ufw-user-logging-forward - [0:0]
 
8660
:ufw-after-logging-input - [0:0]
 
8661
:ufw-after-logging-output - [0:0]
 
8662
:ufw-after-logging-forward - [0:0]
 
8663
:ufw-logging-deny - [0:0]
 
8664
:ufw-logging-allow - [0:0]
4386
8665
:ufw-user-limit - [0:0]
4387
8666
:ufw-user-limit-accept - [0:0]
4388
8667
### RULES ###
4393
8672
-A ufw-user-input -p udp -m multiport --sports 137,138 -j ufw-user-limit-accept -m comment --comment 'sapp_Samba'
4394
8673
 
4395
8674
### END RULES ###
 
8675
 
 
8676
### LOGGING ###
 
8677
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8678
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8679
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8680
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8681
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8682
### END LOGGING ###
 
8683
 
 
8684
### RATE LIMITING ###
4396
8685
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4397
8686
-A ufw-user-limit -j REJECT
4398
8687
-A ufw-user-limit-accept -j ACCEPT
 
8688
### END RATE LIMITING ###
4399
8689
COMMIT
4400
8690
*filter
4401
8691
:ufw-user-input - [0:0]
4402
8692
:ufw-user-output - [0:0]
4403
8693
:ufw-user-forward - [0:0]
 
8694
:ufw-before-logging-input - [0:0]
 
8695
:ufw-before-logging-output - [0:0]
 
8696
:ufw-before-logging-forward - [0:0]
 
8697
:ufw-user-logging-input - [0:0]
 
8698
:ufw-user-logging-output - [0:0]
 
8699
:ufw-user-logging-forward - [0:0]
 
8700
:ufw-after-logging-input - [0:0]
 
8701
:ufw-after-logging-output - [0:0]
 
8702
:ufw-after-logging-forward - [0:0]
 
8703
:ufw-logging-deny - [0:0]
 
8704
:ufw-logging-allow - [0:0]
4404
8705
:ufw-user-limit - [0:0]
4405
8706
:ufw-user-limit-accept - [0:0]
4406
8707
### RULES ###
4416
8717
-A ufw-user-input -p tcp -m multiport --sports 139,445 -j ufw-user-limit-accept -m comment --comment 'sapp_Samba'
4417
8718
 
4418
8719
### END RULES ###
 
8720
 
 
8721
### LOGGING ###
 
8722
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8723
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8724
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8725
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8726
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8727
### END LOGGING ###
 
8728
 
 
8729
### RATE LIMITING ###
4419
8730
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4420
8731
-A ufw-user-limit -j REJECT
4421
8732
-A ufw-user-limit-accept -j ACCEPT
 
8733
### END RATE LIMITING ###
4422
8734
COMMIT
4423
8735
Rules updated
4424
8736
 
4429
8741
:ufw-user-input - [0:0]
4430
8742
:ufw-user-output - [0:0]
4431
8743
:ufw-user-forward - [0:0]
 
8744
:ufw-before-logging-input - [0:0]
 
8745
:ufw-before-logging-output - [0:0]
 
8746
:ufw-before-logging-forward - [0:0]
 
8747
:ufw-user-logging-input - [0:0]
 
8748
:ufw-user-logging-output - [0:0]
 
8749
:ufw-user-logging-forward - [0:0]
 
8750
:ufw-after-logging-input - [0:0]
 
8751
:ufw-after-logging-output - [0:0]
 
8752
:ufw-after-logging-forward - [0:0]
 
8753
:ufw-logging-deny - [0:0]
 
8754
:ufw-logging-allow - [0:0]
4432
8755
:ufw-user-limit - [0:0]
4433
8756
:ufw-user-limit-accept - [0:0]
4434
8757
### RULES ###
4439
8762
-A ufw-user-input -p udp --sport 123 -j ufw-user-limit-accept -m comment --comment 'sapp_OpenNTPD'
4440
8763
 
4441
8764
### END RULES ###
 
8765
 
 
8766
### LOGGING ###
 
8767
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8768
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8769
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8770
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8771
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8772
### END LOGGING ###
 
8773
 
 
8774
### RATE LIMITING ###
4442
8775
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4443
8776
-A ufw-user-limit -j REJECT
4444
8777
-A ufw-user-limit-accept -j ACCEPT
 
8778
### END RATE LIMITING ###
4445
8779
COMMIT
4446
8780
Rules updated
4447
8781
 
4452
8786
:ufw-user-input - [0:0]
4453
8787
:ufw-user-output - [0:0]
4454
8788
:ufw-user-forward - [0:0]
 
8789
:ufw-before-logging-input - [0:0]
 
8790
:ufw-before-logging-output - [0:0]
 
8791
:ufw-before-logging-forward - [0:0]
 
8792
:ufw-user-logging-input - [0:0]
 
8793
:ufw-user-logging-output - [0:0]
 
8794
:ufw-user-logging-forward - [0:0]
 
8795
:ufw-after-logging-input - [0:0]
 
8796
:ufw-after-logging-output - [0:0]
 
8797
:ufw-after-logging-forward - [0:0]
 
8798
:ufw-logging-deny - [0:0]
 
8799
:ufw-logging-allow - [0:0]
4455
8800
:ufw-user-limit - [0:0]
4456
8801
:ufw-user-limit-accept - [0:0]
4457
8802
### RULES ###
4462
8807
-A ufw-user-input -p tcp -m multiport --sports 1234,5678 -j ufw-user-limit-accept -m comment --comment 'sapp_Multi%20TCP'
4463
8808
 
4464
8809
### END RULES ###
 
8810
 
 
8811
### LOGGING ###
 
8812
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8813
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8814
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8815
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8816
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8817
### END LOGGING ###
 
8818
 
 
8819
### RATE LIMITING ###
4465
8820
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4466
8821
-A ufw-user-limit -j REJECT
4467
8822
-A ufw-user-limit-accept -j ACCEPT
 
8823
### END RATE LIMITING ###
4468
8824
COMMIT
4469
8825
Rules updated
4470
8826
 
4475
8831
:ufw-user-input - [0:0]
4476
8832
:ufw-user-output - [0:0]
4477
8833
:ufw-user-forward - [0:0]
 
8834
:ufw-before-logging-input - [0:0]
 
8835
:ufw-before-logging-output - [0:0]
 
8836
:ufw-before-logging-forward - [0:0]
 
8837
:ufw-user-logging-input - [0:0]
 
8838
:ufw-user-logging-output - [0:0]
 
8839
:ufw-user-logging-forward - [0:0]
 
8840
:ufw-after-logging-input - [0:0]
 
8841
:ufw-after-logging-output - [0:0]
 
8842
:ufw-after-logging-forward - [0:0]
 
8843
:ufw-logging-deny - [0:0]
 
8844
:ufw-logging-allow - [0:0]
4478
8845
:ufw-user-limit - [0:0]
4479
8846
:ufw-user-limit-accept - [0:0]
4480
8847
### RULES ###
4485
8852
-A ufw-user-input -p udp -m multiport --sports 1234,5678 -j ufw-user-limit-accept -m comment --comment 'sapp_Multi%20UDP'
4486
8853
 
4487
8854
### END RULES ###
 
8855
 
 
8856
### LOGGING ###
 
8857
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8858
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8859
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8860
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8861
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8862
### END LOGGING ###
 
8863
 
 
8864
### RATE LIMITING ###
4488
8865
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4489
8866
-A ufw-user-limit -j REJECT
4490
8867
-A ufw-user-limit-accept -j ACCEPT
 
8868
### END RATE LIMITING ###
4491
8869
COMMIT
4492
8870
Rules updated
4493
8871
 
4498
8876
:ufw-user-input - [0:0]
4499
8877
:ufw-user-output - [0:0]
4500
8878
:ufw-user-forward - [0:0]
 
8879
:ufw-before-logging-input - [0:0]
 
8880
:ufw-before-logging-output - [0:0]
 
8881
:ufw-before-logging-forward - [0:0]
 
8882
:ufw-user-logging-input - [0:0]
 
8883
:ufw-user-logging-output - [0:0]
 
8884
:ufw-user-logging-forward - [0:0]
 
8885
:ufw-after-logging-input - [0:0]
 
8886
:ufw-after-logging-output - [0:0]
 
8887
:ufw-after-logging-forward - [0:0]
 
8888
:ufw-logging-deny - [0:0]
 
8889
:ufw-logging-allow - [0:0]
4501
8890
:ufw-user-limit - [0:0]
4502
8891
:ufw-user-limit-accept - [0:0]
4503
8892
### RULES ###
4508
8897
-A ufw-user-input -p tcp -d 192.168.0.2 --dport 8080 -s 192.168.0.1 --sport 80 -j ufw-user-limit-accept -m comment --comment 'sapp_Apache'
4509
8898
 
4510
8899
### END RULES ###
 
8900
 
 
8901
### LOGGING ###
 
8902
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8903
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8904
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8905
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8906
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8907
### END LOGGING ###
 
8908
 
 
8909
### RATE LIMITING ###
4511
8910
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4512
8911
-A ufw-user-limit -j REJECT
4513
8912
-A ufw-user-limit-accept -j ACCEPT
 
8913
### END RATE LIMITING ###
4514
8914
COMMIT
4515
8915
Rules updated
4516
8916
 
4521
8921
:ufw-user-input - [0:0]
4522
8922
:ufw-user-output - [0:0]
4523
8923
:ufw-user-forward - [0:0]
 
8924
:ufw-before-logging-input - [0:0]
 
8925
:ufw-before-logging-output - [0:0]
 
8926
:ufw-before-logging-forward - [0:0]
 
8927
:ufw-user-logging-input - [0:0]
 
8928
:ufw-user-logging-output - [0:0]
 
8929
:ufw-user-logging-forward - [0:0]
 
8930
:ufw-after-logging-input - [0:0]
 
8931
:ufw-after-logging-output - [0:0]
 
8932
:ufw-after-logging-forward - [0:0]
 
8933
:ufw-logging-deny - [0:0]
 
8934
:ufw-logging-allow - [0:0]
4524
8935
:ufw-user-limit - [0:0]
4525
8936
:ufw-user-limit-accept - [0:0]
4526
8937
### RULES ###
4531
8942
-A ufw-user-input -p udp -d 192.168.0.2 --dport 10123 -s 192.168.0.1 --sport 123 -j ufw-user-limit-accept -m comment --comment 'sapp_OpenNTPD'
4532
8943
 
4533
8944
### END RULES ###
 
8945
 
 
8946
### LOGGING ###
 
8947
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8948
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8949
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8950
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8951
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8952
### END LOGGING ###
 
8953
 
 
8954
### RATE LIMITING ###
4534
8955
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4535
8956
-A ufw-user-limit -j REJECT
4536
8957
-A ufw-user-limit-accept -j ACCEPT
 
8958
### END RATE LIMITING ###
4537
8959
COMMIT
4538
8960
Rules updated
4539
8961
 
4544
8966
:ufw-user-input - [0:0]
4545
8967
:ufw-user-output - [0:0]
4546
8968
:ufw-user-forward - [0:0]
 
8969
:ufw-before-logging-input - [0:0]
 
8970
:ufw-before-logging-output - [0:0]
 
8971
:ufw-before-logging-forward - [0:0]
 
8972
:ufw-user-logging-input - [0:0]
 
8973
:ufw-user-logging-output - [0:0]
 
8974
:ufw-user-logging-forward - [0:0]
 
8975
:ufw-after-logging-input - [0:0]
 
8976
:ufw-after-logging-output - [0:0]
 
8977
:ufw-after-logging-forward - [0:0]
 
8978
:ufw-logging-deny - [0:0]
 
8979
:ufw-logging-allow - [0:0]
4547
8980
:ufw-user-limit - [0:0]
4548
8981
:ufw-user-limit-accept - [0:0]
4549
8982
### RULES ###
4554
8987
-A ufw-user-input -p udp -m multiport --dports 53 -m multiport --sports 137,138 -d 192.168.0.2 -s 192.168.0.1 -j ufw-user-limit-accept -m comment --comment 'dapp_Bind9,sapp_Samba'
4555
8988
 
4556
8989
### END RULES ###
 
8990
 
 
8991
### LOGGING ###
 
8992
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8993
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8994
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
8995
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
8996
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
8997
### END LOGGING ###
 
8998
 
 
8999
### RATE LIMITING ###
4557
9000
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4558
9001
-A ufw-user-limit -j REJECT
4559
9002
-A ufw-user-limit-accept -j ACCEPT
 
9003
### END RATE LIMITING ###
4560
9004
COMMIT
4561
9005
*filter
4562
9006
:ufw-user-input - [0:0]
4563
9007
:ufw-user-output - [0:0]
4564
9008
:ufw-user-forward - [0:0]
 
9009
:ufw-before-logging-input - [0:0]
 
9010
:ufw-before-logging-output - [0:0]
 
9011
:ufw-before-logging-forward - [0:0]
 
9012
:ufw-user-logging-input - [0:0]
 
9013
:ufw-user-logging-output - [0:0]
 
9014
:ufw-user-logging-forward - [0:0]
 
9015
:ufw-after-logging-input - [0:0]
 
9016
:ufw-after-logging-output - [0:0]
 
9017
:ufw-after-logging-forward - [0:0]
 
9018
:ufw-logging-deny - [0:0]
 
9019
:ufw-logging-allow - [0:0]
4565
9020
:ufw-user-limit - [0:0]
4566
9021
:ufw-user-limit-accept - [0:0]
4567
9022
### RULES ###
4577
9032
-A ufw-user-input -p tcp -m multiport --dports 53 -m multiport --sports 139,445 -d 192.168.0.2 -s 192.168.0.1 -j ufw-user-limit-accept -m comment --comment 'dapp_Bind9,sapp_Samba'
4578
9033
 
4579
9034
### END RULES ###
 
9035
 
 
9036
### LOGGING ###
 
9037
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9038
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9039
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9040
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9041
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9042
### END LOGGING ###
 
9043
 
 
9044
### RATE LIMITING ###
4580
9045
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4581
9046
-A ufw-user-limit -j REJECT
4582
9047
-A ufw-user-limit-accept -j ACCEPT
 
9048
### END RATE LIMITING ###
4583
9049
COMMIT
4584
9050
Rules updated
4585
9051
 
4590
9056
:ufw-user-input - [0:0]
4591
9057
:ufw-user-output - [0:0]
4592
9058
:ufw-user-forward - [0:0]
 
9059
:ufw-before-logging-input - [0:0]
 
9060
:ufw-before-logging-output - [0:0]
 
9061
:ufw-before-logging-forward - [0:0]
 
9062
:ufw-user-logging-input - [0:0]
 
9063
:ufw-user-logging-output - [0:0]
 
9064
:ufw-user-logging-forward - [0:0]
 
9065
:ufw-after-logging-input - [0:0]
 
9066
:ufw-after-logging-output - [0:0]
 
9067
:ufw-after-logging-forward - [0:0]
 
9068
:ufw-logging-deny - [0:0]
 
9069
:ufw-logging-allow - [0:0]
4593
9070
:ufw-user-limit - [0:0]
4594
9071
:ufw-user-limit-accept - [0:0]
4595
9072
### RULES ###
4600
9077
-A ufw-user-input -p udp -m multiport --dports 22 -m multiport --sports 137,138 -d 192.168.0.2 -s 192.168.0.1 -j ufw-user-limit-accept -m comment --comment 'sapp_Samba'
4601
9078
 
4602
9079
### END RULES ###
 
9080
 
 
9081
### LOGGING ###
 
9082
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9083
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9084
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9085
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9086
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9087
### END LOGGING ###
 
9088
 
 
9089
### RATE LIMITING ###
4603
9090
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4604
9091
-A ufw-user-limit -j REJECT
4605
9092
-A ufw-user-limit-accept -j ACCEPT
 
9093
### END RATE LIMITING ###
4606
9094
COMMIT
4607
9095
*filter
4608
9096
:ufw-user-input - [0:0]
4609
9097
:ufw-user-output - [0:0]
4610
9098
:ufw-user-forward - [0:0]
 
9099
:ufw-before-logging-input - [0:0]
 
9100
:ufw-before-logging-output - [0:0]
 
9101
:ufw-before-logging-forward - [0:0]
 
9102
:ufw-user-logging-input - [0:0]
 
9103
:ufw-user-logging-output - [0:0]
 
9104
:ufw-user-logging-forward - [0:0]
 
9105
:ufw-after-logging-input - [0:0]
 
9106
:ufw-after-logging-output - [0:0]
 
9107
:ufw-after-logging-forward - [0:0]
 
9108
:ufw-logging-deny - [0:0]
 
9109
:ufw-logging-allow - [0:0]
4611
9110
:ufw-user-limit - [0:0]
4612
9111
:ufw-user-limit-accept - [0:0]
4613
9112
### RULES ###
4623
9122
-A ufw-user-input -p tcp -m multiport --dports 22 -m multiport --sports 139,445 -d 192.168.0.2 -s 192.168.0.1 -j ufw-user-limit-accept -m comment --comment 'sapp_Samba'
4624
9123
 
4625
9124
### END RULES ###
 
9125
 
 
9126
### LOGGING ###
 
9127
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9128
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9129
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9130
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9131
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9132
### END LOGGING ###
 
9133
 
 
9134
### RATE LIMITING ###
4626
9135
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4627
9136
-A ufw-user-limit -j REJECT
4628
9137
-A ufw-user-limit-accept -j ACCEPT
 
9138
### END RATE LIMITING ###
4629
9139
COMMIT
4630
9140
Rules updated
4631
9141
 
4636
9146
:ufw-user-input - [0:0]
4637
9147
:ufw-user-output - [0:0]
4638
9148
:ufw-user-forward - [0:0]
 
9149
:ufw-before-logging-input - [0:0]
 
9150
:ufw-before-logging-output - [0:0]
 
9151
:ufw-before-logging-forward - [0:0]
 
9152
:ufw-user-logging-input - [0:0]
 
9153
:ufw-user-logging-output - [0:0]
 
9154
:ufw-user-logging-forward - [0:0]
 
9155
:ufw-after-logging-input - [0:0]
 
9156
:ufw-after-logging-output - [0:0]
 
9157
:ufw-after-logging-forward - [0:0]
 
9158
:ufw-logging-deny - [0:0]
 
9159
:ufw-logging-allow - [0:0]
4639
9160
:ufw-user-limit - [0:0]
4640
9161
:ufw-user-limit-accept - [0:0]
4641
9162
### RULES ###
4646
9167
-A ufw-user-input -p tcp -m multiport --dports 80,443 -m multiport --sports 80 -d 192.168.0.2 -s 192.168.0.1 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache%20Full,sapp_Apache'
4647
9168
 
4648
9169
### END RULES ###
 
9170
 
 
9171
### LOGGING ###
 
9172
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9173
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9174
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9175
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9176
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9177
### END LOGGING ###
 
9178
 
 
9179
### RATE LIMITING ###
4649
9180
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4650
9181
-A ufw-user-limit -j REJECT
4651
9182
-A ufw-user-limit-accept -j ACCEPT
 
9183
### END RATE LIMITING ###
4652
9184
COMMIT
4653
9185
Rules updated
4654
9186
 
4659
9191
:ufw-user-input - [0:0]
4660
9192
:ufw-user-output - [0:0]
4661
9193
:ufw-user-forward - [0:0]
 
9194
:ufw-before-logging-input - [0:0]
 
9195
:ufw-before-logging-output - [0:0]
 
9196
:ufw-before-logging-forward - [0:0]
 
9197
:ufw-user-logging-input - [0:0]
 
9198
:ufw-user-logging-output - [0:0]
 
9199
:ufw-user-logging-forward - [0:0]
 
9200
:ufw-after-logging-input - [0:0]
 
9201
:ufw-after-logging-output - [0:0]
 
9202
:ufw-after-logging-forward - [0:0]
 
9203
:ufw-logging-deny - [0:0]
 
9204
:ufw-logging-allow - [0:0]
4662
9205
:ufw-user-limit - [0:0]
4663
9206
:ufw-user-limit-accept - [0:0]
4664
9207
### RULES ###
4669
9212
-A ufw-user-input -p tcp -d 192.168.0.1 --dport 80 -s 192.168.0.2 --sport 8080 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache'
4670
9213
 
4671
9214
### END RULES ###
 
9215
 
 
9216
### LOGGING ###
 
9217
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9218
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9219
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9220
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9221
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9222
### END LOGGING ###
 
9223
 
 
9224
### RATE LIMITING ###
4672
9225
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4673
9226
-A ufw-user-limit -j REJECT
4674
9227
-A ufw-user-limit-accept -j ACCEPT
 
9228
### END RATE LIMITING ###
4675
9229
COMMIT
4676
9230
Rules updated
4677
9231
 
4682
9236
:ufw-user-input - [0:0]
4683
9237
:ufw-user-output - [0:0]
4684
9238
:ufw-user-forward - [0:0]
 
9239
:ufw-before-logging-input - [0:0]
 
9240
:ufw-before-logging-output - [0:0]
 
9241
:ufw-before-logging-forward - [0:0]
 
9242
:ufw-user-logging-input - [0:0]
 
9243
:ufw-user-logging-output - [0:0]
 
9244
:ufw-user-logging-forward - [0:0]
 
9245
:ufw-after-logging-input - [0:0]
 
9246
:ufw-after-logging-output - [0:0]
 
9247
:ufw-after-logging-forward - [0:0]
 
9248
:ufw-logging-deny - [0:0]
 
9249
:ufw-logging-allow - [0:0]
4685
9250
:ufw-user-limit - [0:0]
4686
9251
:ufw-user-limit-accept - [0:0]
4687
9252
### RULES ###
4692
9257
-A ufw-user-input -p udp -d 192.168.0.1 --dport 123 -s 192.168.0.2 --sport 10123 -j ufw-user-limit-accept -m comment --comment 'dapp_OpenNTPD'
4693
9258
 
4694
9259
### END RULES ###
 
9260
 
 
9261
### LOGGING ###
 
9262
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9263
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9264
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9265
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9266
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9267
### END LOGGING ###
 
9268
 
 
9269
### RATE LIMITING ###
4695
9270
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4696
9271
-A ufw-user-limit -j REJECT
4697
9272
-A ufw-user-limit-accept -j ACCEPT
 
9273
### END RATE LIMITING ###
4698
9274
COMMIT
4699
9275
Rules updated
4700
9276
 
4705
9281
:ufw-user-input - [0:0]
4706
9282
:ufw-user-output - [0:0]
4707
9283
:ufw-user-forward - [0:0]
 
9284
:ufw-before-logging-input - [0:0]
 
9285
:ufw-before-logging-output - [0:0]
 
9286
:ufw-before-logging-forward - [0:0]
 
9287
:ufw-user-logging-input - [0:0]
 
9288
:ufw-user-logging-output - [0:0]
 
9289
:ufw-user-logging-forward - [0:0]
 
9290
:ufw-after-logging-input - [0:0]
 
9291
:ufw-after-logging-output - [0:0]
 
9292
:ufw-after-logging-forward - [0:0]
 
9293
:ufw-logging-deny - [0:0]
 
9294
:ufw-logging-allow - [0:0]
4708
9295
:ufw-user-limit - [0:0]
4709
9296
:ufw-user-limit-accept - [0:0]
4710
9297
### RULES ###
4715
9302
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 53 -d 192.168.0.1 -s 192.168.0.2 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba,sapp_Bind9'
4716
9303
 
4717
9304
### END RULES ###
 
9305
 
 
9306
### LOGGING ###
 
9307
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9308
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9309
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9310
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9311
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9312
### END LOGGING ###
 
9313
 
 
9314
### RATE LIMITING ###
4718
9315
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4719
9316
-A ufw-user-limit -j REJECT
4720
9317
-A ufw-user-limit-accept -j ACCEPT
 
9318
### END RATE LIMITING ###
4721
9319
COMMIT
4722
9320
*filter
4723
9321
:ufw-user-input - [0:0]
4724
9322
:ufw-user-output - [0:0]
4725
9323
:ufw-user-forward - [0:0]
 
9324
:ufw-before-logging-input - [0:0]
 
9325
:ufw-before-logging-output - [0:0]
 
9326
:ufw-before-logging-forward - [0:0]
 
9327
:ufw-user-logging-input - [0:0]
 
9328
:ufw-user-logging-output - [0:0]
 
9329
:ufw-user-logging-forward - [0:0]
 
9330
:ufw-after-logging-input - [0:0]
 
9331
:ufw-after-logging-output - [0:0]
 
9332
:ufw-after-logging-forward - [0:0]
 
9333
:ufw-logging-deny - [0:0]
 
9334
:ufw-logging-allow - [0:0]
4726
9335
:ufw-user-limit - [0:0]
4727
9336
:ufw-user-limit-accept - [0:0]
4728
9337
### RULES ###
4738
9347
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 53 -d 192.168.0.1 -s 192.168.0.2 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba,sapp_Bind9'
4739
9348
 
4740
9349
### END RULES ###
 
9350
 
 
9351
### LOGGING ###
 
9352
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9353
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9354
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9355
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9356
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9357
### END LOGGING ###
 
9358
 
 
9359
### RATE LIMITING ###
4741
9360
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4742
9361
-A ufw-user-limit -j REJECT
4743
9362
-A ufw-user-limit-accept -j ACCEPT
 
9363
### END RATE LIMITING ###
4744
9364
COMMIT
4745
9365
Rules updated
4746
9366
 
4751
9371
:ufw-user-input - [0:0]
4752
9372
:ufw-user-output - [0:0]
4753
9373
:ufw-user-forward - [0:0]
 
9374
:ufw-before-logging-input - [0:0]
 
9375
:ufw-before-logging-output - [0:0]
 
9376
:ufw-before-logging-forward - [0:0]
 
9377
:ufw-user-logging-input - [0:0]
 
9378
:ufw-user-logging-output - [0:0]
 
9379
:ufw-user-logging-forward - [0:0]
 
9380
:ufw-after-logging-input - [0:0]
 
9381
:ufw-after-logging-output - [0:0]
 
9382
:ufw-after-logging-forward - [0:0]
 
9383
:ufw-logging-deny - [0:0]
 
9384
:ufw-logging-allow - [0:0]
4754
9385
:ufw-user-limit - [0:0]
4755
9386
:ufw-user-limit-accept - [0:0]
4756
9387
### RULES ###
4761
9392
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 22 -d 192.168.0.1 -s 192.168.0.2 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
4762
9393
 
4763
9394
### END RULES ###
 
9395
 
 
9396
### LOGGING ###
 
9397
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9398
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9399
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9400
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9401
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9402
### END LOGGING ###
 
9403
 
 
9404
### RATE LIMITING ###
4764
9405
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4765
9406
-A ufw-user-limit -j REJECT
4766
9407
-A ufw-user-limit-accept -j ACCEPT
 
9408
### END RATE LIMITING ###
4767
9409
COMMIT
4768
9410
*filter
4769
9411
:ufw-user-input - [0:0]
4770
9412
:ufw-user-output - [0:0]
4771
9413
:ufw-user-forward - [0:0]
 
9414
:ufw-before-logging-input - [0:0]
 
9415
:ufw-before-logging-output - [0:0]
 
9416
:ufw-before-logging-forward - [0:0]
 
9417
:ufw-user-logging-input - [0:0]
 
9418
:ufw-user-logging-output - [0:0]
 
9419
:ufw-user-logging-forward - [0:0]
 
9420
:ufw-after-logging-input - [0:0]
 
9421
:ufw-after-logging-output - [0:0]
 
9422
:ufw-after-logging-forward - [0:0]
 
9423
:ufw-logging-deny - [0:0]
 
9424
:ufw-logging-allow - [0:0]
4772
9425
:ufw-user-limit - [0:0]
4773
9426
:ufw-user-limit-accept - [0:0]
4774
9427
### RULES ###
4784
9437
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 22 -d 192.168.0.1 -s 192.168.0.2 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
4785
9438
 
4786
9439
### END RULES ###
 
9440
 
 
9441
### LOGGING ###
 
9442
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9443
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9444
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9445
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9446
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9447
### END LOGGING ###
 
9448
 
 
9449
### RATE LIMITING ###
4787
9450
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4788
9451
-A ufw-user-limit -j REJECT
4789
9452
-A ufw-user-limit-accept -j ACCEPT
 
9453
### END RATE LIMITING ###
4790
9454
COMMIT
4791
9455
Rules updated
4792
9456
 
4797
9461
:ufw-user-input - [0:0]
4798
9462
:ufw-user-output - [0:0]
4799
9463
:ufw-user-forward - [0:0]
 
9464
:ufw-before-logging-input - [0:0]
 
9465
:ufw-before-logging-output - [0:0]
 
9466
:ufw-before-logging-forward - [0:0]
 
9467
:ufw-user-logging-input - [0:0]
 
9468
:ufw-user-logging-output - [0:0]
 
9469
:ufw-user-logging-forward - [0:0]
 
9470
:ufw-after-logging-input - [0:0]
 
9471
:ufw-after-logging-output - [0:0]
 
9472
:ufw-after-logging-forward - [0:0]
 
9473
:ufw-logging-deny - [0:0]
 
9474
:ufw-logging-allow - [0:0]
4800
9475
:ufw-user-limit - [0:0]
4801
9476
:ufw-user-limit-accept - [0:0]
4802
9477
### RULES ###
4807
9482
-A ufw-user-input -p tcp -m multiport --dports 80 -m multiport --sports 80,443 -d 192.168.0.1 -s 192.168.0.2 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache,sapp_Apache%20Full'
4808
9483
 
4809
9484
### END RULES ###
 
9485
 
 
9486
### LOGGING ###
 
9487
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9488
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9489
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9490
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9491
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9492
### END LOGGING ###
 
9493
 
 
9494
### RATE LIMITING ###
4810
9495
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4811
9496
-A ufw-user-limit -j REJECT
4812
9497
-A ufw-user-limit-accept -j ACCEPT
 
9498
### END RATE LIMITING ###
4813
9499
COMMIT
4814
9500
Rules updated
4815
9501
 
4820
9506
:ufw-user-input - [0:0]
4821
9507
:ufw-user-output - [0:0]
4822
9508
:ufw-user-forward - [0:0]
 
9509
:ufw-before-logging-input - [0:0]
 
9510
:ufw-before-logging-output - [0:0]
 
9511
:ufw-before-logging-forward - [0:0]
 
9512
:ufw-user-logging-input - [0:0]
 
9513
:ufw-user-logging-output - [0:0]
 
9514
:ufw-user-logging-forward - [0:0]
 
9515
:ufw-after-logging-input - [0:0]
 
9516
:ufw-after-logging-output - [0:0]
 
9517
:ufw-after-logging-forward - [0:0]
 
9518
:ufw-logging-deny - [0:0]
 
9519
:ufw-logging-allow - [0:0]
4823
9520
:ufw-user-limit - [0:0]
4824
9521
:ufw-user-limit-accept - [0:0]
4825
9522
### RULES ###
4830
9527
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 137,138 -d 192.168.0.1 -s 192.168.0.1 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba,sapp_Samba'
4831
9528
 
4832
9529
### END RULES ###
 
9530
 
 
9531
### LOGGING ###
 
9532
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9533
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9534
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9535
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9536
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9537
### END LOGGING ###
 
9538
 
 
9539
### RATE LIMITING ###
4833
9540
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4834
9541
-A ufw-user-limit -j REJECT
4835
9542
-A ufw-user-limit-accept -j ACCEPT
 
9543
### END RATE LIMITING ###
4836
9544
COMMIT
4837
9545
*filter
4838
9546
:ufw-user-input - [0:0]
4839
9547
:ufw-user-output - [0:0]
4840
9548
:ufw-user-forward - [0:0]
 
9549
:ufw-before-logging-input - [0:0]
 
9550
:ufw-before-logging-output - [0:0]
 
9551
:ufw-before-logging-forward - [0:0]
 
9552
:ufw-user-logging-input - [0:0]
 
9553
:ufw-user-logging-output - [0:0]
 
9554
:ufw-user-logging-forward - [0:0]
 
9555
:ufw-after-logging-input - [0:0]
 
9556
:ufw-after-logging-output - [0:0]
 
9557
:ufw-after-logging-forward - [0:0]
 
9558
:ufw-logging-deny - [0:0]
 
9559
:ufw-logging-allow - [0:0]
4841
9560
:ufw-user-limit - [0:0]
4842
9561
:ufw-user-limit-accept - [0:0]
4843
9562
### RULES ###
4853
9572
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 139,445 -d 192.168.0.1 -s 192.168.0.1 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba,sapp_Samba'
4854
9573
 
4855
9574
### END RULES ###
 
9575
 
 
9576
### LOGGING ###
 
9577
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9578
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9579
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9580
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9581
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9582
### END LOGGING ###
 
9583
 
 
9584
### RATE LIMITING ###
4856
9585
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4857
9586
-A ufw-user-limit -j REJECT
4858
9587
-A ufw-user-limit-accept -j ACCEPT
 
9588
### END RATE LIMITING ###
4859
9589
COMMIT
4860
9590
Rules updated
4861
9591
 
4866
9596
:ufw-user-input - [0:0]
4867
9597
:ufw-user-output - [0:0]
4868
9598
:ufw-user-forward - [0:0]
 
9599
:ufw-before-logging-input - [0:0]
 
9600
:ufw-before-logging-output - [0:0]
 
9601
:ufw-before-logging-forward - [0:0]
 
9602
:ufw-user-logging-input - [0:0]
 
9603
:ufw-user-logging-output - [0:0]
 
9604
:ufw-user-logging-forward - [0:0]
 
9605
:ufw-after-logging-input - [0:0]
 
9606
:ufw-after-logging-output - [0:0]
 
9607
:ufw-after-logging-forward - [0:0]
 
9608
:ufw-logging-deny - [0:0]
 
9609
:ufw-logging-allow - [0:0]
4869
9610
:ufw-user-limit - [0:0]
4870
9611
:ufw-user-limit-accept - [0:0]
4871
9612
### RULES ###
4876
9617
-A ufw-user-input -p tcp --dport 8080 --sport 80 -j ufw-user-limit-accept -m comment --comment 'sapp_Apache'
4877
9618
 
4878
9619
### END RULES ###
 
9620
 
 
9621
### LOGGING ###
 
9622
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9623
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9624
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9625
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9626
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9627
### END LOGGING ###
 
9628
 
 
9629
### RATE LIMITING ###
4879
9630
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4880
9631
-A ufw-user-limit -j REJECT
4881
9632
-A ufw-user-limit-accept -j ACCEPT
 
9633
### END RATE LIMITING ###
4882
9634
COMMIT
4883
9635
Rules updated
4884
9636
 
4889
9641
:ufw-user-input - [0:0]
4890
9642
:ufw-user-output - [0:0]
4891
9643
:ufw-user-forward - [0:0]
 
9644
:ufw-before-logging-input - [0:0]
 
9645
:ufw-before-logging-output - [0:0]
 
9646
:ufw-before-logging-forward - [0:0]
 
9647
:ufw-user-logging-input - [0:0]
 
9648
:ufw-user-logging-output - [0:0]
 
9649
:ufw-user-logging-forward - [0:0]
 
9650
:ufw-after-logging-input - [0:0]
 
9651
:ufw-after-logging-output - [0:0]
 
9652
:ufw-after-logging-forward - [0:0]
 
9653
:ufw-logging-deny - [0:0]
 
9654
:ufw-logging-allow - [0:0]
4892
9655
:ufw-user-limit - [0:0]
4893
9656
:ufw-user-limit-accept - [0:0]
4894
9657
### RULES ###
4899
9662
-A ufw-user-input -p udp --dport 10123 --sport 123 -j ufw-user-limit-accept -m comment --comment 'sapp_OpenNTPD'
4900
9663
 
4901
9664
### END RULES ###
 
9665
 
 
9666
### LOGGING ###
 
9667
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9668
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9669
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9670
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9671
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9672
### END LOGGING ###
 
9673
 
 
9674
### RATE LIMITING ###
4902
9675
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4903
9676
-A ufw-user-limit -j REJECT
4904
9677
-A ufw-user-limit-accept -j ACCEPT
 
9678
### END RATE LIMITING ###
4905
9679
COMMIT
4906
9680
Rules updated
4907
9681
 
4912
9686
:ufw-user-input - [0:0]
4913
9687
:ufw-user-output - [0:0]
4914
9688
:ufw-user-forward - [0:0]
 
9689
:ufw-before-logging-input - [0:0]
 
9690
:ufw-before-logging-output - [0:0]
 
9691
:ufw-before-logging-forward - [0:0]
 
9692
:ufw-user-logging-input - [0:0]
 
9693
:ufw-user-logging-output - [0:0]
 
9694
:ufw-user-logging-forward - [0:0]
 
9695
:ufw-after-logging-input - [0:0]
 
9696
:ufw-after-logging-output - [0:0]
 
9697
:ufw-after-logging-forward - [0:0]
 
9698
:ufw-logging-deny - [0:0]
 
9699
:ufw-logging-allow - [0:0]
4915
9700
:ufw-user-limit - [0:0]
4916
9701
:ufw-user-limit-accept - [0:0]
4917
9702
### RULES ###
4922
9707
-A ufw-user-input -p udp -m multiport --dports 53 -m multiport --sports 137,138 -j ufw-user-limit-accept -m comment --comment 'dapp_Bind9,sapp_Samba'
4923
9708
 
4924
9709
### END RULES ###
 
9710
 
 
9711
### LOGGING ###
 
9712
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9713
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9714
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9715
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9716
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9717
### END LOGGING ###
 
9718
 
 
9719
### RATE LIMITING ###
4925
9720
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4926
9721
-A ufw-user-limit -j REJECT
4927
9722
-A ufw-user-limit-accept -j ACCEPT
 
9723
### END RATE LIMITING ###
4928
9724
COMMIT
4929
9725
*filter
4930
9726
:ufw-user-input - [0:0]
4931
9727
:ufw-user-output - [0:0]
4932
9728
:ufw-user-forward - [0:0]
 
9729
:ufw-before-logging-input - [0:0]
 
9730
:ufw-before-logging-output - [0:0]
 
9731
:ufw-before-logging-forward - [0:0]
 
9732
:ufw-user-logging-input - [0:0]
 
9733
:ufw-user-logging-output - [0:0]
 
9734
:ufw-user-logging-forward - [0:0]
 
9735
:ufw-after-logging-input - [0:0]
 
9736
:ufw-after-logging-output - [0:0]
 
9737
:ufw-after-logging-forward - [0:0]
 
9738
:ufw-logging-deny - [0:0]
 
9739
:ufw-logging-allow - [0:0]
4933
9740
:ufw-user-limit - [0:0]
4934
9741
:ufw-user-limit-accept - [0:0]
4935
9742
### RULES ###
4945
9752
-A ufw-user-input -p tcp -m multiport --dports 53 -m multiport --sports 139,445 -j ufw-user-limit-accept -m comment --comment 'dapp_Bind9,sapp_Samba'
4946
9753
 
4947
9754
### END RULES ###
 
9755
 
 
9756
### LOGGING ###
 
9757
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9758
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9759
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9760
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9761
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9762
### END LOGGING ###
 
9763
 
 
9764
### RATE LIMITING ###
4948
9765
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4949
9766
-A ufw-user-limit -j REJECT
4950
9767
-A ufw-user-limit-accept -j ACCEPT
 
9768
### END RATE LIMITING ###
4951
9769
COMMIT
4952
9770
Rules updated
4953
9771
 
4958
9776
:ufw-user-input - [0:0]
4959
9777
:ufw-user-output - [0:0]
4960
9778
:ufw-user-forward - [0:0]
 
9779
:ufw-before-logging-input - [0:0]
 
9780
:ufw-before-logging-output - [0:0]
 
9781
:ufw-before-logging-forward - [0:0]
 
9782
:ufw-user-logging-input - [0:0]
 
9783
:ufw-user-logging-output - [0:0]
 
9784
:ufw-user-logging-forward - [0:0]
 
9785
:ufw-after-logging-input - [0:0]
 
9786
:ufw-after-logging-output - [0:0]
 
9787
:ufw-after-logging-forward - [0:0]
 
9788
:ufw-logging-deny - [0:0]
 
9789
:ufw-logging-allow - [0:0]
4961
9790
:ufw-user-limit - [0:0]
4962
9791
:ufw-user-limit-accept - [0:0]
4963
9792
### RULES ###
4968
9797
-A ufw-user-input -p udp -m multiport --dports 22 -m multiport --sports 137,138 -j ufw-user-limit-accept -m comment --comment 'sapp_Samba'
4969
9798
 
4970
9799
### END RULES ###
 
9800
 
 
9801
### LOGGING ###
 
9802
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9803
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9804
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9805
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9806
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9807
### END LOGGING ###
 
9808
 
 
9809
### RATE LIMITING ###
4971
9810
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4972
9811
-A ufw-user-limit -j REJECT
4973
9812
-A ufw-user-limit-accept -j ACCEPT
 
9813
### END RATE LIMITING ###
4974
9814
COMMIT
4975
9815
*filter
4976
9816
:ufw-user-input - [0:0]
4977
9817
:ufw-user-output - [0:0]
4978
9818
:ufw-user-forward - [0:0]
 
9819
:ufw-before-logging-input - [0:0]
 
9820
:ufw-before-logging-output - [0:0]
 
9821
:ufw-before-logging-forward - [0:0]
 
9822
:ufw-user-logging-input - [0:0]
 
9823
:ufw-user-logging-output - [0:0]
 
9824
:ufw-user-logging-forward - [0:0]
 
9825
:ufw-after-logging-input - [0:0]
 
9826
:ufw-after-logging-output - [0:0]
 
9827
:ufw-after-logging-forward - [0:0]
 
9828
:ufw-logging-deny - [0:0]
 
9829
:ufw-logging-allow - [0:0]
4979
9830
:ufw-user-limit - [0:0]
4980
9831
:ufw-user-limit-accept - [0:0]
4981
9832
### RULES ###
4991
9842
-A ufw-user-input -p tcp -m multiport --dports 22 -m multiport --sports 139,445 -j ufw-user-limit-accept -m comment --comment 'sapp_Samba'
4992
9843
 
4993
9844
### END RULES ###
 
9845
 
 
9846
### LOGGING ###
 
9847
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9848
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9849
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9850
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9851
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9852
### END LOGGING ###
 
9853
 
 
9854
### RATE LIMITING ###
4994
9855
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
4995
9856
-A ufw-user-limit -j REJECT
4996
9857
-A ufw-user-limit-accept -j ACCEPT
 
9858
### END RATE LIMITING ###
4997
9859
COMMIT
4998
9860
Rules updated
4999
9861
 
5004
9866
:ufw-user-input - [0:0]
5005
9867
:ufw-user-output - [0:0]
5006
9868
:ufw-user-forward - [0:0]
 
9869
:ufw-before-logging-input - [0:0]
 
9870
:ufw-before-logging-output - [0:0]
 
9871
:ufw-before-logging-forward - [0:0]
 
9872
:ufw-user-logging-input - [0:0]
 
9873
:ufw-user-logging-output - [0:0]
 
9874
:ufw-user-logging-forward - [0:0]
 
9875
:ufw-after-logging-input - [0:0]
 
9876
:ufw-after-logging-output - [0:0]
 
9877
:ufw-after-logging-forward - [0:0]
 
9878
:ufw-logging-deny - [0:0]
 
9879
:ufw-logging-allow - [0:0]
5007
9880
:ufw-user-limit - [0:0]
5008
9881
:ufw-user-limit-accept - [0:0]
5009
9882
### RULES ###
5014
9887
-A ufw-user-input -p tcp -m multiport --dports 80,443 -m multiport --sports 80 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache%20Full,sapp_Apache'
5015
9888
 
5016
9889
### END RULES ###
 
9890
 
 
9891
### LOGGING ###
 
9892
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9893
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9894
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9895
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9896
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9897
### END LOGGING ###
 
9898
 
 
9899
### RATE LIMITING ###
5017
9900
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5018
9901
-A ufw-user-limit -j REJECT
5019
9902
-A ufw-user-limit-accept -j ACCEPT
 
9903
### END RATE LIMITING ###
5020
9904
COMMIT
5021
9905
Rules updated
5022
9906
 
5027
9911
:ufw-user-input - [0:0]
5028
9912
:ufw-user-output - [0:0]
5029
9913
:ufw-user-forward - [0:0]
 
9914
:ufw-before-logging-input - [0:0]
 
9915
:ufw-before-logging-output - [0:0]
 
9916
:ufw-before-logging-forward - [0:0]
 
9917
:ufw-user-logging-input - [0:0]
 
9918
:ufw-user-logging-output - [0:0]
 
9919
:ufw-user-logging-forward - [0:0]
 
9920
:ufw-after-logging-input - [0:0]
 
9921
:ufw-after-logging-output - [0:0]
 
9922
:ufw-after-logging-forward - [0:0]
 
9923
:ufw-logging-deny - [0:0]
 
9924
:ufw-logging-allow - [0:0]
5030
9925
:ufw-user-limit - [0:0]
5031
9926
:ufw-user-limit-accept - [0:0]
5032
9927
### RULES ###
5037
9932
-A ufw-user-input -p tcp --dport 80 --sport 8080 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache'
5038
9933
 
5039
9934
### END RULES ###
 
9935
 
 
9936
### LOGGING ###
 
9937
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9938
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9939
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9940
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9941
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9942
### END LOGGING ###
 
9943
 
 
9944
### RATE LIMITING ###
5040
9945
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5041
9946
-A ufw-user-limit -j REJECT
5042
9947
-A ufw-user-limit-accept -j ACCEPT
 
9948
### END RATE LIMITING ###
5043
9949
COMMIT
5044
9950
Rules updated
5045
9951
 
5050
9956
:ufw-user-input - [0:0]
5051
9957
:ufw-user-output - [0:0]
5052
9958
:ufw-user-forward - [0:0]
 
9959
:ufw-before-logging-input - [0:0]
 
9960
:ufw-before-logging-output - [0:0]
 
9961
:ufw-before-logging-forward - [0:0]
 
9962
:ufw-user-logging-input - [0:0]
 
9963
:ufw-user-logging-output - [0:0]
 
9964
:ufw-user-logging-forward - [0:0]
 
9965
:ufw-after-logging-input - [0:0]
 
9966
:ufw-after-logging-output - [0:0]
 
9967
:ufw-after-logging-forward - [0:0]
 
9968
:ufw-logging-deny - [0:0]
 
9969
:ufw-logging-allow - [0:0]
5053
9970
:ufw-user-limit - [0:0]
5054
9971
:ufw-user-limit-accept - [0:0]
5055
9972
### RULES ###
5060
9977
-A ufw-user-input -p udp --dport 123 --sport 10123 -j ufw-user-limit-accept -m comment --comment 'dapp_OpenNTPD'
5061
9978
 
5062
9979
### END RULES ###
 
9980
 
 
9981
### LOGGING ###
 
9982
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9983
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9984
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
9985
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
9986
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
9987
### END LOGGING ###
 
9988
 
 
9989
### RATE LIMITING ###
5063
9990
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5064
9991
-A ufw-user-limit -j REJECT
5065
9992
-A ufw-user-limit-accept -j ACCEPT
 
9993
### END RATE LIMITING ###
5066
9994
COMMIT
5067
9995
Rules updated
5068
9996
 
5073
10001
:ufw-user-input - [0:0]
5074
10002
:ufw-user-output - [0:0]
5075
10003
:ufw-user-forward - [0:0]
 
10004
:ufw-before-logging-input - [0:0]
 
10005
:ufw-before-logging-output - [0:0]
 
10006
:ufw-before-logging-forward - [0:0]
 
10007
:ufw-user-logging-input - [0:0]
 
10008
:ufw-user-logging-output - [0:0]
 
10009
:ufw-user-logging-forward - [0:0]
 
10010
:ufw-after-logging-input - [0:0]
 
10011
:ufw-after-logging-output - [0:0]
 
10012
:ufw-after-logging-forward - [0:0]
 
10013
:ufw-logging-deny - [0:0]
 
10014
:ufw-logging-allow - [0:0]
5076
10015
:ufw-user-limit - [0:0]
5077
10016
:ufw-user-limit-accept - [0:0]
5078
10017
### RULES ###
5083
10022
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 53 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba,sapp_Bind9'
5084
10023
 
5085
10024
### END RULES ###
 
10025
 
 
10026
### LOGGING ###
 
10027
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10028
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10029
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10030
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10031
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10032
### END LOGGING ###
 
10033
 
 
10034
### RATE LIMITING ###
5086
10035
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5087
10036
-A ufw-user-limit -j REJECT
5088
10037
-A ufw-user-limit-accept -j ACCEPT
 
10038
### END RATE LIMITING ###
5089
10039
COMMIT
5090
10040
*filter
5091
10041
:ufw-user-input - [0:0]
5092
10042
:ufw-user-output - [0:0]
5093
10043
:ufw-user-forward - [0:0]
 
10044
:ufw-before-logging-input - [0:0]
 
10045
:ufw-before-logging-output - [0:0]
 
10046
:ufw-before-logging-forward - [0:0]
 
10047
:ufw-user-logging-input - [0:0]
 
10048
:ufw-user-logging-output - [0:0]
 
10049
:ufw-user-logging-forward - [0:0]
 
10050
:ufw-after-logging-input - [0:0]
 
10051
:ufw-after-logging-output - [0:0]
 
10052
:ufw-after-logging-forward - [0:0]
 
10053
:ufw-logging-deny - [0:0]
 
10054
:ufw-logging-allow - [0:0]
5094
10055
:ufw-user-limit - [0:0]
5095
10056
:ufw-user-limit-accept - [0:0]
5096
10057
### RULES ###
5106
10067
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 53 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba,sapp_Bind9'
5107
10068
 
5108
10069
### END RULES ###
 
10070
 
 
10071
### LOGGING ###
 
10072
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10073
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10074
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10075
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10076
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10077
### END LOGGING ###
 
10078
 
 
10079
### RATE LIMITING ###
5109
10080
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5110
10081
-A ufw-user-limit -j REJECT
5111
10082
-A ufw-user-limit-accept -j ACCEPT
 
10083
### END RATE LIMITING ###
5112
10084
COMMIT
5113
10085
Rules updated
5114
10086
 
5119
10091
:ufw-user-input - [0:0]
5120
10092
:ufw-user-output - [0:0]
5121
10093
:ufw-user-forward - [0:0]
 
10094
:ufw-before-logging-input - [0:0]
 
10095
:ufw-before-logging-output - [0:0]
 
10096
:ufw-before-logging-forward - [0:0]
 
10097
:ufw-user-logging-input - [0:0]
 
10098
:ufw-user-logging-output - [0:0]
 
10099
:ufw-user-logging-forward - [0:0]
 
10100
:ufw-after-logging-input - [0:0]
 
10101
:ufw-after-logging-output - [0:0]
 
10102
:ufw-after-logging-forward - [0:0]
 
10103
:ufw-logging-deny - [0:0]
 
10104
:ufw-logging-allow - [0:0]
5122
10105
:ufw-user-limit - [0:0]
5123
10106
:ufw-user-limit-accept - [0:0]
5124
10107
### RULES ###
5129
10112
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 22 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
5130
10113
 
5131
10114
### END RULES ###
 
10115
 
 
10116
### LOGGING ###
 
10117
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10118
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10119
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10120
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10121
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10122
### END LOGGING ###
 
10123
 
 
10124
### RATE LIMITING ###
5132
10125
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5133
10126
-A ufw-user-limit -j REJECT
5134
10127
-A ufw-user-limit-accept -j ACCEPT
 
10128
### END RATE LIMITING ###
5135
10129
COMMIT
5136
10130
*filter
5137
10131
:ufw-user-input - [0:0]
5138
10132
:ufw-user-output - [0:0]
5139
10133
:ufw-user-forward - [0:0]
 
10134
:ufw-before-logging-input - [0:0]
 
10135
:ufw-before-logging-output - [0:0]
 
10136
:ufw-before-logging-forward - [0:0]
 
10137
:ufw-user-logging-input - [0:0]
 
10138
:ufw-user-logging-output - [0:0]
 
10139
:ufw-user-logging-forward - [0:0]
 
10140
:ufw-after-logging-input - [0:0]
 
10141
:ufw-after-logging-output - [0:0]
 
10142
:ufw-after-logging-forward - [0:0]
 
10143
:ufw-logging-deny - [0:0]
 
10144
:ufw-logging-allow - [0:0]
5140
10145
:ufw-user-limit - [0:0]
5141
10146
:ufw-user-limit-accept - [0:0]
5142
10147
### RULES ###
5152
10157
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 22 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
5153
10158
 
5154
10159
### END RULES ###
 
10160
 
 
10161
### LOGGING ###
 
10162
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10163
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10164
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10165
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10166
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10167
### END LOGGING ###
 
10168
 
 
10169
### RATE LIMITING ###
5155
10170
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5156
10171
-A ufw-user-limit -j REJECT
5157
10172
-A ufw-user-limit-accept -j ACCEPT
 
10173
### END RATE LIMITING ###
5158
10174
COMMIT
5159
10175
Rules updated
5160
10176
 
5165
10181
:ufw-user-input - [0:0]
5166
10182
:ufw-user-output - [0:0]
5167
10183
:ufw-user-forward - [0:0]
 
10184
:ufw-before-logging-input - [0:0]
 
10185
:ufw-before-logging-output - [0:0]
 
10186
:ufw-before-logging-forward - [0:0]
 
10187
:ufw-user-logging-input - [0:0]
 
10188
:ufw-user-logging-output - [0:0]
 
10189
:ufw-user-logging-forward - [0:0]
 
10190
:ufw-after-logging-input - [0:0]
 
10191
:ufw-after-logging-output - [0:0]
 
10192
:ufw-after-logging-forward - [0:0]
 
10193
:ufw-logging-deny - [0:0]
 
10194
:ufw-logging-allow - [0:0]
5168
10195
:ufw-user-limit - [0:0]
5169
10196
:ufw-user-limit-accept - [0:0]
5170
10197
### RULES ###
5175
10202
-A ufw-user-input -p tcp -m multiport --dports 80 -m multiport --sports 80,443 -j ufw-user-limit-accept -m comment --comment 'dapp_Apache,sapp_Apache%20Full'
5176
10203
 
5177
10204
### END RULES ###
 
10205
 
 
10206
### LOGGING ###
 
10207
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10208
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10209
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10210
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10211
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10212
### END LOGGING ###
 
10213
 
 
10214
### RATE LIMITING ###
5178
10215
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5179
10216
-A ufw-user-limit -j REJECT
5180
10217
-A ufw-user-limit-accept -j ACCEPT
 
10218
### END RATE LIMITING ###
5181
10219
COMMIT
5182
10220
Rules updated
5183
10221
 
5188
10226
:ufw-user-input - [0:0]
5189
10227
:ufw-user-output - [0:0]
5190
10228
:ufw-user-forward - [0:0]
 
10229
:ufw-before-logging-input - [0:0]
 
10230
:ufw-before-logging-output - [0:0]
 
10231
:ufw-before-logging-forward - [0:0]
 
10232
:ufw-user-logging-input - [0:0]
 
10233
:ufw-user-logging-output - [0:0]
 
10234
:ufw-user-logging-forward - [0:0]
 
10235
:ufw-after-logging-input - [0:0]
 
10236
:ufw-after-logging-output - [0:0]
 
10237
:ufw-after-logging-forward - [0:0]
 
10238
:ufw-logging-deny - [0:0]
 
10239
:ufw-logging-allow - [0:0]
5191
10240
:ufw-user-limit - [0:0]
5192
10241
:ufw-user-limit-accept - [0:0]
5193
10242
### RULES ###
5198
10247
-A ufw-user-input -p udp -m multiport --dports 137,138 -m multiport --sports 137,138 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba,sapp_Samba'
5199
10248
 
5200
10249
### END RULES ###
 
10250
 
 
10251
### LOGGING ###
 
10252
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10253
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10254
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10255
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10256
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10257
### END LOGGING ###
 
10258
 
 
10259
### RATE LIMITING ###
5201
10260
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5202
10261
-A ufw-user-limit -j REJECT
5203
10262
-A ufw-user-limit-accept -j ACCEPT
 
10263
### END RATE LIMITING ###
5204
10264
COMMIT
5205
10265
*filter
5206
10266
:ufw-user-input - [0:0]
5207
10267
:ufw-user-output - [0:0]
5208
10268
:ufw-user-forward - [0:0]
 
10269
:ufw-before-logging-input - [0:0]
 
10270
:ufw-before-logging-output - [0:0]
 
10271
:ufw-before-logging-forward - [0:0]
 
10272
:ufw-user-logging-input - [0:0]
 
10273
:ufw-user-logging-output - [0:0]
 
10274
:ufw-user-logging-forward - [0:0]
 
10275
:ufw-after-logging-input - [0:0]
 
10276
:ufw-after-logging-output - [0:0]
 
10277
:ufw-after-logging-forward - [0:0]
 
10278
:ufw-logging-deny - [0:0]
 
10279
:ufw-logging-allow - [0:0]
5209
10280
:ufw-user-limit - [0:0]
5210
10281
:ufw-user-limit-accept - [0:0]
5211
10282
### RULES ###
5221
10292
-A ufw-user-input -p tcp -m multiport --dports 139,445 -m multiport --sports 139,445 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba,sapp_Samba'
5222
10293
 
5223
10294
### END RULES ###
 
10295
 
 
10296
### LOGGING ###
 
10297
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10298
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10299
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10300
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10301
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10302
### END LOGGING ###
 
10303
 
 
10304
### RATE LIMITING ###
5224
10305
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5225
10306
-A ufw-user-limit -j REJECT
5226
10307
-A ufw-user-limit-accept -j ACCEPT
 
10308
### END RATE LIMITING ###
5227
10309
COMMIT
5228
10310
Rules updated
5229
10311
 
5235
10317
:ufw-user-input - [0:0]
5236
10318
:ufw-user-output - [0:0]
5237
10319
:ufw-user-forward - [0:0]
 
10320
:ufw-before-logging-input - [0:0]
 
10321
:ufw-before-logging-output - [0:0]
 
10322
:ufw-before-logging-forward - [0:0]
 
10323
:ufw-user-logging-input - [0:0]
 
10324
:ufw-user-logging-output - [0:0]
 
10325
:ufw-user-logging-forward - [0:0]
 
10326
:ufw-after-logging-input - [0:0]
 
10327
:ufw-after-logging-output - [0:0]
 
10328
:ufw-after-logging-forward - [0:0]
 
10329
:ufw-logging-deny - [0:0]
 
10330
:ufw-logging-allow - [0:0]
5238
10331
:ufw-user-limit - [0:0]
5239
10332
:ufw-user-limit-accept - [0:0]
5240
10333
### RULES ###
5243
10336
-A ufw-user-input -p tcp --dport 23 -j ACCEPT -m comment --comment 'dapp_runtest'
5244
10337
 
5245
10338
### END RULES ###
 
10339
 
 
10340
### LOGGING ###
 
10341
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10342
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10343
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10344
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10345
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10346
### END LOGGING ###
 
10347
 
 
10348
### RATE LIMITING ###
5246
10349
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5247
10350
-A ufw-user-limit -j REJECT
5248
10351
-A ufw-user-limit-accept -j ACCEPT
 
10352
### END RATE LIMITING ###
5249
10353
COMMIT
5250
10354
Rules updated
5251
10355
 
5256
10360
:ufw-user-input - [0:0]
5257
10361
:ufw-user-output - [0:0]
5258
10362
:ufw-user-forward - [0:0]
 
10363
:ufw-before-logging-input - [0:0]
 
10364
:ufw-before-logging-output - [0:0]
 
10365
:ufw-before-logging-forward - [0:0]
 
10366
:ufw-user-logging-input - [0:0]
 
10367
:ufw-user-logging-output - [0:0]
 
10368
:ufw-user-logging-forward - [0:0]
 
10369
:ufw-after-logging-input - [0:0]
 
10370
:ufw-after-logging-output - [0:0]
 
10371
:ufw-after-logging-forward - [0:0]
 
10372
:ufw-logging-deny - [0:0]
 
10373
:ufw-logging-allow - [0:0]
5259
10374
:ufw-user-limit - [0:0]
5260
10375
:ufw-user-limit-accept - [0:0]
5261
10376
### RULES ###
5264
10379
-A ufw-user-input -p tcp --dport 23 -j ACCEPT -m comment --comment 'dapp_runtest'
5265
10380
 
5266
10381
### END RULES ###
 
10382
 
 
10383
### LOGGING ###
 
10384
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10385
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10386
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10387
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10388
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10389
### END LOGGING ###
 
10390
 
 
10391
### RATE LIMITING ###
5267
10392
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5268
10393
-A ufw-user-limit -j REJECT
5269
10394
-A ufw-user-limit-accept -j ACCEPT
 
10395
### END RATE LIMITING ###
5270
10396
COMMIT
5271
10397
Rules updated
5272
10398
 
5283
10409
:ufw-user-input - [0:0]
5284
10410
:ufw-user-output - [0:0]
5285
10411
:ufw-user-forward - [0:0]
 
10412
:ufw-before-logging-input - [0:0]
 
10413
:ufw-before-logging-output - [0:0]
 
10414
:ufw-before-logging-forward - [0:0]
 
10415
:ufw-user-logging-input - [0:0]
 
10416
:ufw-user-logging-output - [0:0]
 
10417
:ufw-user-logging-forward - [0:0]
 
10418
:ufw-after-logging-input - [0:0]
 
10419
:ufw-after-logging-output - [0:0]
 
10420
:ufw-after-logging-forward - [0:0]
 
10421
:ufw-logging-deny - [0:0]
 
10422
:ufw-logging-allow - [0:0]
5286
10423
:ufw-user-limit - [0:0]
5287
10424
:ufw-user-limit-accept - [0:0]
5288
10425
### RULES ###
5291
10428
-A ufw-user-input -p tcp --dport 80 -j ACCEPT -m comment --comment 'dapp_Apache'
5292
10429
 
5293
10430
### END RULES ###
 
10431
 
 
10432
### LOGGING ###
 
10433
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10434
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10435
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10436
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10437
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10438
### END LOGGING ###
 
10439
 
 
10440
### RATE LIMITING ###
5294
10441
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5295
10442
-A ufw-user-limit -j REJECT
5296
10443
-A ufw-user-limit-accept -j ACCEPT
 
10444
### END RATE LIMITING ###
5297
10445
COMMIT
5298
10446
Rules updated
5299
10447
 
5309
10457
:ufw-user-input - [0:0]
5310
10458
:ufw-user-output - [0:0]
5311
10459
:ufw-user-forward - [0:0]
 
10460
:ufw-before-logging-input - [0:0]
 
10461
:ufw-before-logging-output - [0:0]
 
10462
:ufw-before-logging-forward - [0:0]
 
10463
:ufw-user-logging-input - [0:0]
 
10464
:ufw-user-logging-output - [0:0]
 
10465
:ufw-user-logging-forward - [0:0]
 
10466
:ufw-after-logging-input - [0:0]
 
10467
:ufw-after-logging-output - [0:0]
 
10468
:ufw-after-logging-forward - [0:0]
 
10469
:ufw-logging-deny - [0:0]
 
10470
:ufw-logging-allow - [0:0]
5312
10471
:ufw-user-limit - [0:0]
5313
10472
:ufw-user-limit-accept - [0:0]
5314
10473
### RULES ###
5317
10476
-A ufw-user-input -p udp -m multiport --dports 137,138 -j DROP -m comment --comment 'dapp_Samba'
5318
10477
 
5319
10478
### END RULES ###
 
10479
 
 
10480
### LOGGING ###
 
10481
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10482
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10483
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10484
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10485
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10486
### END LOGGING ###
 
10487
 
 
10488
### RATE LIMITING ###
5320
10489
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5321
10490
-A ufw-user-limit -j REJECT
5322
10491
-A ufw-user-limit-accept -j ACCEPT
 
10492
### END RATE LIMITING ###
5323
10493
COMMIT
5324
10494
*filter
5325
10495
:ufw-user-input - [0:0]
5326
10496
:ufw-user-output - [0:0]
5327
10497
:ufw-user-forward - [0:0]
 
10498
:ufw-before-logging-input - [0:0]
 
10499
:ufw-before-logging-output - [0:0]
 
10500
:ufw-before-logging-forward - [0:0]
 
10501
:ufw-user-logging-input - [0:0]
 
10502
:ufw-user-logging-output - [0:0]
 
10503
:ufw-user-logging-forward - [0:0]
 
10504
:ufw-after-logging-input - [0:0]
 
10505
:ufw-after-logging-output - [0:0]
 
10506
:ufw-after-logging-forward - [0:0]
 
10507
:ufw-logging-deny - [0:0]
 
10508
:ufw-logging-allow - [0:0]
5328
10509
:ufw-user-limit - [0:0]
5329
10510
:ufw-user-limit-accept - [0:0]
5330
10511
### RULES ###
5336
10517
-A ufw-user-input -p tcp -m multiport --dports 139,445 -j DROP -m comment --comment 'dapp_Samba'
5337
10518
 
5338
10519
### END RULES ###
 
10520
 
 
10521
### LOGGING ###
 
10522
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10523
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10524
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10525
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10526
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10527
### END LOGGING ###
 
10528
 
 
10529
### RATE LIMITING ###
5339
10530
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5340
10531
-A ufw-user-limit -j REJECT
5341
10532
-A ufw-user-limit-accept -j ACCEPT
 
10533
### END RATE LIMITING ###
5342
10534
COMMIT
5343
10535
Rules updated
5344
10536
 
5363
10555
:ufw-user-input - [0:0]
5364
10556
:ufw-user-output - [0:0]
5365
10557
:ufw-user-forward - [0:0]
 
10558
:ufw-before-logging-input - [0:0]
 
10559
:ufw-before-logging-output - [0:0]
 
10560
:ufw-before-logging-forward - [0:0]
 
10561
:ufw-user-logging-input - [0:0]
 
10562
:ufw-user-logging-output - [0:0]
 
10563
:ufw-user-logging-forward - [0:0]
 
10564
:ufw-after-logging-input - [0:0]
 
10565
:ufw-after-logging-output - [0:0]
 
10566
:ufw-after-logging-forward - [0:0]
 
10567
:ufw-logging-deny - [0:0]
 
10568
:ufw-logging-allow - [0:0]
5366
10569
:ufw-user-limit - [0:0]
5367
10570
:ufw-user-limit-accept - [0:0]
5368
10571
### RULES ###
5371
10574
-A ufw-user-input -p udp -m multiport --dports 137,138 -j REJECT -m comment --comment 'dapp_Samba'
5372
10575
 
5373
10576
### END RULES ###
 
10577
 
 
10578
### LOGGING ###
 
10579
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10580
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10581
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10582
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10583
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10584
### END LOGGING ###
 
10585
 
 
10586
### RATE LIMITING ###
5374
10587
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5375
10588
-A ufw-user-limit -j REJECT
5376
10589
-A ufw-user-limit-accept -j ACCEPT
 
10590
### END RATE LIMITING ###
5377
10591
COMMIT
5378
10592
*filter
5379
10593
:ufw-user-input - [0:0]
5380
10594
:ufw-user-output - [0:0]
5381
10595
:ufw-user-forward - [0:0]
 
10596
:ufw-before-logging-input - [0:0]
 
10597
:ufw-before-logging-output - [0:0]
 
10598
:ufw-before-logging-forward - [0:0]
 
10599
:ufw-user-logging-input - [0:0]
 
10600
:ufw-user-logging-output - [0:0]
 
10601
:ufw-user-logging-forward - [0:0]
 
10602
:ufw-after-logging-input - [0:0]
 
10603
:ufw-after-logging-output - [0:0]
 
10604
:ufw-after-logging-forward - [0:0]
 
10605
:ufw-logging-deny - [0:0]
 
10606
:ufw-logging-allow - [0:0]
5382
10607
:ufw-user-limit - [0:0]
5383
10608
:ufw-user-limit-accept - [0:0]
5384
10609
### RULES ###
5390
10615
-A ufw-user-input -p tcp -m multiport --dports 139,445 -j REJECT --reject-with tcp-reset -m comment --comment 'dapp_Samba'
5391
10616
 
5392
10617
### END RULES ###
 
10618
 
 
10619
### LOGGING ###
 
10620
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10621
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10622
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10623
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10624
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10625
### END LOGGING ###
 
10626
 
 
10627
### RATE LIMITING ###
5393
10628
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5394
10629
-A ufw-user-limit -j REJECT
5395
10630
-A ufw-user-limit-accept -j ACCEPT
 
10631
### END RATE LIMITING ###
5396
10632
COMMIT
5397
10633
Rules updated
5398
10634
 
5418
10654
:ufw-user-input - [0:0]
5419
10655
:ufw-user-output - [0:0]
5420
10656
:ufw-user-forward - [0:0]
 
10657
:ufw-before-logging-input - [0:0]
 
10658
:ufw-before-logging-output - [0:0]
 
10659
:ufw-before-logging-forward - [0:0]
 
10660
:ufw-user-logging-input - [0:0]
 
10661
:ufw-user-logging-output - [0:0]
 
10662
:ufw-user-logging-forward - [0:0]
 
10663
:ufw-after-logging-input - [0:0]
 
10664
:ufw-after-logging-output - [0:0]
 
10665
:ufw-after-logging-forward - [0:0]
 
10666
:ufw-logging-deny - [0:0]
 
10667
:ufw-logging-allow - [0:0]
5421
10668
:ufw-user-limit - [0:0]
5422
10669
:ufw-user-limit-accept - [0:0]
5423
10670
### RULES ###
5439
10686
-A ufw-user-input -p udp --dport 53 -j ACCEPT -m comment --comment 'dapp_Bind9'
5440
10687
 
5441
10688
### END RULES ###
 
10689
 
 
10690
### LOGGING ###
 
10691
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10692
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10693
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10694
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10695
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10696
### END LOGGING ###
 
10697
 
 
10698
### RATE LIMITING ###
5442
10699
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5443
10700
-A ufw-user-limit -j REJECT
5444
10701
-A ufw-user-limit-accept -j ACCEPT
 
10702
### END RATE LIMITING ###
5445
10703
COMMIT
5446
10704
209: delete allow Apache
5447
10705
 
5459
10717
:ufw-user-input - [0:0]
5460
10718
:ufw-user-output - [0:0]
5461
10719
:ufw-user-forward - [0:0]
 
10720
:ufw-before-logging-input - [0:0]
 
10721
:ufw-before-logging-output - [0:0]
 
10722
:ufw-before-logging-forward - [0:0]
 
10723
:ufw-user-logging-input - [0:0]
 
10724
:ufw-user-logging-output - [0:0]
 
10725
:ufw-user-logging-forward - [0:0]
 
10726
:ufw-after-logging-input - [0:0]
 
10727
:ufw-after-logging-output - [0:0]
 
10728
:ufw-after-logging-forward - [0:0]
 
10729
:ufw-logging-deny - [0:0]
 
10730
:ufw-logging-allow - [0:0]
5462
10731
:ufw-user-limit - [0:0]
5463
10732
:ufw-user-limit-accept - [0:0]
5464
10733
### RULES ###
5465
10734
 
5466
10735
### END RULES ###
 
10736
 
 
10737
### LOGGING ###
 
10738
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10739
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10740
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10741
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10742
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10743
### END LOGGING ###
 
10744
 
 
10745
### RATE LIMITING ###
5467
10746
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5468
10747
-A ufw-user-limit -j REJECT
5469
10748
-A ufw-user-limit-accept -j ACCEPT
 
10749
### END RATE LIMITING ###
5470
10750
COMMIT
5471
10751
213: allow Samba
5472
10752
 
5493
10773
:ufw-user-input - [0:0]
5494
10774
:ufw-user-output - [0:0]
5495
10775
:ufw-user-forward - [0:0]
 
10776
:ufw-before-logging-input - [0:0]
 
10777
:ufw-before-logging-output - [0:0]
 
10778
:ufw-before-logging-forward - [0:0]
 
10779
:ufw-user-logging-input - [0:0]
 
10780
:ufw-user-logging-output - [0:0]
 
10781
:ufw-user-logging-forward - [0:0]
 
10782
:ufw-after-logging-input - [0:0]
 
10783
:ufw-after-logging-output - [0:0]
 
10784
:ufw-after-logging-forward - [0:0]
 
10785
:ufw-logging-deny - [0:0]
 
10786
:ufw-logging-allow - [0:0]
5496
10787
:ufw-user-limit - [0:0]
5497
10788
:ufw-user-limit-accept - [0:0]
5498
10789
### RULES ###
5532
10823
-A ufw-user-input -p udp --dport 22 -j ACCEPT
5533
10824
 
5534
10825
### END RULES ###
 
10826
 
 
10827
### LOGGING ###
 
10828
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10829
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10830
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10831
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10832
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10833
### END LOGGING ###
 
10834
 
 
10835
### RATE LIMITING ###
5535
10836
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5536
10837
-A ufw-user-limit -j REJECT
5537
10838
-A ufw-user-limit-accept -j ACCEPT
 
10839
### END RATE LIMITING ###
5538
10840
COMMIT
5539
10841
220: delete allow Samba
5540
10842
 
5561
10863
:ufw-user-input - [0:0]
5562
10864
:ufw-user-output - [0:0]
5563
10865
:ufw-user-forward - [0:0]
 
10866
:ufw-before-logging-input - [0:0]
 
10867
:ufw-before-logging-output - [0:0]
 
10868
:ufw-before-logging-forward - [0:0]
 
10869
:ufw-user-logging-input - [0:0]
 
10870
:ufw-user-logging-output - [0:0]
 
10871
:ufw-user-logging-forward - [0:0]
 
10872
:ufw-after-logging-input - [0:0]
 
10873
:ufw-after-logging-output - [0:0]
 
10874
:ufw-after-logging-forward - [0:0]
 
10875
:ufw-logging-deny - [0:0]
 
10876
:ufw-logging-allow - [0:0]
5564
10877
:ufw-user-limit - [0:0]
5565
10878
:ufw-user-limit-accept - [0:0]
5566
10879
### RULES ###
5567
10880
 
5568
10881
### END RULES ###
 
10882
 
 
10883
### LOGGING ###
 
10884
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10885
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10886
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10887
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10888
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10889
### END LOGGING ###
 
10890
 
 
10891
### RATE LIMITING ###
5569
10892
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5570
10893
-A ufw-user-limit -j REJECT
5571
10894
-A ufw-user-limit-accept -j ACCEPT
 
10895
### END RATE LIMITING ###
5572
10896
COMMIT
5573
10897
TESTING APPLICATION INTEGRATION (interfaces)
5574
10898
227: allow in on eth0 to 192.168.0.1 app Samba
5584
10908
:ufw-user-input - [0:0]
5585
10909
:ufw-user-output - [0:0]
5586
10910
:ufw-user-forward - [0:0]
 
10911
:ufw-before-logging-input - [0:0]
 
10912
:ufw-before-logging-output - [0:0]
 
10913
:ufw-before-logging-forward - [0:0]
 
10914
:ufw-user-logging-input - [0:0]
 
10915
:ufw-user-logging-output - [0:0]
 
10916
:ufw-user-logging-forward - [0:0]
 
10917
:ufw-after-logging-input - [0:0]
 
10918
:ufw-after-logging-output - [0:0]
 
10919
:ufw-after-logging-forward - [0:0]
 
10920
:ufw-logging-deny - [0:0]
 
10921
:ufw-logging-allow - [0:0]
5587
10922
:ufw-user-limit - [0:0]
5588
10923
:ufw-user-limit-accept - [0:0]
5589
10924
### RULES ###
5607
10942
-A ufw-user-input -i eth0 -p tcp -m multiport --dports 139,445 -s 10.0.0.1 -j ACCEPT -m comment --comment 'dapp_Samba'
5608
10943
 
5609
10944
### END RULES ###
 
10945
 
 
10946
### LOGGING ###
 
10947
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10948
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10949
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10950
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10951
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10952
### END LOGGING ###
 
10953
 
 
10954
### RATE LIMITING ###
5610
10955
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5611
10956
-A ufw-user-limit -j REJECT
5612
10957
-A ufw-user-limit-accept -j ACCEPT
 
10958
### END RATE LIMITING ###
5613
10959
COMMIT
5614
10960
230: delete allow in on eth0 to 192.168.0.1 app Samba
5615
10961
 
5624
10970
:ufw-user-input - [0:0]
5625
10971
:ufw-user-output - [0:0]
5626
10972
:ufw-user-forward - [0:0]
 
10973
:ufw-before-logging-input - [0:0]
 
10974
:ufw-before-logging-output - [0:0]
 
10975
:ufw-before-logging-forward - [0:0]
 
10976
:ufw-user-logging-input - [0:0]
 
10977
:ufw-user-logging-output - [0:0]
 
10978
:ufw-user-logging-forward - [0:0]
 
10979
:ufw-after-logging-input - [0:0]
 
10980
:ufw-after-logging-output - [0:0]
 
10981
:ufw-after-logging-forward - [0:0]
 
10982
:ufw-logging-deny - [0:0]
 
10983
:ufw-logging-allow - [0:0]
5627
10984
:ufw-user-limit - [0:0]
5628
10985
:ufw-user-limit-accept - [0:0]
5629
10986
### RULES ###
5630
10987
 
5631
10988
### END RULES ###
 
10989
 
 
10990
### LOGGING ###
 
10991
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10992
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10993
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
10994
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
10995
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
10996
### END LOGGING ###
 
10997
 
 
10998
### RATE LIMITING ###
5632
10999
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5633
11000
-A ufw-user-limit -j REJECT
5634
11001
-A ufw-user-limit-accept -j ACCEPT
 
11002
### END RATE LIMITING ###
5635
11003
COMMIT
5636
11004
233: deny in on eth0 to 192.168.0.1 app Samba
5637
11005
 
5646
11014
:ufw-user-input - [0:0]
5647
11015
:ufw-user-output - [0:0]
5648
11016
:ufw-user-forward - [0:0]
 
11017
:ufw-before-logging-input - [0:0]
 
11018
:ufw-before-logging-output - [0:0]
 
11019
:ufw-before-logging-forward - [0:0]
 
11020
:ufw-user-logging-input - [0:0]
 
11021
:ufw-user-logging-output - [0:0]
 
11022
:ufw-user-logging-forward - [0:0]
 
11023
:ufw-after-logging-input - [0:0]
 
11024
:ufw-after-logging-output - [0:0]
 
11025
:ufw-after-logging-forward - [0:0]
 
11026
:ufw-logging-deny - [0:0]
 
11027
:ufw-logging-allow - [0:0]
5649
11028
:ufw-user-limit - [0:0]
5650
11029
:ufw-user-limit-accept - [0:0]
5651
11030
### RULES ###
5669
11048
-A ufw-user-input -i eth0 -p tcp -m multiport --dports 139,445 -s 10.0.0.1 -j DROP -m comment --comment 'dapp_Samba'
5670
11049
 
5671
11050
### END RULES ###
 
11051
 
 
11052
### LOGGING ###
 
11053
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11054
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11055
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11056
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11057
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11058
### END LOGGING ###
 
11059
 
 
11060
### RATE LIMITING ###
5672
11061
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5673
11062
-A ufw-user-limit -j REJECT
5674
11063
-A ufw-user-limit-accept -j ACCEPT
 
11064
### END RATE LIMITING ###
5675
11065
COMMIT
5676
11066
236: delete deny in on eth0 to 192.168.0.1 app Samba
5677
11067
 
5686
11076
:ufw-user-input - [0:0]
5687
11077
:ufw-user-output - [0:0]
5688
11078
:ufw-user-forward - [0:0]
 
11079
:ufw-before-logging-input - [0:0]
 
11080
:ufw-before-logging-output - [0:0]
 
11081
:ufw-before-logging-forward - [0:0]
 
11082
:ufw-user-logging-input - [0:0]
 
11083
:ufw-user-logging-output - [0:0]
 
11084
:ufw-user-logging-forward - [0:0]
 
11085
:ufw-after-logging-input - [0:0]
 
11086
:ufw-after-logging-output - [0:0]
 
11087
:ufw-after-logging-forward - [0:0]
 
11088
:ufw-logging-deny - [0:0]
 
11089
:ufw-logging-allow - [0:0]
5689
11090
:ufw-user-limit - [0:0]
5690
11091
:ufw-user-limit-accept - [0:0]
5691
11092
### RULES ###
5692
11093
 
5693
11094
### END RULES ###
 
11095
 
 
11096
### LOGGING ###
 
11097
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11098
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11099
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11100
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11101
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11102
### END LOGGING ###
 
11103
 
 
11104
### RATE LIMITING ###
5694
11105
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5695
11106
-A ufw-user-limit -j REJECT
5696
11107
-A ufw-user-limit-accept -j ACCEPT
 
11108
### END RATE LIMITING ###
5697
11109
COMMIT
5698
11110
239: limit in on eth0 to 192.168.0.1 app Samba
5699
11111
 
5708
11120
:ufw-user-input - [0:0]
5709
11121
:ufw-user-output - [0:0]
5710
11122
:ufw-user-forward - [0:0]
 
11123
:ufw-before-logging-input - [0:0]
 
11124
:ufw-before-logging-output - [0:0]
 
11125
:ufw-before-logging-forward - [0:0]
 
11126
:ufw-user-logging-input - [0:0]
 
11127
:ufw-user-logging-output - [0:0]
 
11128
:ufw-user-logging-forward - [0:0]
 
11129
:ufw-after-logging-input - [0:0]
 
11130
:ufw-after-logging-output - [0:0]
 
11131
:ufw-after-logging-forward - [0:0]
 
11132
:ufw-logging-deny - [0:0]
 
11133
:ufw-logging-allow - [0:0]
5711
11134
:ufw-user-limit - [0:0]
5712
11135
:ufw-user-limit-accept - [0:0]
5713
11136
### RULES ###
5743
11166
-A ufw-user-input -i eth0 -p tcp -m multiport --dports 139,445 -s 10.0.0.1 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
5744
11167
 
5745
11168
### END RULES ###
 
11169
 
 
11170
### LOGGING ###
 
11171
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11172
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11173
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11174
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11175
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11176
### END LOGGING ###
 
11177
 
 
11178
### RATE LIMITING ###
5746
11179
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5747
11180
-A ufw-user-limit -j REJECT
5748
11181
-A ufw-user-limit-accept -j ACCEPT
 
11182
### END RATE LIMITING ###
5749
11183
COMMIT
5750
11184
242: delete limit in on eth0 to 192.168.0.1 app Samba
5751
11185
 
5760
11194
:ufw-user-input - [0:0]
5761
11195
:ufw-user-output - [0:0]
5762
11196
:ufw-user-forward - [0:0]
 
11197
:ufw-before-logging-input - [0:0]
 
11198
:ufw-before-logging-output - [0:0]
 
11199
:ufw-before-logging-forward - [0:0]
 
11200
:ufw-user-logging-input - [0:0]
 
11201
:ufw-user-logging-output - [0:0]
 
11202
:ufw-user-logging-forward - [0:0]
 
11203
:ufw-after-logging-input - [0:0]
 
11204
:ufw-after-logging-output - [0:0]
 
11205
:ufw-after-logging-forward - [0:0]
 
11206
:ufw-logging-deny - [0:0]
 
11207
:ufw-logging-allow - [0:0]
5763
11208
:ufw-user-limit - [0:0]
5764
11209
:ufw-user-limit-accept - [0:0]
5765
11210
### RULES ###
5766
11211
 
5767
11212
### END RULES ###
 
11213
 
 
11214
### LOGGING ###
 
11215
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11216
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11217
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11218
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11219
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11220
### END LOGGING ###
 
11221
 
 
11222
### RATE LIMITING ###
5768
11223
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5769
11224
-A ufw-user-limit -j REJECT
5770
11225
-A ufw-user-limit-accept -j ACCEPT
 
11226
### END RATE LIMITING ###
5771
11227
COMMIT
5772
11228
245: reject in on eth0 to 192.168.0.1 app Samba
5773
11229
 
5782
11238
:ufw-user-input - [0:0]
5783
11239
:ufw-user-output - [0:0]
5784
11240
:ufw-user-forward - [0:0]
 
11241
:ufw-before-logging-input - [0:0]
 
11242
:ufw-before-logging-output - [0:0]
 
11243
:ufw-before-logging-forward - [0:0]
 
11244
:ufw-user-logging-input - [0:0]
 
11245
:ufw-user-logging-output - [0:0]
 
11246
:ufw-user-logging-forward - [0:0]
 
11247
:ufw-after-logging-input - [0:0]
 
11248
:ufw-after-logging-output - [0:0]
 
11249
:ufw-after-logging-forward - [0:0]
 
11250
:ufw-logging-deny - [0:0]
 
11251
:ufw-logging-allow - [0:0]
5785
11252
:ufw-user-limit - [0:0]
5786
11253
:ufw-user-limit-accept - [0:0]
5787
11254
### RULES ###
5805
11272
-A ufw-user-input -i eth0 -p tcp -m multiport --dports 139,445 -s 10.0.0.1 -j REJECT --reject-with tcp-reset -m comment --comment 'dapp_Samba'
5806
11273
 
5807
11274
### END RULES ###
 
11275
 
 
11276
### LOGGING ###
 
11277
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11278
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11279
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11280
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11281
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11282
### END LOGGING ###
 
11283
 
 
11284
### RATE LIMITING ###
5808
11285
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5809
11286
-A ufw-user-limit -j REJECT
5810
11287
-A ufw-user-limit-accept -j ACCEPT
 
11288
### END RATE LIMITING ###
5811
11289
COMMIT
5812
11290
248: delete reject in on eth0 to 192.168.0.1 app Samba
5813
11291
 
5822
11300
:ufw-user-input - [0:0]
5823
11301
:ufw-user-output - [0:0]
5824
11302
:ufw-user-forward - [0:0]
 
11303
:ufw-before-logging-input - [0:0]
 
11304
:ufw-before-logging-output - [0:0]
 
11305
:ufw-before-logging-forward - [0:0]
 
11306
:ufw-user-logging-input - [0:0]
 
11307
:ufw-user-logging-output - [0:0]
 
11308
:ufw-user-logging-forward - [0:0]
 
11309
:ufw-after-logging-input - [0:0]
 
11310
:ufw-after-logging-output - [0:0]
 
11311
:ufw-after-logging-forward - [0:0]
 
11312
:ufw-logging-deny - [0:0]
 
11313
:ufw-logging-allow - [0:0]
5825
11314
:ufw-user-limit - [0:0]
5826
11315
:ufw-user-limit-accept - [0:0]
5827
11316
### RULES ###
5828
11317
 
5829
11318
### END RULES ###
 
11319
 
 
11320
### LOGGING ###
 
11321
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11322
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11323
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11324
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11325
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11326
### END LOGGING ###
 
11327
 
 
11328
### RATE LIMITING ###
5830
11329
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5831
11330
-A ufw-user-limit -j REJECT
5832
11331
-A ufw-user-limit-accept -j ACCEPT
 
11332
### END RATE LIMITING ###
5833
11333
COMMIT
5834
11334
251: allow in on eth0 to any app Samba
5835
11335
 
5844
11344
:ufw-user-input - [0:0]
5845
11345
:ufw-user-output - [0:0]
5846
11346
:ufw-user-forward - [0:0]
 
11347
:ufw-before-logging-input - [0:0]
 
11348
:ufw-before-logging-output - [0:0]
 
11349
:ufw-before-logging-forward - [0:0]
 
11350
:ufw-user-logging-input - [0:0]
 
11351
:ufw-user-logging-output - [0:0]
 
11352
:ufw-user-logging-forward - [0:0]
 
11353
:ufw-after-logging-input - [0:0]
 
11354
:ufw-after-logging-output - [0:0]
 
11355
:ufw-after-logging-forward - [0:0]
 
11356
:ufw-logging-deny - [0:0]
 
11357
:ufw-logging-allow - [0:0]
5847
11358
:ufw-user-limit - [0:0]
5848
11359
:ufw-user-limit-accept - [0:0]
5849
11360
### RULES ###
5865
11376
-A ufw-user-input -i eth1 -p udp --dport 22 -j ACCEPT
5866
11377
 
5867
11378
### END RULES ###
 
11379
 
 
11380
### LOGGING ###
 
11381
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11382
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11383
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11384
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11385
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11386
### END LOGGING ###
 
11387
 
 
11388
### RATE LIMITING ###
5868
11389
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5869
11390
-A ufw-user-limit -j REJECT
5870
11391
-A ufw-user-limit-accept -j ACCEPT
 
11392
### END RATE LIMITING ###
5871
11393
COMMIT
5872
11394
254: delete allow in on eth0 to any app Samba
5873
11395
 
5882
11404
:ufw-user-input - [0:0]
5883
11405
:ufw-user-output - [0:0]
5884
11406
:ufw-user-forward - [0:0]
 
11407
:ufw-before-logging-input - [0:0]
 
11408
:ufw-before-logging-output - [0:0]
 
11409
:ufw-before-logging-forward - [0:0]
 
11410
:ufw-user-logging-input - [0:0]
 
11411
:ufw-user-logging-output - [0:0]
 
11412
:ufw-user-logging-forward - [0:0]
 
11413
:ufw-after-logging-input - [0:0]
 
11414
:ufw-after-logging-output - [0:0]
 
11415
:ufw-after-logging-forward - [0:0]
 
11416
:ufw-logging-deny - [0:0]
 
11417
:ufw-logging-allow - [0:0]
5885
11418
:ufw-user-limit - [0:0]
5886
11419
:ufw-user-limit-accept - [0:0]
5887
11420
### RULES ###
5888
11421
 
5889
11422
### END RULES ###
 
11423
 
 
11424
### LOGGING ###
 
11425
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11426
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11427
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11428
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11429
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11430
### END LOGGING ###
 
11431
 
 
11432
### RATE LIMITING ###
5890
11433
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5891
11434
-A ufw-user-limit -j REJECT
5892
11435
-A ufw-user-limit-accept -j ACCEPT
 
11436
### END RATE LIMITING ###
5893
11437
COMMIT
5894
11438
257: allow out on eth0 to 192.168.0.1 app Samba
5895
11439
 
5904
11448
:ufw-user-input - [0:0]
5905
11449
:ufw-user-output - [0:0]
5906
11450
:ufw-user-forward - [0:0]
 
11451
:ufw-before-logging-input - [0:0]
 
11452
:ufw-before-logging-output - [0:0]
 
11453
:ufw-before-logging-forward - [0:0]
 
11454
:ufw-user-logging-input - [0:0]
 
11455
:ufw-user-logging-output - [0:0]
 
11456
:ufw-user-logging-forward - [0:0]
 
11457
:ufw-after-logging-input - [0:0]
 
11458
:ufw-after-logging-output - [0:0]
 
11459
:ufw-after-logging-forward - [0:0]
 
11460
:ufw-logging-deny - [0:0]
 
11461
:ufw-logging-allow - [0:0]
5907
11462
:ufw-user-limit - [0:0]
5908
11463
:ufw-user-limit-accept - [0:0]
5909
11464
### RULES ###
5927
11482
-A ufw-user-output -o eth0 -p tcp -m multiport --dports 139,445 -s 10.0.0.1 -j ACCEPT -m comment --comment 'dapp_Samba'
5928
11483
 
5929
11484
### END RULES ###
 
11485
 
 
11486
### LOGGING ###
 
11487
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11488
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11489
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11490
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11491
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11492
### END LOGGING ###
 
11493
 
 
11494
### RATE LIMITING ###
5930
11495
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5931
11496
-A ufw-user-limit -j REJECT
5932
11497
-A ufw-user-limit-accept -j ACCEPT
 
11498
### END RATE LIMITING ###
5933
11499
COMMIT
5934
11500
260: delete allow out on eth0 to 192.168.0.1 app Samba
5935
11501
 
5944
11510
:ufw-user-input - [0:0]
5945
11511
:ufw-user-output - [0:0]
5946
11512
:ufw-user-forward - [0:0]
 
11513
:ufw-before-logging-input - [0:0]
 
11514
:ufw-before-logging-output - [0:0]
 
11515
:ufw-before-logging-forward - [0:0]
 
11516
:ufw-user-logging-input - [0:0]
 
11517
:ufw-user-logging-output - [0:0]
 
11518
:ufw-user-logging-forward - [0:0]
 
11519
:ufw-after-logging-input - [0:0]
 
11520
:ufw-after-logging-output - [0:0]
 
11521
:ufw-after-logging-forward - [0:0]
 
11522
:ufw-logging-deny - [0:0]
 
11523
:ufw-logging-allow - [0:0]
5947
11524
:ufw-user-limit - [0:0]
5948
11525
:ufw-user-limit-accept - [0:0]
5949
11526
### RULES ###
5950
11527
 
5951
11528
### END RULES ###
 
11529
 
 
11530
### LOGGING ###
 
11531
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11532
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11533
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11534
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11535
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11536
### END LOGGING ###
 
11537
 
 
11538
### RATE LIMITING ###
5952
11539
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5953
11540
-A ufw-user-limit -j REJECT
5954
11541
-A ufw-user-limit-accept -j ACCEPT
 
11542
### END RATE LIMITING ###
5955
11543
COMMIT
5956
11544
263: deny out on eth0 to 192.168.0.1 app Samba
5957
11545
 
5966
11554
:ufw-user-input - [0:0]
5967
11555
:ufw-user-output - [0:0]
5968
11556
:ufw-user-forward - [0:0]
 
11557
:ufw-before-logging-input - [0:0]
 
11558
:ufw-before-logging-output - [0:0]
 
11559
:ufw-before-logging-forward - [0:0]
 
11560
:ufw-user-logging-input - [0:0]
 
11561
:ufw-user-logging-output - [0:0]
 
11562
:ufw-user-logging-forward - [0:0]
 
11563
:ufw-after-logging-input - [0:0]
 
11564
:ufw-after-logging-output - [0:0]
 
11565
:ufw-after-logging-forward - [0:0]
 
11566
:ufw-logging-deny - [0:0]
 
11567
:ufw-logging-allow - [0:0]
5969
11568
:ufw-user-limit - [0:0]
5970
11569
:ufw-user-limit-accept - [0:0]
5971
11570
### RULES ###
5989
11588
-A ufw-user-output -o eth0 -p tcp -m multiport --dports 139,445 -s 10.0.0.1 -j DROP -m comment --comment 'dapp_Samba'
5990
11589
 
5991
11590
### END RULES ###
 
11591
 
 
11592
### LOGGING ###
 
11593
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11594
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11595
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11596
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11597
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11598
### END LOGGING ###
 
11599
 
 
11600
### RATE LIMITING ###
5992
11601
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
5993
11602
-A ufw-user-limit -j REJECT
5994
11603
-A ufw-user-limit-accept -j ACCEPT
 
11604
### END RATE LIMITING ###
5995
11605
COMMIT
5996
11606
266: delete deny out on eth0 to 192.168.0.1 app Samba
5997
11607
 
6006
11616
:ufw-user-input - [0:0]
6007
11617
:ufw-user-output - [0:0]
6008
11618
:ufw-user-forward - [0:0]
 
11619
:ufw-before-logging-input - [0:0]
 
11620
:ufw-before-logging-output - [0:0]
 
11621
:ufw-before-logging-forward - [0:0]
 
11622
:ufw-user-logging-input - [0:0]
 
11623
:ufw-user-logging-output - [0:0]
 
11624
:ufw-user-logging-forward - [0:0]
 
11625
:ufw-after-logging-input - [0:0]
 
11626
:ufw-after-logging-output - [0:0]
 
11627
:ufw-after-logging-forward - [0:0]
 
11628
:ufw-logging-deny - [0:0]
 
11629
:ufw-logging-allow - [0:0]
6009
11630
:ufw-user-limit - [0:0]
6010
11631
:ufw-user-limit-accept - [0:0]
6011
11632
### RULES ###
6012
11633
 
6013
11634
### END RULES ###
 
11635
 
 
11636
### LOGGING ###
 
11637
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11638
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11639
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11640
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11641
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11642
### END LOGGING ###
 
11643
 
 
11644
### RATE LIMITING ###
6014
11645
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
6015
11646
-A ufw-user-limit -j REJECT
6016
11647
-A ufw-user-limit-accept -j ACCEPT
 
11648
### END RATE LIMITING ###
6017
11649
COMMIT
6018
11650
269: limit out on eth0 to 192.168.0.1 app Samba
6019
11651
 
6028
11660
:ufw-user-input - [0:0]
6029
11661
:ufw-user-output - [0:0]
6030
11662
:ufw-user-forward - [0:0]
 
11663
:ufw-before-logging-input - [0:0]
 
11664
:ufw-before-logging-output - [0:0]
 
11665
:ufw-before-logging-forward - [0:0]
 
11666
:ufw-user-logging-input - [0:0]
 
11667
:ufw-user-logging-output - [0:0]
 
11668
:ufw-user-logging-forward - [0:0]
 
11669
:ufw-after-logging-input - [0:0]
 
11670
:ufw-after-logging-output - [0:0]
 
11671
:ufw-after-logging-forward - [0:0]
 
11672
:ufw-logging-deny - [0:0]
 
11673
:ufw-logging-allow - [0:0]
6031
11674
:ufw-user-limit - [0:0]
6032
11675
:ufw-user-limit-accept - [0:0]
6033
11676
### RULES ###
6063
11706
-A ufw-user-output -o eth0 -p tcp -m multiport --dports 139,445 -s 10.0.0.1 -j ufw-user-limit-accept -m comment --comment 'dapp_Samba'
6064
11707
 
6065
11708
### END RULES ###
 
11709
 
 
11710
### LOGGING ###
 
11711
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11712
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11713
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11714
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11715
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11716
### END LOGGING ###
 
11717
 
 
11718
### RATE LIMITING ###
6066
11719
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
6067
11720
-A ufw-user-limit -j REJECT
6068
11721
-A ufw-user-limit-accept -j ACCEPT
 
11722
### END RATE LIMITING ###
6069
11723
COMMIT
6070
11724
272: delete limit out on eth0 to 192.168.0.1 app Samba
6071
11725
 
6080
11734
:ufw-user-input - [0:0]
6081
11735
:ufw-user-output - [0:0]
6082
11736
:ufw-user-forward - [0:0]
 
11737
:ufw-before-logging-input - [0:0]
 
11738
:ufw-before-logging-output - [0:0]
 
11739
:ufw-before-logging-forward - [0:0]
 
11740
:ufw-user-logging-input - [0:0]
 
11741
:ufw-user-logging-output - [0:0]
 
11742
:ufw-user-logging-forward - [0:0]
 
11743
:ufw-after-logging-input - [0:0]
 
11744
:ufw-after-logging-output - [0:0]
 
11745
:ufw-after-logging-forward - [0:0]
 
11746
:ufw-logging-deny - [0:0]
 
11747
:ufw-logging-allow - [0:0]
6083
11748
:ufw-user-limit - [0:0]
6084
11749
:ufw-user-limit-accept - [0:0]
6085
11750
### RULES ###
6086
11751
 
6087
11752
### END RULES ###
 
11753
 
 
11754
### LOGGING ###
 
11755
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11756
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11757
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11758
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11759
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11760
### END LOGGING ###
 
11761
 
 
11762
### RATE LIMITING ###
6088
11763
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
6089
11764
-A ufw-user-limit -j REJECT
6090
11765
-A ufw-user-limit-accept -j ACCEPT
 
11766
### END RATE LIMITING ###
6091
11767
COMMIT
6092
11768
275: reject out on eth0 to 192.168.0.1 app Samba
6093
11769
 
6102
11778
:ufw-user-input - [0:0]
6103
11779
:ufw-user-output - [0:0]
6104
11780
:ufw-user-forward - [0:0]
 
11781
:ufw-before-logging-input - [0:0]
 
11782
:ufw-before-logging-output - [0:0]
 
11783
:ufw-before-logging-forward - [0:0]
 
11784
:ufw-user-logging-input - [0:0]
 
11785
:ufw-user-logging-output - [0:0]
 
11786
:ufw-user-logging-forward - [0:0]
 
11787
:ufw-after-logging-input - [0:0]
 
11788
:ufw-after-logging-output - [0:0]
 
11789
:ufw-after-logging-forward - [0:0]
 
11790
:ufw-logging-deny - [0:0]
 
11791
:ufw-logging-allow - [0:0]
6105
11792
:ufw-user-limit - [0:0]
6106
11793
:ufw-user-limit-accept - [0:0]
6107
11794
### RULES ###
6125
11812
-A ufw-user-output -o eth0 -p tcp -m multiport --dports 139,445 -s 10.0.0.1 -j REJECT --reject-with tcp-reset -m comment --comment 'dapp_Samba'
6126
11813
 
6127
11814
### END RULES ###
 
11815
 
 
11816
### LOGGING ###
 
11817
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11818
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11819
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11820
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11821
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11822
### END LOGGING ###
 
11823
 
 
11824
### RATE LIMITING ###
6128
11825
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
6129
11826
-A ufw-user-limit -j REJECT
6130
11827
-A ufw-user-limit-accept -j ACCEPT
 
11828
### END RATE LIMITING ###
6131
11829
COMMIT
6132
11830
278: delete reject out on eth0 to 192.168.0.1 app Samba
6133
11831
 
6142
11840
:ufw-user-input - [0:0]
6143
11841
:ufw-user-output - [0:0]
6144
11842
:ufw-user-forward - [0:0]
 
11843
:ufw-before-logging-input - [0:0]
 
11844
:ufw-before-logging-output - [0:0]
 
11845
:ufw-before-logging-forward - [0:0]
 
11846
:ufw-user-logging-input - [0:0]
 
11847
:ufw-user-logging-output - [0:0]
 
11848
:ufw-user-logging-forward - [0:0]
 
11849
:ufw-after-logging-input - [0:0]
 
11850
:ufw-after-logging-output - [0:0]
 
11851
:ufw-after-logging-forward - [0:0]
 
11852
:ufw-logging-deny - [0:0]
 
11853
:ufw-logging-allow - [0:0]
6145
11854
:ufw-user-limit - [0:0]
6146
11855
:ufw-user-limit-accept - [0:0]
6147
11856
### RULES ###
6148
11857
 
6149
11858
### END RULES ###
 
11859
 
 
11860
### LOGGING ###
 
11861
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11862
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11863
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11864
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11865
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11866
### END LOGGING ###
 
11867
 
 
11868
### RATE LIMITING ###
6150
11869
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
6151
11870
-A ufw-user-limit -j REJECT
6152
11871
-A ufw-user-limit-accept -j ACCEPT
 
11872
### END RATE LIMITING ###
6153
11873
COMMIT
6154
11874
281: allow out on eth0 to any app Samba
6155
11875
 
6164
11884
:ufw-user-input - [0:0]
6165
11885
:ufw-user-output - [0:0]
6166
11886
:ufw-user-forward - [0:0]
 
11887
:ufw-before-logging-input - [0:0]
 
11888
:ufw-before-logging-output - [0:0]
 
11889
:ufw-before-logging-forward - [0:0]
 
11890
:ufw-user-logging-input - [0:0]
 
11891
:ufw-user-logging-output - [0:0]
 
11892
:ufw-user-logging-forward - [0:0]
 
11893
:ufw-after-logging-input - [0:0]
 
11894
:ufw-after-logging-output - [0:0]
 
11895
:ufw-after-logging-forward - [0:0]
 
11896
:ufw-logging-deny - [0:0]
 
11897
:ufw-logging-allow - [0:0]
6167
11898
:ufw-user-limit - [0:0]
6168
11899
:ufw-user-limit-accept - [0:0]
6169
11900
### RULES ###
6185
11916
-A ufw-user-output -o eth1 -p udp --dport 22 -j ACCEPT
6186
11917
 
6187
11918
### END RULES ###
 
11919
 
 
11920
### LOGGING ###
 
11921
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11922
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11923
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11924
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11925
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11926
### END LOGGING ###
 
11927
 
 
11928
### RATE LIMITING ###
6188
11929
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
6189
11930
-A ufw-user-limit -j REJECT
6190
11931
-A ufw-user-limit-accept -j ACCEPT
 
11932
### END RATE LIMITING ###
6191
11933
COMMIT
6192
11934
284: delete allow out on eth0 to any app Samba
6193
11935
 
6202
11944
:ufw-user-input - [0:0]
6203
11945
:ufw-user-output - [0:0]
6204
11946
:ufw-user-forward - [0:0]
 
11947
:ufw-before-logging-input - [0:0]
 
11948
:ufw-before-logging-output - [0:0]
 
11949
:ufw-before-logging-forward - [0:0]
 
11950
:ufw-user-logging-input - [0:0]
 
11951
:ufw-user-logging-output - [0:0]
 
11952
:ufw-user-logging-forward - [0:0]
 
11953
:ufw-after-logging-input - [0:0]
 
11954
:ufw-after-logging-output - [0:0]
 
11955
:ufw-after-logging-forward - [0:0]
 
11956
:ufw-logging-deny - [0:0]
 
11957
:ufw-logging-allow - [0:0]
6205
11958
:ufw-user-limit - [0:0]
6206
11959
:ufw-user-limit-accept - [0:0]
6207
11960
### RULES ###
6208
11961
 
6209
11962
### END RULES ###
 
11963
 
 
11964
### LOGGING ###
 
11965
-A ufw-after-logging-input -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11966
-A ufw-after-logging-forward -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11967
-I ufw-logging-deny -m state --state INVALID -j RETURN -m limit --limit 3/min --limit-burst 10
 
11968
-A ufw-logging-deny -j LOG --log-prefix "[UFW BLOCK] " -m limit --limit 3/min --limit-burst 10
 
11969
-A ufw-logging-allow -j LOG --log-prefix "[UFW ALLOW] " -m limit --limit 3/min --limit-burst 10
 
11970
### END LOGGING ###
 
11971
 
 
11972
### RATE LIMITING ###
6210
11973
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
6211
11974
-A ufw-user-limit -j REJECT
6212
11975
-A ufw-user-limit-accept -j ACCEPT
 
11976
### END RATE LIMITING ###
6213
11977
COMMIT