mirror of
https://github.com/opnsense/docs.git
synced 2026-04-26 08:37:55 -04:00
style fixes
This commit is contained in:
parent
379a64273c
commit
874b0b5bce
5 changed files with 5 additions and 5 deletions
|
|
@ -28,7 +28,7 @@ Network Address Translation
|
|||
|
||||
|
||||
Reflection for Destination NAT (Port Forwards)
|
||||
.....................................
|
||||
..................................................
|
||||
|
||||
Disabled by default, when enabled the system will generate :code:`rdr` rules to reflect Destination NAT (Port Forwards) on internal interfaces automatically (interfaces without a gateway set).
|
||||
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@ The rule should contain the following:
|
|||
+-------------------------+------------------------------------+
|
||||
| Interface | WAN |
|
||||
+-------------------------+------------------------------------+
|
||||
| Source address | LAN net (192.168.1.0/24) |
|
||||
| Source address | LAN net (192.168.1.0/24) |
|
||||
+-------------------------+------------------------------------+
|
||||
| Translation / target | 172.18.0.100 (CARP virtual IP) |
|
||||
+-------------------------+------------------------------------+
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ Click on `[+]` to add a static mapping:
|
|||
:width: 100%
|
||||
|
||||
Firewall / NAT / Destination NAT (Port Forward)
|
||||
+++++++++++++++++++++++++++++
|
||||
+++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
Select :menuselection:`Firewall --> NAT --> Destination NAT (Port Forward)`
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Bridge
|
|||
|
||||
Bridging allows to create a connection between separate networks, allow traffic on network A destined for network B
|
||||
(where both networks are connected to your OPNsense device) to reach it via this bridge. Note that this does not
|
||||
include DHCP services—this needs to set using :ref:`DHCP relaying <dhcp-relaying>`.
|
||||
include DHCP services—this needs to set using :ref:`DHCP relaying <dhcrelay>`.
|
||||
|
||||
A bridge works like a (layer-2) switch, forwarding traffic from one interface to another.
|
||||
Multicast and broadcast packets are always forwarded to all interfaces that are part of the bridge.
|
||||
|
|
|
|||
|
|
@ -319,7 +319,7 @@ going to :menuselection:`System --> Settings --> General`. The following setting
|
|||
| **Networking** |
|
||||
+---------------------------------+------------------------------------------------------------------------------------+
|
||||
| Prefer to use IPv4 even | By default if a hostname resolves IPv6 and IPv4 addresses, the IPv6 will be used. |
|
||||
| if IPv6 is available | If checked, then IPv4 addresses will be used instead of IPv6. |
|
||||
| if IPv6 is available | If checked, then IPv4 addresses will be used instead of IPv6. |
|
||||
+---------------------------------+------------------------------------------------------------------------------------+
|
||||
| DNS servers | A list of DNS servers, optionally with a gateway. These DNS servers are also used |
|
||||
| | for the DHCP service, DNS services and for PPTP VPN clients. When using multiple |
|
||||
|
|
|
|||
Loading…
Reference in a new issue