User Tools

Site Tools


rack:rack_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rack:rack_setup [2024/11/22 21:46] steverack:rack_setup [2024/11/29 13:25] (current) steve
Line 1: Line 1:
 Just basic stuff, I'll flesh this out as I go along; Just basic stuff, I'll flesh this out as I go along;
 +/**
 +<graphviz dot 900 1000>
 +digraph g {
 +    
 +    size=7;
 +    labelloc="b"
 +    edge [dir=both];
 +    label="Reisenfeld High Level Network Diagram"
 +    graph[rankdir="LR"];
 +    "internet" [
 +        label="A Series of Tubes"
 +        shape = "record"
 +    ];
 +
 +    subgraph cluster_remoteOffices {
 +        label="Remote Offices' Network Layout";
 +        node[shape="record"];
 +            
 +        "LinuxMachine" [label="Linux File Server |10.70.x.5"];
 +        "documentPrinter" [label="Document Printer |10.70.x.10-18"];
 +        "checkPrinter" [label="Check Printer|10.70.x.20-28"];
 +        "windowsMachines" [label="Windows Machines |10.70.x.128-254"];
 +        "remoteGateway" [label="Remote Gateway |10.70.x.1/24"];
 +        "actualOffices" [
 +            shape="plaintext"
 +            label=<
 +            <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
 +                <TR><TD COLSPAN="2">Actual Offices</TD></TR>
 +                <TR><TD>Parkway Title       </TD><TD>"10.70.1.x" </TD></TR>
 +                <TR><TD>Indianapolis        </TD><TD>"10.70.2.x" </TD></TR>
 +                <TR><TD>Cleveland           </TD><TD>"10.70.3.x" </TD></TR>
 +                <TR><TD>Ashland             </TD><TD>"10.70.4.x" </TD></TR>
 +                <TR><TD>Sharon Workman      </TD><TD>"10.70.5.x" </TD></TR>
 +                <TR><TD>Huntington          </TD><TD>"10.70.6.x" </TD></TR>
 +                <TR><TD>Rivertowne          </TD><TD>"10.70.7.x" </TD></TR>
 +                <TR><TD>Redhawk Title       </TD><TD>"10.70.8.x" </TD></TR>
 +                <TR><TD>Columbus            </TD><TD>"10.70.9.x" </TD></TR>
 +                <TR><TD>Lynn Jennings-Smith </TD><TD>"10.70.12.x" </TD></TR>
 +                <TR><TD>Tandem Title        </TD><TD>"10.70.13.x" </TD></TR>
 +            </TABLE>
 +            >];
 +            
 +            
 +            rank=same {actualOffices remoteGateway};
 +            rank=same {LinuxMachine documentPrinter checkPrinter windowsMachines};
 +    };
 +
 +        subgraph cluster_reisenfeldNetwork {
 +            
 +            label = "Main Office"
 +            node[shape="record"];
 +            firewall [label="Sophos Firewall | 10.50.101.1"];
 +            serverNet [label="Server Network | 10.50.101.1/24"];
 +            DMZ [label="DMZ Network | 192.168.20.5/24"];
 +            userNet [label="Reisenfeld User Network | 10.60.20.1/24"];
 +            mailroom [label="Mailroom Network | 10.60.100.1/24"];
 +            sojo [label="Sojourner's Title | 10.60.30.1/24"];
 +            switchStack [label="Switch Stack | 10.50.101.254"];
 +            subgraph cluster_wifi {
 +                label="WiFi"
 +                molly [label="Molly WiFi | 10.1.60.1/24"];
 +                green [label="Green WiFi|10.50.80.1/24"];
 +                yellow [label="Yellow WiFi|172.16.29.1/24"];
 +                red[label="Red WiFi|172.16.30.1/24"];
 +            };
 +        };
 +        subgraph cluster_dr {
 +            label = "Disaster Recovery Site"
 +            node[shape="record"];
 +            drGateway [label = "DR Gateway | 10.50.250.4/24"];
 +            
 +            
 +        };
 +    {userNet mailroom sojo serverNet} -> switchStack;
 +    switchStack -> firewall  -> internet [weight=10];
 +    molly -> internet[weight=0];
 +    {green yellow red} -> firewall;
 +    DMZ -> firewall [constraint=false];
 +    {LinuxMachine documentPrinter checkPrinter windowsMachines} -> remoteGateway -> internet;
 +    drGateway -> internet;
 +    
 +    
 +    
 +}
 +</graphviz>
 +**/
  
 {{ :rack:cctk-linux-2.2.1-142.tar.gz |Dell Client Configuration Tool Kit for Linux 2.2.1-142 RPM }} \\ {{ :rack:cctk-linux-2.2.1-142.tar.gz |Dell Client Configuration Tool Kit for Linux 2.2.1-142 RPM }} \\
 {{ :rack:command-configure_4.11.0-6.ubuntu22_amd64.tar.gz |Dell Client Configuration Tool Kit for Ubuntu 22 4.11.0-6}}\\ {{ :rack:command-configure_4.11.0-6.ubuntu22_amd64.tar.gz |Dell Client Configuration Tool Kit for Ubuntu 22 4.11.0-6}}\\
 [[Dell BIOS Config]] [[Dell BIOS Config]]
rack/rack_setup.1732311968.txt.gz · Last modified: by steve