2
0
mirror of https://github.com/opnsense/docs synced 2024-10-30 21:20:20 +00:00

Update ipsec-swanctl-rw-ikev2-eap-mschapv2.rst

Fixed IP address formatting in pools
This commit is contained in:
Monviech 2023-09-16 21:30:29 +02:00 committed by GitHub
parent 404b1f5eff
commit 59de623fee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,14 +179,14 @@ Create an IPv4 pool that all roadwarriors will share. This configuration will re
============================================== ====================================================================================================
**Name:** pool-roadwarrior-ipv4
**Network:** 172.16.203.0/24
**Network:** ``172.16.203.0/24``
============================================== ====================================================================================================
Create an IPv6 pool that all roadwarriors will share. This configuration will result in 256 usable IPv6 addresses.
============================================== ====================================================================================================
**Name:** pool-roadwarrior-ipv6
**Network:** 2001:db8:1234:ec::/120
**Network:** ``2001:db8:1234:ec::/120``
============================================== ====================================================================================================
.. Note::
@ -288,24 +288,24 @@ Create an individual IPv4 pool for each roadwarrior. This configuration will res
============================================== ====================================================================================================
**Name:** pool-roadwarrior-john-ipv4
**Network:** 172.16.203.1/32
**Network:** ``172.16.203.1/32``
============================================== ====================================================================================================
============================================== ====================================================================================================
**Name:** pool-roadwarrior-laura-ipv4
**Network:** 172.16.203.2/32
**Network:** ``172.16.203.2/32``
============================================== ====================================================================================================
Create an individual IPv6 pool for each roadwarrior. This configuration will result in 1 usable IPv6 address.
============================================== ====================================================================================================
**Name:** pool-roadwarrior-john-ipv6
**Network:** 2001:db8:1234:ec::1/128
**Network:** ``2001:db8:1234:ec::1/128``
============================================== ====================================================================================================
============================================== ====================================================================================================
**Name:** pool-roadwarrior-laura-ipv6
**Network:** 2001:db8:1234:ec::2/128
**Network:** ``2001:db8:1234:ec::2/128``
============================================== ====================================================================================================
.. Note::