Difference between revisions of "Network"
From Makers Local 256
m (pushed the TOC over) |
m (→Logical Map: updated hosts) |
||
Line 29: | Line 29: | ||
gateway_eth3 -- "wireless clients" | gateway_eth3 -- "wireless clients" | ||
gateway_tun0 -- "vpn 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 { | subgraph cluster_web { | ||
Line 36: | Line 43: | ||
} | } | ||
gateway_eth1 -- web_eth0 | 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_fileserver { | ||
+ | label = "fileserver" | ||
+ | URL = "Network/Fileserver" | ||
+ | fileserver_eth0 [shape="box", label="eth0\n10.56.0.6"] | ||
+ | } | ||
+ | gateway_eth1 -- fileserver_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 { | subgraph cluster_zimbra { | ||
label = "zimbra" | label = "zimbra" | ||
URL = "Network/Zimbra" | URL = "Network/Zimbra" | ||
− | zimbra_eth0 [shape="box", label="eth0\n10.56.0. | + | zimbra_eth0 [shape="box", label="eth0\n10.56.0.8"] |
} | } | ||
gateway_eth1 -- zimbra_eth0 | gateway_eth1 -- zimbra_eth0 |
Revision as of 14:53, 3 April 2010
Contents[hide] |
This is still in planning stages
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