Difference between revisions of "Network"

From Makers Local 256
Jump to: navigation, search
m (Physical Map: first rev, needs to be sorted)
m (Physical Map: sorted)
Line 85: Line 85:
 
<graphviz caption='Physical Map' alt='Physical Map' format='png'>
 
<graphviz caption='Physical Map' alt='Physical Map' format='png'>
 
graph PhysicalMap {
 
graph PhysicalMap {
         modem   [shape=box,     label="Comcast Cable Modem"];
+
         modem     [shape=box, label="Comcast Cable Modem"];
         xenhost [shape=box,     label="Whitebox xen host"];
+
         xenhost   [shape=box, label="Whitebox xen host"];
         switch [shape=box,     label="Cisco Switch"];
+
         switch     [shape=box, label="Cisco Switch"];
         fon     [shape=box,     label="La Fonera AP"];
+
         fon       [shape=box, label="La Fonera AP"];
         webcam [shape=box,     label="Linksys Webcam"];
+
         webcam     [shape=box, label="Linksys Webcam"];
         webcambox       [shape=box,     label="Webcam box"];
+
         webcambox [shape=box, label="Webcam box"];
         aa50   [shape=box,     label="Asterisk Appliance 50"];
+
         aa50       [shape=box, label="Asterisk Appliance 50"];
         optracolor     [shape=box,     label="Lexmark Optracolor 1200"];
+
         optracolor [shape=box, label="Lexmark Optracolor 1200"];
         roma   [shape=box,     label="Door laptop"];
+
         roma       [shape=box, label="Door laptop"];
         cisco [shape=box,     label="Cisco 2950"];
+
         cisco     [shape=box, label="Cisco 2950"];
         library[shape=box,     label="Library"];
+
         library   [shape=box, label="Library"];
         loft   [shape=box,     label="Loft"];
+
         loft       [shape=box, label="Loft"];
  
         switch -- modem [label="port 22"];
+
         switch -- library    [label="port 3"];
         switch -- xenhost [label="port 21"];
+
         switch -- aa50      [label="port 4"];
         switch -- fon [label="port 19"];
+
         switch -- webcambox  [label="port 5"];
         switch -- webcam [label="port 9"];
+
         switch -- webcam     [label="port 9"];
         switch -- webcambox [label="port 5"];
+
         switch -- roma      [label="port 10"];
         switch -- aa50 [label="port 4"];
+
         switch -- cisco      [label="port 11"];
 
         switch -- optracolor [label="port 12"];
 
         switch -- optracolor [label="port 12"];
         switch -- roma [label="port 10"];
+
         switch -- loft      [label="port 18"];
         switch -- cisco [label="port 11"];
+
         switch -- fon        [label="port 19"];
         switch -- library [label="port 3"];
+
         switch -- xenhost    [label="port 21"];
         switch -- loft [label="port 18"];
+
         switch -- modem      [label="port 22"];
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 15:22, 3 April 2010

This is still in planning stages

Goals

  1. Facilitate members' access to information easily for the member
  2. Keep maintenance simple
  3. Promote collaboration between members
  4. Prevent abuse of the network that would interfere with the above and any 3rd party legal agreements

Logical Map

Physical Map

Troubleshooting