LAB.adoc
... ...
@@ -1,6 +1,7 @@
1 1
@startuml
2
-Alice -> Bob: Authentication Request
3
-Bob --> Alice: Authentication Response
4
-Alice -> Bob: Another authentication Request
5
-Alice <-- Bob: another authentication Response
2
+nwdiag {
3
+ network dmz {
4
+ address = "210.x.x.x/24"
5
+ }
6
+}
6 7
@enduml
... ...
\ No newline at end of file