projects
/
pve-docs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
add missing .nwdiag images for sysadmin.adoc
[pve-docs.git]
/
images
/
node.nwdiag
1
nwdiag {
2
network cluster {
3
address = "210.x.x.x/24"
4
eth0;
5
}
6
network vmbr0 {
7
address = "210.x.x.1"
8
eth0;
9
VM-100 [ address = "210.x.x.10"];
10
VM-101 [ address = "210.x.x.11"];
11
CT-200 [ address = "210.x.x.12"];
12
group node-01 {
13
eth0;
14
VM-100;
15
VM-101;
16
CT-200;
17
}
18
}
19
}