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