]> git.proxmox.com Git - pve-docs.git/blob - images/node.nwdiag
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 }