Difference between revisions of "Network"
From Makers Local 256
m (→Logical Map: that was just ugly, this is why we have tables) |
m (→Physical Map: Added first rev of physical network map) |
||
Line 47: | Line 47: | ||
==Physical Map== | ==Physical Map== | ||
+ | <graphviz caption='Physical Map' alt='Physical Map' format='png'> | ||
+ | graph PhysicalMap { | ||
+ | modem [shape=box, label="Comcast Cable Modem"]; | ||
+ | xenhost [shape=box, label="Whitebox xen host"]; | ||
+ | switch [shape=box, label="Cisco Switch"]; | ||
+ | fon [shape=box, label="La Fonera AP"]; | ||
+ | webcam [shape=box, label="Linksys Webcam"]; | ||
+ | webcambox [shape=box, label="Webcam box"]; | ||
+ | switch -- modem; | ||
+ | switch -- xenhost; | ||
+ | switch -- fon; | ||
+ | switch -- webcam; | ||
+ | switch -- webcambox; | ||
+ | } | ||
+ | </graphviz> | ||
+ | |||
==Troubleshooting== | ==Troubleshooting== | ||
<graphviz caption='Troubleshooting' alt='Troubleshooting' format='png'> | <graphviz caption='Troubleshooting' alt='Troubleshooting' format='png'> |
Revision as of 13:12, 25 March 2010
This is still in planning stages
Contents
[hide]Goals
- Facilitate members' access to information easily for the member
- Keep maintenance simple
- Promote collaboration between members
- Prevent abuse of the network that would interfere with the above and any 3rd party legal agreements
Logical Map
Physical Map
Troubleshooting