mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
work in progress moving docs in the index
This commit is contained in:
parent
d649044748
commit
01f564a201
8 changed files with 31 additions and 8 deletions
BIN
source/images/blur-close-up-connection-1624895.jpg
Normal file
BIN
source/images/blur-close-up-connection-1624895.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3 MiB |
|
|
@ -26,6 +26,7 @@ Table of Contents
|
|||
lobby
|
||||
reporting
|
||||
system
|
||||
interfaces
|
||||
manual
|
||||
develop
|
||||
relations
|
||||
|
|
|
|||
18
source/interfaces.rst
Normal file
18
source/interfaces.rst
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
====================================
|
||||
Interfaces
|
||||
====================================
|
||||
|
||||
.. image:: images/blur-close-up-connection-1624895.jpg
|
||||
:width: 600px
|
||||
:align: center
|
||||
|
||||
|
||||
All traffic flowing through your appliance is using (virtual) interfaces, this is where you manage most settings.
|
||||
|
||||
----------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:titlesonly:
|
||||
|
||||
manual/interfaces
|
||||
|
|
@ -15,12 +15,10 @@ User Manual
|
|||
manual/users
|
||||
manual/dhcp
|
||||
manual/ipv6
|
||||
manual/interfaces
|
||||
manual/nat
|
||||
manual/two_factor
|
||||
manual/logging
|
||||
manual/aliases
|
||||
manual/certificates
|
||||
manual/vpnet
|
||||
manual/ips
|
||||
manual/etpro_telemetry
|
||||
|
|
@ -32,7 +30,6 @@ User Manual
|
|||
manual/captiveportal
|
||||
manual/dynamic_routing
|
||||
manual/opnsense_tools
|
||||
manual/diagnostics
|
||||
manual/monit
|
||||
manual/nptv6
|
||||
manual/dynamic_dns
|
||||
|
|
|
|||
|
|
@ -31,4 +31,10 @@ certficate signed by an external CA.
|
|||
|
||||
Make sure that you select the correct certificate type, as many clients will refuse connection (or at least show
|
||||
errors) if an incorrect certificate type is used. For example, you can use either a server certificate or a
|
||||
combined client/server certificate to secure the connection to the web interface, but not a CA or client certificate.
|
||||
combined client/server certificate to secure the connection to the web interface, but not a CA or client certificate.
|
||||
|
||||
|
||||
-------------------------
|
||||
Usage examples
|
||||
-------------------------
|
||||
In :doc:`/manual/how-tos/self-signed-chain` you will find examples of how to setup certificate chains yourself.
|
||||
|
|
|
|||
|
|
@ -62,7 +62,6 @@ How-tos
|
|||
how-tos/proxyicapantivirusinternal
|
||||
how-tos/proxytransparent
|
||||
how-tos/proxywebfilter
|
||||
how-tos/self-signed-chain
|
||||
how-tos/shaper
|
||||
how-tos/SkyUK
|
||||
how-tos/sslvpn_client
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
==========
|
||||
Interfaces
|
||||
==========
|
||||
=========================
|
||||
Interface configuration
|
||||
=========================
|
||||
|
||||
All traffic in OPNsense travels via interfaces. By default, WAN and LAN are assigned, but many more are possible, like
|
||||
GUESTNET (:doc:`captive portal </manual/captiveportal>`) and PFSYNC (:doc:`high availability </manual/hacarp>`).
|
||||
|
|
|
|||
|
|
@ -24,3 +24,5 @@ activities.
|
|||
manual/how-tos/multiwan
|
||||
manual/hacarp
|
||||
manual/settingsmenu
|
||||
manual/certificates
|
||||
manual/diagnostics
|
||||
|
|
|
|||
Loading…
Reference in a new issue