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 {
switchlan [label="",shape = "cisco.workgroup_switch"];
label = " LAN";
address ="192.168.1.1.x/24";
address ="192.168.1.x/24";
fw1 [address="192.168.1.1/24"];
}

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

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

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

Loading…
Cancel
Save