Difference between revisions of "Network"

From Makers Local 256
Jump to: navigation, search
(moved information to correct page)
(split up some info into sub pages)
Line 1: Line 1:
 
{{TOCRight}}
 
{{TOCRight}}
 
'''This is still in planning stages'''
 
'''This is still in planning stages'''
= Network Delegates =  
+
== Networks ==
* Jimshoe
+
* [[Network/Wireless | Wireless]]
* Enabrintain
+
* [[Network/Wired | Wired]]
* Brimstone
+
* [[Network/VPN | VPN]]
  
= Network Updgrade=  
+
== Network Delegates ==  
 +
* [[user:brimstone | brimstone]]
 +
* [[user:Jimshoe | JimShoe]]
 +
* [[user:Enabrintain | Enabrintain]]
  
==Overview==
+
== Network Updgrade ==
 +
 
 +
=== Overview ===
 
The shop's network has been increasingly flakey.  One example is the Makers Local SSID going up and down.  Current theory is that we need to replace our wireless equipment
 
The shop's network has been increasingly flakey.  One example is the Makers Local SSID going up and down.  Current theory is that we need to replace our wireless equipment
  
== Procurement Resources ==
+
=== Procurement Resources ===
 
* Request Adtran to donate some of their wireless access points
 
* Request Adtran to donate some of their wireless access points
 
** NV160 access points, and then all of [the] bluesocket lines
 
** NV160 access points, and then all of [the] bluesocket lines
Line 17: Line 22:
 
** Enabrintain - $30
 
** Enabrintain - $30
  
== Installation Resources ==  
+
=== Installation Resources ===  
 
*  The networking delegates
 
*  The networking delegates
 
= VPN Access =
 
== Acquiring ==
 
# Request VPN account from networking guys
 
#* Will require secure keys \ tokens \ credentials
 
 
= Architecture =
 
 
==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==
 
<graphviz caption='Logical Map' alt='Logical Map' format='png'>
 
graph LogicalMap {
 
  graph [rankdir=TB]
 
  node [shape="box"]
 
  { node [shape="oval"]
 
      "The Internet" "wired clients" "wireless clients" "vpn clients"
 
  }
 
  "The Internet" -- gateway_eth0
 
  subgraph cluster_gateway {
 
      label = "Gateway"
 
      URL = "Network/Gateway"
 
      gateway_eth0 [label="eth0\n74.95.48.249"]
 
      gateway_eth1 [label="eth1\n10.56.0.1"]
 
      gateway_eth2 [label="eth2\n10.56.1.1"]
 
      gateway_eth3 [label="eth3\n10.56.2.1"]
 
      gateway_tun0 [label="tun0\n10.56.3.1"]
 
  }
 
  gateway_eth2 -- "wired clients"
 
  gateway_eth3 -- "wireless clients"
 
  gateway_tun0 -- "vpn clients"
 
 
  subgraph cluster_kratos {
 
      label = "kratos"
 
      URL = "Network/Kratos"
 
      kratos_eth0 [shape="box", label="eth0\n10.56.0.2"]
 
  }
 
  gateway_eth1 -- kratos_eth0
 
 
  subgraph cluster_web {
 
      label = "web"
 
      URL = "Network/Web"
 
      web_eth0 [shape="box", label="eth0\n10.56.0.3"]
 
  }
 
  gateway_eth1 -- web_eth0
 
 
  subgraph cluster_mail {
 
      label = "mail"
 
      URL = "Network/Mail"
 
      mail_eth0 [shape="box", label="eth0\n10.56.0.4"]
 
  }
 
  gateway_eth1 -- mail_eth0
 
 
  subgraph cluster_ldap {
 
      label = "ldap"
 
      URL = "Network/Ldap"
 
      ldap_eth0 [shape="box", label="eth0\n10.56.0.5"]
 
  }
 
  gateway_eth1 -- ldap_eth0
 
 
  subgraph cluster_backup {
 
      label = "backup"
 
      URL = "Network/Backup"
 
      backup_eth0 [shape="box", label="eth0\n10.56.0.7"]
 
  }
 
  gateway_eth1 -- backup_eth0
 
 
  subgraph cluster_zimbra {
 
      label = "zimbra"
 
      URL = "Network/Zimbra"
 
      zimbra_eth0 [shape="box", label="eth0\n10.56.0.8"]
 
  }
 
  gateway_eth1 -- zimbra_eth0
 
 
  subgraph cluster_webcam {
 
      label = "webcam"
 
      URL = "Network/Webcam"
 
      webcam_eth0 [shape="box", label="10.56.1.2"]
 
  }
 
  gateway_eth2 -- webcam_eth0
 
 
  subgraph cluster_webcambox {
 
      label = "webcambox"
 
      URL = "Network/Webcambox"
 
      webcambox_eth0 [shape="box", label="10.56.1.3"]
 
  }
 
  gateway_eth2 -- webcambox_eth0
 
 
  subgraph cluster_aa50 {
 
      label = "aa50"
 
      URL = "Network/PBX"
 
      aa50_eth0 [shape="box", label="10.56.1.4"]
 
  }
 
  gateway_eth2 -- aa50_eth0
 
 
  subgraph cluster_roma {
 
      label = "roma"
 
      URL = "Network/Roma"
 
      roma_eth0 [shape="box", label="10.56.1.5"]
 
  }
 
  gateway_eth2 -- roma_eth0
 
 
  subgraph cluster_optra {
 
      label = "optra"
 
      URL = "Make_Shop_Printer"
 
      optra_eth0 [shape="box", label="10.56.1.6"]
 
  }
 
  gateway_eth2 -- optra_eth0
 
 
}
 
 
</graphviz>
 
 
==Physical Map==
 
<graphviz caption='Physical Map' alt='Physical Map' format='png'>
 
graph PhysicalMap {
 
        graph [rankdir = "LR"];
 
 
        switch    [shape=box, label="Cisco Switch 2950XL"];
 
        xenhost    [shape=box, label="Whitebox xen host"];
 
        fon        [shape=box, label="La Fonera AP"];
 
        modem      [shape=box, label="Comcast Cable Modem"];
 
        library    [shape=box, label="Library"];
 
        webcambox  [shape=box, label="Webcam box"];
 
        roma      [shape=box, label="Door laptop"];
 
        webcam    [shape=box, label="Linksys Webcam"];
 
        cisco      [shape=box, label="Cisco 2950"];
 
        aa50      [shape=box, label="Asterisk Appliance 50"];
 
        optracolor [shape=box, label="Lexmark Optracolor 1200"];
 
 
        switch -- xenhost    [label="port 1"];
 
        switch -- fon        [label="port 2"];
 
        switch -- modem      [label="port 3"];
 
        switch -- library    [label="port 4"];
 
        switch -- webcambox  [label="port 5"];
 
        switch -- roma      [label="port 6"];
 
        switch -- webcam    [label="port 7"];
 
        switch -- cisco      [label="port 8"];
 
        switch -- aa50      [label="port 9"];
 
        switch -- optracolor [label="port 10"];
 
}
 
</graphviz>
 
 
==Troubleshooting==
 
<graphviz caption='Troubleshooting' alt='Troubleshooting' format='png'>
 
digraph NetworkTroubleshooting {
 
overlap=false
 
label="Internet Troubleshooting Flowchart\nPrinted on 2010-03-17"
 
fontsize=14;
 
 
node1 [shape=box,      label="The wifi is broken."];
 
node2 [shape=diamond,  label="Does the website work\nexternally?"];
 
node3 [shape=diamond,  label="Is the xen host on?"];
 
node4 [shape=box,      label="Unplug the AP for 30 seconds."];
 
node5 [shape=box,      label="Disconnect the cable modem's\nPSU from the wall for 2 minutes."];
 
node6 [shape=box,      label="Notify Matt(brimstone)."];
 
node7 [shape=box,      label="Turn on the xen host."];
 
node1->node2;
 
node2->node3 [ label = "no" ];
 
node2->node4 [ label = "yes" ];
 
node3->node5 [ label = "yes" ];
 
node3->node7 [ label = "no" ];
 
node4->node6 [ label = "still broken" ];
 
node5->node6 [ label = "still broken" ];
 
node7->node6 [ label = "still broken" ];
 
 
}
 
</graphviz>
 

Revision as of 14:39, 13 June 2013

This is still in planning stages

Networks

Network Delegates

Network Updgrade

Overview

The shop's network has been increasingly flakey. One example is the Makers Local SSID going up and down. Current theory is that we need to replace our wireless equipment

Procurement Resources

  • Request Adtran to donate some of their wireless access points
    • NV160 access points, and then all of [the] bluesocket lines
  • Crowd Funding
    • Enabrintain - $30

Installation Resources

  • The networking delegates