Skip to content

Commit 44300ce

Browse files
author
root
committed
Commit-Nachricht
1 parent e43cf62 commit 44300ce

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

schematic_representation.diag

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
nwdiag {
22
Internet [shape = cloud];
3-
Internet -- router;
3+
Internet -- Router;
44

5-
network ISP {
6-
router;
5+
network internal_1 {
6+
Router;
77
Raspberry-PI;
88
}
9-
network internal {
9+
network internal_2 {
10+
address = "192.168.2.x/24"
1011
Raspberry-PI;
11-
Host_01;
12-
Host_02;
12+
Host_01 [address = "192.168.2.100"];
13+
Host_02 [address = "192.168.2.101"];
1314
}
1415
}

schematic_representation.png

600 Bytes
Loading

0 commit comments

Comments
 (0)