I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
76 lines
1.4 KiB
Text
76 lines
1.4 KiB
Text
---
|
|
title: Capitolo 28. Firewall
|
|
part: Parte IV. Comunicazione di Rete
|
|
prev: books/handbook/network-servers
|
|
next: books/handbook/advanced-networking
|
|
---
|
|
|
|
[[firewalls]]
|
|
= Firewall
|
|
:doctype: book
|
|
:toc: macro
|
|
:toclevels: 1
|
|
:icons: font
|
|
:sectnums:
|
|
:sectnumlevels: 6
|
|
:source-highlighter: rouge
|
|
:experimental:
|
|
:skip-front-matter:
|
|
:toc-title: Indice
|
|
:table-caption: Tabella
|
|
:figure-caption: Figura
|
|
:example-caption: Esempio
|
|
:xrefstyle: basic
|
|
:relfileprefix: ../
|
|
:outfilesuffix:
|
|
:sectnumoffset: 28
|
|
|
|
ifeval::["{backend}" == "html5"]
|
|
:imagesdir: ../../../images/books/handbook/firewalls/
|
|
endif::[]
|
|
|
|
ifeval::["{backend}" == "pdf"]
|
|
:imagesdir: ../../../../static/images/books/handbook/firewalls/
|
|
endif::[]
|
|
|
|
ifeval::["{backend}" == "epub3"]
|
|
:imagesdir: ../../../../static/images/books/handbook/firewalls/
|
|
endif::[]
|
|
|
|
include::shared/authors.adoc[]
|
|
include::shared/releases.adoc[]
|
|
include::shared/fr/mailing-lists.adoc[]
|
|
include::shared/fr/teams.adoc[]
|
|
include::shared/fr/urls.adoc[]
|
|
|
|
toc::[]
|
|
|
|
[[firewalls-intro]]
|
|
== Introduzione
|
|
|
|
Traduzione in corso.
|
|
|
|
[[firewalls-concepts]]
|
|
== Concetti sui Firewall
|
|
|
|
Traduzione in corso.
|
|
|
|
[[firewalls-apps]]
|
|
== Firewall come Applicaizoni Software
|
|
|
|
Traduzione in corso.
|
|
|
|
[[firewalls-pf]]
|
|
== Il Firewall PF (Packet Filter)
|
|
|
|
Traduzione in corso.
|
|
|
|
[[firewalls-ipf]]
|
|
== Il Firewall IPF (IPFILTER)
|
|
|
|
Traduzione in corso.
|
|
|
|
[[firewalls-ipfw]]
|
|
== IPFW
|
|
|
|
Traduzione in corso.
|