Skip to content
Snippets Groups Projects
Verified Commit e18858f6 authored by anarcat's avatar anarcat
Browse files

design a network topology for the quintex pop

parent 8401f749
No related branches found
No related tags found
No related merge requests found
howto/quintex/simplecloud.png

4.42 KiB

digraph quintex {
label="Quintex PoP network topology proposal 1, January 2023\nOOB: Out Of Band management network\nVPN: bastion host Virtual Private Network"
internet [ image="simplecloud.png" shape=none ]
subgraph clusterhosts {
label = "server\ndal-node-NN"
labeljust=r
host_public [ shape=box label="eth0\npublic"]
host_storage [ shape=box label="eth1\nstorage"]
//host_mgmt [ shape=box label="eth2\nmanagement"]
host_idrac [ shape=box label="ethX\nOOB"]
}
bastion [ shape=box label="VPN" ]
vlan82 [ label="VLAN 82\n204.8.99.0/24\npublic" ]
vlan801 [ label="VLAN 801\n172.30.1X0.0/24\nstorage" ]
vlan802 [ label="VLAN 802\n172.30.1Y0.0/24\nOOB" ]
internet -> vlan82 -> bastion [ label="Wireguard/IPSec" ]
bastion -> vlan802
vlan802 -> host_idrac [ label="HTTP(S)" ]
bastion -> vlan801
vlan801 -> host_storage [ label="DHCP\nPXE" ]
vlan82 -> host_public
}
howto/quintex/topology.png

75 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment