mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
Bold headers inside tables
This commit is contained in:
parent
18043a0444
commit
5fc061f2da
1 changed files with 10 additions and 10 deletions
|
|
@ -231,7 +231,7 @@ LAN Network:
|
|||
- Go to :menuselection:`Services --> KEA DHCP --> Control Agent`:
|
||||
|
||||
================================== =======================================================================================================
|
||||
Option Value
|
||||
**Option** **Value**
|
||||
================================== =======================================================================================================
|
||||
Enabled ``X``
|
||||
Bind address ``127.0.0.1``
|
||||
|
|
@ -245,7 +245,7 @@ Bind port ``8000``
|
|||
.. tab:: Settings
|
||||
|
||||
================================== =======================================================================================================
|
||||
Option Value
|
||||
**Option** **Value**
|
||||
================================== =======================================================================================================
|
||||
**Service**
|
||||
Enabled ``X``
|
||||
|
|
@ -264,7 +264,7 @@ Bind port ``8000``
|
|||
.. tab:: Subnets
|
||||
|
||||
================================== =======================================================================================================
|
||||
Option Value
|
||||
**Option** **Value**
|
||||
================================== =======================================================================================================
|
||||
Subnet ``192.168.1.0/24``
|
||||
Pools ``192.168.1.100 - 192.168.1.199``
|
||||
|
|
@ -282,7 +282,7 @@ Bind port ``8000``
|
|||
- First entry:
|
||||
|
||||
================================== =======================================================================================================
|
||||
Option Value
|
||||
**Option** **Value**
|
||||
================================== =======================================================================================================
|
||||
Name (Use the name that is displayed in the settings Tab for "This server name" on the master)
|
||||
Role ``primary``
|
||||
|
|
@ -293,7 +293,7 @@ Bind port ``8000``
|
|||
- Second entry:
|
||||
|
||||
================================== =======================================================================================================
|
||||
Option Value
|
||||
**Option** **Value**
|
||||
================================== =======================================================================================================
|
||||
Name (Use the name that is displayed in the settings Tab for "This server name" on the backup)
|
||||
Role ``standby``
|
||||
|
|
@ -343,7 +343,7 @@ The example taken from the `KEA DDNS <https://kea.readthedocs.io/en/latest/arm/d
|
|||
To configure the forward zone for a DHCPv4 range, go to :menuselection:`Services --> KEA DHCP --> KEA DHCPv4` and select a subnet:
|
||||
|
||||
================================== =======================================================================================================
|
||||
Option Value
|
||||
**Option** **Value**
|
||||
================================== =======================================================================================================
|
||||
Subnet ``192.168.1.0/24``
|
||||
Pools ``192.168.1.100 - 192.168.1.199``
|
||||
|
|
@ -365,7 +365,7 @@ TSIG key algorithm ``hmac-sha224``
|
|||
Next, enable the KEA DDNS Agent. Go to :menuselection:`Services --> KEA DHCP --> DDNS Agent`:
|
||||
|
||||
================================== =======================================================================================================
|
||||
Option Value
|
||||
**Option** **Value**
|
||||
================================== =======================================================================================================
|
||||
Enabled ``X``
|
||||
Bind address ``127.0.0.1``
|
||||
|
|
@ -402,7 +402,7 @@ Prefix: ``fd80::/48``
|
|||
.. tab:: Settings
|
||||
|
||||
================================== =======================================================================================================
|
||||
Option Value
|
||||
**Option** **Value**
|
||||
================================== =======================================================================================================
|
||||
**Service**
|
||||
Enabled ``X``
|
||||
|
|
@ -417,7 +417,7 @@ Prefix: ``fd80::/48``
|
|||
For the IA_NA address pool, we take the first /52 prefix (``fd80::/52``) of the available /48 prefix (``fd80::/48``)
|
||||
|
||||
================================== =======================================================================================================
|
||||
Option Value
|
||||
**Option** **Value**
|
||||
================================== =======================================================================================================
|
||||
Subnet ``fd80::/48``
|
||||
Pools ``fd80::100 - fd80::199`` (/52 will be auto calculated via the pool)
|
||||
|
|
@ -428,7 +428,7 @@ Prefix: ``fd80::/48``
|
|||
For the IA_PD pool, we take the second /52 prefix (``fd80:0:0:1000::/52``), and lease up to 16 prefixes (``fd80:0:0:1000::/56 - fd80:0:0:10F0::/56``) to clients.
|
||||
|
||||
================================== =======================================================================================================
|
||||
Option Value
|
||||
**Option** **Value**
|
||||
================================== =======================================================================================================
|
||||
Subnet ``fd80::/48``
|
||||
Prefix ``fd80:0:0:1000::``
|
||||
|
|
|
|||
Loading…
Reference in a new issue