Difference between revisions of "Network/Trusted LAN"

From Makers Local 256
Jump to: navigation, search
(Creating sub page for wired)
 
(Made some updates to the network)
Line 8: Line 8:
  
 
==Logical Map==
 
==Logical Map==
 +
Last Updated: [[User:Jimshoe|Jimshoe]] ([[User talk:Jimshoe|talk]]) 10:05, 14 November 2013 (CST)
 
<graphviz caption='Logical Map' alt='Logical Map' format='png'>
 
<graphviz caption='Logical Map' alt='Logical Map' format='png'>
 
graph LogicalMap {
 
graph LogicalMap {
Line 17: Line 18:
 
   "The Internet" -- gateway_eth0
 
   "The Internet" -- gateway_eth0
 
   subgraph cluster_gateway {
 
   subgraph cluster_gateway {
       label = "Gateway"
+
       label = "Gateway/Zabbix\n10.56.0.1"
 
       URL = "Network/Gateway"
 
       URL = "Network/Gateway"
 
       gateway_eth0 [label="eth0\n74.95.48.249"]
 
       gateway_eth0 [label="eth0\n74.95.48.249"]
Line 30: Line 31:
  
 
   subgraph cluster_kratos {
 
   subgraph cluster_kratos {
       label = "kratos"
+
       label = "VM Host"
 
       URL = "Network/Kratos"
 
       URL = "Network/Kratos"
 
       kratos_eth0 [shape="box", label="eth0\n10.56.0.2"]
 
       kratos_eth0 [shape="box", label="eth0\n10.56.0.2"]
Line 37: Line 38:
  
 
   subgraph cluster_web {
 
   subgraph cluster_web {
       label = "web"
+
       label = "Web"
 
       URL = "Network/Web"
 
       URL = "Network/Web"
 
       web_eth0 [shape="box", label="eth0\n10.56.0.3"]
 
       web_eth0 [shape="box", label="eth0\n10.56.0.3"]
Line 44: Line 45:
  
 
   subgraph cluster_mail {
 
   subgraph cluster_mail {
       label = "mail"
+
       label = "Mail"
 
       URL = "Network/Mail"
 
       URL = "Network/Mail"
 
       mail_eth0 [shape="box", label="eth0\n10.56.0.4"]
 
       mail_eth0 [shape="box", label="eth0\n10.56.0.4"]
 
   }
 
   }
 
   gateway_eth1 -- mail_eth0
 
   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 {
 
   subgraph cluster_backup {
       label = "backup"
+
       label = "Backup"
 
       URL = "Network/Backup"
 
       URL = "Network/Backup"
 
       backup_eth0 [shape="box", label="eth0\n10.56.0.7"]
 
       backup_eth0 [shape="box", label="eth0\n10.56.0.7"]
Line 65: Line 59:
  
 
   subgraph cluster_zimbra {
 
   subgraph cluster_zimbra {
       label = "zimbra"
+
       label = "Zimbra"
 
       URL = "Network/Zimbra"
 
       URL = "Network/Zimbra"
 
       zimbra_eth0 [shape="box", label="eth0\n10.56.0.8"]
 
       zimbra_eth0 [shape="box", label="eth0\n10.56.0.8"]
Line 71: Line 65:
 
   gateway_eth1 -- zimbra_eth0
 
   gateway_eth1 -- zimbra_eth0
  
   subgraph cluster_webcam {
+
   subgraph cluster_asterisk {
       label = "webcam"
+
       label = "Asterisk"
       URL = "Network/Webcam"
+
       URL = "Network/Asterisk"
       webcam_eth0 [shape="box", label="10.56.1.2"]
+
       zimbra_eth0 [shape="box", label="eth0\n10.56.0.9"]
 
   }
 
   }
   gateway_eth2 -- webcam_eth0
+
   gateway_eth1 -- zimbra_eth0
  
   subgraph cluster_webcambox {
+
   subgraph cluster_lobby_webcam {
       label = "webcambox"
+
       label = "Lobby Cam"
       URL = "Network/Webcambox"
+
       lcam_eth0 [shape="box", label="10.56.1.2"]
      webcambox_eth0 [shape="box", label="10.56.1.3"]
+
 
   }
 
   }
   gateway_eth2 -- webcambox_eth0
+
   gateway_eth2 -- lcam_eth0
  
   subgraph cluster_aa50 {
+
   subgraph cluster_fdoor_webcam {
       label = "aa50"
+
       label = "FDoor Cam"
       URL = "Network/PBX"
+
       fcam_eth0 [shape="box", label="10.56.1.4"]
      aa50_eth0 [shape="box", label="10.56.1.4"]
+
 
   }
 
   }
   gateway_eth2 -- aa50_eth0
+
   gateway_eth2 -- fcam_eth0
  
   subgraph cluster_roma {
+
   subgraph cluster_Door {
       label = "roma"
+
       label = "Door"
       URL = "Network/Roma"
+
       URL = "USB_Auth"
       roma_eth0 [shape="box", label="10.56.1.5"]
+
       door_eth0 [shape="box", label="10.56.1.5"]
 
   }
 
   }
   gateway_eth2 -- roma_eth0
+
   gateway_eth2 -- door_eth0
  
 
   subgraph cluster_optra {
 
   subgraph cluster_optra {
       label = "optra"
+
       label = "Printer"
 
       URL = "Make_Shop_Printer"
 
       URL = "Make_Shop_Printer"
 
       optra_eth0 [shape="box", label="10.56.1.6"]
 
       optra_eth0 [shape="box", label="10.56.1.6"]
Line 106: Line 98:
 
   gateway_eth2 -- optra_eth0
 
   gateway_eth2 -- optra_eth0
  
 +
  subgraph cluster_Change {
 +
      label = "Change Machine"
 +
      URL = "Cash-Caching_Automaton"
 +
      change_eth0 [shape="box", label="10.56.1.51"]
 +
  }
 +
  gateway_eth2 -- change_eth0
 
}
 
}
  

Revision as of 11:05, 14 November 2013

Architecture

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

Last Updated: Jimshoe (talk) 10:05, 14 November 2013 (CST)

Physical Map

Troubleshooting