mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
add firewall section, move sections around
This commit is contained in:
parent
c7866fff43
commit
346e2297c3
9 changed files with 45 additions and 16 deletions
23
source/firewall.rst
Normal file
23
source/firewall.rst
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
====================================
|
||||
Firewall
|
||||
====================================
|
||||
|
||||
.. image:: images/architecture-buildings-city-327345.jpg
|
||||
:width: 600px
|
||||
:align: center
|
||||
|
||||
|
||||
To manage traffic flowing through your security appliance, a broad range of filtering and shaping features is available.
|
||||
These are all combined in the firewall section.
|
||||
|
||||
----------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:titlesonly:
|
||||
|
||||
manual/nat
|
||||
manual/aliases
|
||||
manual/nptv6
|
||||
manual/how-tos/shaper
|
||||
manual/how-tos/carp
|
||||
BIN
source/images/architecture-buildings-city-327345.jpg
Normal file
BIN
source/images/architecture-buildings-city-327345.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5 MiB |
|
|
@ -27,6 +27,7 @@ Table of Contents
|
|||
reporting
|
||||
system
|
||||
interfaces
|
||||
firewall
|
||||
manual
|
||||
develop
|
||||
relations
|
||||
|
|
|
|||
|
|
@ -12,12 +12,9 @@ User Manual
|
|||
:maxdepth: 2
|
||||
:titlesonly:
|
||||
|
||||
manual/users
|
||||
manual/dhcp
|
||||
manual/ipv6
|
||||
manual/nat
|
||||
manual/logging
|
||||
manual/aliases
|
||||
manual/vpnet
|
||||
manual/ips
|
||||
manual/etpro_telemetry
|
||||
|
|
@ -30,6 +27,5 @@ User Manual
|
|||
manual/dynamic_routing
|
||||
manual/opnsense_tools
|
||||
manual/monit
|
||||
manual/nptv6
|
||||
manual/dynamic_dns
|
||||
manual/howtos
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ How-tos
|
|||
how-tos/bind
|
||||
how-tos/c-icap
|
||||
how-tos/cachingproxy
|
||||
how-tos/carp
|
||||
how-tos/clamav
|
||||
how-tos/dnscrypt-proxy
|
||||
how-tos/dynamicrouting_howto
|
||||
|
|
@ -48,7 +47,6 @@ How-tos
|
|||
how-tos/proxyicapantivirusinternal
|
||||
how-tos/proxytransparent
|
||||
how-tos/proxywebfilter
|
||||
how-tos/shaper
|
||||
how-tos/sslvpn_client
|
||||
how-tos/sslvpn_s2s
|
||||
how-tos/tor
|
||||
|
|
|
|||
|
|
@ -75,14 +75,12 @@ An overview of available settings:
|
|||
Configuration
|
||||
-------------
|
||||
|
||||
Local User Manager
|
||||
------------------
|
||||
:doc:`how-tos/user-local`
|
||||
|
||||
LDAP
|
||||
----
|
||||
:doc:`how-tos/user-ldap`
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:titlesonly:
|
||||
|
||||
Radius
|
||||
------
|
||||
:doc:`how-tos/user-radius`
|
||||
how-tos/user-local
|
||||
how-tos/user-ldap
|
||||
how-tos/user-radius
|
||||
two_factor
|
||||
|
|
|
|||
|
|
@ -21,3 +21,13 @@ into these.
|
|||
manual/netflow
|
||||
manual/reporting_settings
|
||||
manual/reporting_traffic
|
||||
|
||||
---------------
|
||||
Setup guides
|
||||
---------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:titlesonly:
|
||||
|
||||
manual/how-tos/netflow_exporter
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ Setup guides
|
|||
:maxdepth: 2
|
||||
:titlesonly:
|
||||
|
||||
manual/how-tos/how-tos/changelog
|
||||
manual/how-tos/changelog
|
||||
manual/how-tos/serial_access
|
||||
manual/how-tos/installaws
|
||||
manual/how-tos/installova
|
||||
|
|
|
|||
|
|
@ -17,12 +17,14 @@ activities.
|
|||
:maxdepth: 2
|
||||
:titlesonly:
|
||||
|
||||
manual/users
|
||||
manual/how-tos/user-local
|
||||
manual/how-tos/user-ldap
|
||||
manual/how-tos/user-radius
|
||||
manual/two_factor
|
||||
manual/how-tos/cloud_backup
|
||||
manual/how-tos/multiwan
|
||||
manual/multiwan.rst
|
||||
manual/hacarp
|
||||
manual/settingsmenu
|
||||
manual/certificates
|
||||
|
|
@ -38,3 +40,4 @@ Setup guides
|
|||
:titlesonly:
|
||||
|
||||
manual/how-tos/two_factor
|
||||
manual/how-tos/self-signed-chain
|
||||
|
|
|
|||
Loading…
Reference in a new issue