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