Difference between revisions of "Network"

From Makers Local 256
Jump to: navigation, search
m (Added troubleshooting chart with should stay current and near the servers)
m (Logical Map: that was just ugly, this is why we have tables)
Line 34: Line 34:
 
       web_eth0 [shape="box", label="eth0\n10.56.0.3"]
 
       web_eth0 [shape="box", label="eth0\n10.56.0.3"]
 
   }
 
   }
   gateway_eth1 -- web_eth0 [label="any:any->self:80\nany:any->self:443\nself:any->any:80\nself:any->any:443\nself:any->zimbra:25"]
+
   gateway_eth1 -- web_eth0
  
 
   subgraph cluster_zimbra {
 
   subgraph cluster_zimbra {
Line 41: Line 41:
 
       zimbra_eth0 [shape="box", label="eth0\n10.56.0.4"]
 
       zimbra_eth0 [shape="box", label="eth0\n10.56.0.4"]
 
   }
 
   }
   gateway_eth1 -- zimbra_eth0 [label="any:any->self:25\nself:any->any:25\nany:any->self:465\nweb:any->self:80"]
+
   gateway_eth1 -- zimbra_eth0
 
}
 
}
  

Revision as of 13:03, 25 March 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