add new example, rework yaml

This commit is contained in:
2026-03-17 02:12:57 +03:00
parent 94e635e9f3
commit 31611cbbeb
3 changed files with 20 additions and 26 deletions
+6
View File
@@ -0,0 +1,6 @@
Name,Role,Adapter,Interface,Network,Network IP,Mask,Device IP,Default Gateway
PC1,Host,Adapter1,uplink,main,10.0.12.0,/24,10.0.12.1,0.0.0.0
PC1,Host,,lo,,127.0.0.0,/8,127.1.1.1,
PC2,Host,Adapter1,uplink,main,10.0.12.0,/24,10.0.12.2,0.0.0.0
PC3,Host,Adapter1,uplink,main,10.0.12.0,/24,10.0.12.3,0.0.0.0
1 Name Role Adapter Interface Network Network IP Mask Device IP Default Gateway
2 PC1 Host Adapter1 uplink main 10.0.12.0 /24 10.0.12.1 0.0.0.0
3 PC1 Host lo 127.0.0.0 /8 127.1.1.1
4 PC2 Host Adapter1 uplink main 10.0.12.0 /24 10.0.12.2 0.0.0.0
5 PC3 Host Adapter1 uplink main 10.0.12.0 /24 10.0.12.3 0.0.0.0