ipsec/openvpn - fix invalid IP notations, closes https://github.com/opnsense/docs/issues/531

dashboard
Ad Schellevis 2 months ago
parent e88821a9e1
commit 3745c9d920

@ -52,7 +52,7 @@ as all guides depend on it.
network LAN { network LAN {
switchlan [label="",shape = "cisco.workgroup_switch"]; switchlan [label="",shape = "cisco.workgroup_switch"];
label = " LAN"; label = " LAN";
address ="192.168.1.1.x/24"; address ="192.168.1.x/24";
fw1 [address="192.168.1.1/24"]; fw1 [address="192.168.1.1/24"];
} }

@ -53,7 +53,7 @@ tunnel, with the following configuration:
network LANA { network LANA {
switchlana [label="",shape = "cisco.workgroup_switch"]; switchlana [label="",shape = "cisco.workgroup_switch"];
label = " LAN Site A"; label = " LAN Site A";
address ="192.168.1.1.x/24"; address ="192.168.1.x/24";
fw1 [address="192.168.1.1/24"]; fw1 [address="192.168.1.1/24"];
tunnel [label=" IPsec Tunnel",shape = cisco.cloud]; tunnel [label=" IPsec Tunnel",shape = cisco.cloud];
} }
@ -97,7 +97,7 @@ Site A
network LANB { network LANB {
label = " LAN Site B"; label = " LAN Site B";
address ="192.168.2.1.x/24"; address ="192.168.2.x/24";
fw2 [address="192.168.2.1/24"]; fw2 [address="192.168.2.1/24"];
tunnel [label=" IPsec Tunnel",shape = cisco.cloud]; tunnel [label=" IPsec Tunnel",shape = cisco.cloud];
switchlanb [label="",shape = "cisco.workgroup_switch"]; switchlanb [label="",shape = "cisco.workgroup_switch"];
@ -147,7 +147,7 @@ Full Network Diagram Including IPsec Tunnel
network LANA { network LANA {
switchlana [label="",shape = "cisco.workgroup_switch"]; switchlana [label="",shape = "cisco.workgroup_switch"];
label = " LAN Site A"; label = " LAN Site A";
address ="192.168.1.1.x/24"; address ="192.168.1.x/24";
fw1 [address="192.168.1.1/24"]; fw1 [address="192.168.1.1/24"];
tunnel [label=" IPsec Tunnel",shape = cisco.cloud]; tunnel [label=" IPsec Tunnel",shape = cisco.cloud];
} }
@ -166,7 +166,7 @@ Full Network Diagram Including IPsec Tunnel
network LANB { network LANB {
label = " LAN Site B"; label = " LAN Site B";
address ="192.168.2.1.x/24"; address ="192.168.2.x/24";
fw2 [address="192.168.2.1/24"]; fw2 [address="192.168.2.1/24"];
tunnel; tunnel;
switchlanb [label="",shape = "cisco.workgroup_switch"]; switchlanb [label="",shape = "cisco.workgroup_switch"];

@ -47,7 +47,7 @@ tunnel, with the following configuration:
network LANA { network LANA {
switchlana [label="",shape = "cisco.workgroup_switch"]; switchlana [label="",shape = "cisco.workgroup_switch"];
label = " LAN Site A"; label = " LAN Site A";
address ="192.168.1.1.x/24"; address ="192.168.1.x/24";
fw1 [address="192.168.1.1/24"]; fw1 [address="192.168.1.1/24"];
tunnel [label=" IPsec Tunnel",shape = cisco.cloud]; tunnel [label=" IPsec Tunnel",shape = cisco.cloud];
} }
@ -92,7 +92,7 @@ Site A
network LANB { network LANB {
label = " LAN Site B"; label = " LAN Site B";
address ="192.168.2.1.x/24"; address ="192.168.2.x/24";
fw2 [address="192.168.2.1/24"]; fw2 [address="192.168.2.1/24"];
tunnel [label=" IPsec Tunnel",shape = cisco.cloud]; tunnel [label=" IPsec Tunnel",shape = cisco.cloud];
switchlanb [label="",shape = "cisco.workgroup_switch"]; switchlanb [label="",shape = "cisco.workgroup_switch"];
@ -143,7 +143,7 @@ Full Network Diagram Including IPsec Tunnel
network LANA { network LANA {
switchlana [label="",shape = "cisco.workgroup_switch"]; switchlana [label="",shape = "cisco.workgroup_switch"];
label = " LAN Site A"; label = " LAN Site A";
address ="192.168.1.1.x/24"; address ="192.168.1.x/24";
fw1 [address="192.168.1.1/24"]; fw1 [address="192.168.1.1/24"];
tunnel [label=" IPsec Tunnel",shape = cisco.cloud]; tunnel [label=" IPsec Tunnel",shape = cisco.cloud];
} }
@ -162,7 +162,7 @@ Full Network Diagram Including IPsec Tunnel
network LANB { network LANB {
label = " LAN Site B"; label = " LAN Site B";
address ="192.168.2.1.x/24"; address ="192.168.2.x/24";
fw2 [address="192.168.2.1/24"]; fw2 [address="192.168.2.1/24"];
tunnel; tunnel;
switchlanb [label="",shape = "cisco.workgroup_switch"]; switchlanb [label="",shape = "cisco.workgroup_switch"];

@ -11,7 +11,7 @@ can access network resources in the main office.
When using the site to site example with :code:`SSL/TLS` instead of a shared key, make sure to configure "client specific overrides" When using the site to site example with :code:`SSL/TLS` instead of a shared key, make sure to configure "client specific overrides"
as well to correctly bind the remote networks to the correct client. as well to correctly bind the remote networks to the correct client.
---------------- ----------------
Before you start Before you start
---------------- ----------------
@ -53,7 +53,7 @@ tunnel, with the following configuration:
network LANA { network LANA {
switchlana [label="",shape = "cisco.workgroup_switch"]; switchlana [label="",shape = "cisco.workgroup_switch"];
label = " LAN Site A"; label = " LAN Site A";
address ="192.168.1.1.x/24"; address ="192.168.1.x/24";
fw1 [address="192.168.1.1/24"]; fw1 [address="192.168.1.1/24"];
tunnel [label=" SSLVPN Tunnel",shape = cisco.cloud]; tunnel [label=" SSLVPN Tunnel",shape = cisco.cloud];
} }
@ -98,7 +98,7 @@ Site A - Server
network LANB { network LANB {
label = " LAN Site B"; label = " LAN Site B";
address ="192.168.2.1.x/24"; address ="192.168.2.x/24";
fw2 [address="192.168.2.1/24"]; fw2 [address="192.168.2.1/24"];
tunnel [label=" SSLVPN Tunnel",shape = cisco.cloud]; tunnel [label=" SSLVPN Tunnel",shape = cisco.cloud];
switchlanb [label="",shape = "cisco.workgroup_switch"]; switchlanb [label="",shape = "cisco.workgroup_switch"];
@ -149,7 +149,7 @@ Full Network Diagram Including SSL VPN Tunnel
network LANA { network LANA {
switchlana [label="",shape = "cisco.workgroup_switch"]; switchlana [label="",shape = "cisco.workgroup_switch"];
label = " LAN Site A"; label = " LAN Site A";
address ="192.168.1.1.x/24"; address ="192.168.1.x/24";
fw1 [address="192.168.1.1/24"]; fw1 [address="192.168.1.1/24"];
tunnel [label=" SSLVPN Tunnel",shape = cisco.cloud]; tunnel [label=" SSLVPN Tunnel",shape = cisco.cloud];
} }
@ -168,7 +168,7 @@ Full Network Diagram Including SSL VPN Tunnel
network LANB { network LANB {
label = " LAN Site B"; label = " LAN Site B";
address ="192.168.2.1.x/24"; address ="192.168.2.x/24";
fw2 [address="192.168.2.1/24"]; fw2 [address="192.168.2.1/24"];
tunnel; tunnel;
switchlanb [label="",shape = "cisco.workgroup_switch"]; switchlanb [label="",shape = "cisco.workgroup_switch"];
@ -226,7 +226,7 @@ You will see the shared key, copy this and keep it safe!
Sample key: Sample key:
.. code-block:: .. code-block::
# #
# 2048 bit OpenVPN static key # 2048 bit OpenVPN static key

Loading…
Cancel
Save