Odlingar.adoc
... ...
@@ -1,3 +1,50 @@
1 1
link:plantera_manadsvis[Att plantera månadsvis]
2 2
3
-link:plantera_logg23[Loggboken 2023]
... ...
\ No newline at end of file
0
+link:plantera_logg23[Loggboken 2023]
1
+
2
+
3
+
4
+
5
+[plantuml]
6
+----
7
+@startuml
8
+nwdiag {
9
+
10
+ network artvise {
11
+ address = "10.200.0.0/16"
12
+ p-mssql-01 [address ="10.200.0.11", shape= database];
13
+ p-msl-app01 [address = "10.200.0.71"];
14
+ p-msl-vpn01 [address ="10.200.0.70"];
15
+ p-proxy01 [ address="185.189.30.41"];
16
+ p-ad-01 [address = "10.200.0.10"];
17
+ }
18
+
19
+ network msl-sdn {
20
+ color = "palegreen"
21
+ address = "10.254.x.0/24"
22
+ p-msl-vpn01 [address ="10.254.x.10"];
23
+ p-mssql-01 [address ="10.2549.x.12", shape= database];
24
+ p-msl-app01 [address = "10.254.x.11"];
25
+ }
26
+
27
+ network public {
28
+ address = "0.0.0.0/0"
29
+ p-proxy01 [ address="185.189.30.41"];
30
+ p-msl-vpn01 [address ="185.189.30.183"];
31
+ kov-gw[address = "0.0.0.0"];
32
+ }
33
+
34
+ network msl-lan {
35
+ address ="192.168.220.0/24";
36
+ address ="172.212.1.0/24";
37
+
38
+ kov-gw[address = "0.0.0.0"];
39
+ mail[address = "192.168.220.241"];
40
+ ad[address = "192.168.220.6];
41
+
42
+ net192.168.220.0;
43
+ net172.212.1.0;
44
+ }
45
+}
46
+
47
+----
... ...
\ No newline at end of file