Difference between revisions of "Network"
From Makers Local 256
(cleanup, adding network news, adding stuff I did tonight) |
(Added roadmap) |
||
Line 22: | Line 22: | ||
* [[user:Jimshoe | JimShoe]] | * [[user:Jimshoe | JimShoe]] | ||
* [[user:Enabrintain | Enabrintain]] | * [[user:Enabrintain | Enabrintain]] | ||
+ | |||
+ | == Road Map == | ||
+ | * Enable live migration of all VMs between 2-3 VM hosts. | ||
+ | * Replace disk in kratos with 300GB VelociRaptor. | ||
+ | * Establish VPN solution. | ||
+ | * Establish Xen management system | ||
+ | ** One of [http://www.linux-kvm.org/page/Management_Tools] most likely; Ctrl+F xen | ||
+ | * Establish general host management system | ||
+ | ** For VMs and physical boxes alike, but mostly the VMs; probably [http://ajenti.org/ Ajenti] if it's a good fit | ||
+ | * Establish non-Zimbra password-changing app. | ||
+ | ** Perhaps a general LDAP management app, to replace the ldapadmin script. | ||
+ | * Migrate from Zimbra's integrated LDAP to slapd (of some variety). | ||
+ | * Look for remaining items that depend on Zimbra, address these, and decommission Zimbra. | ||
== News == | == News == |
Revision as of 11:48, 1 July 2014
Contents[hide] |
Along with the complete overhaul of the network comes a complete overhaul of this page. As the network will have rough edges for a while, so will this page.
Networks
Description | VLAN ID | IP Space |
---|---|---|
WAN | 100 | 24.96.165.224/29 |
DMZ | 200 | 10.56.0.0/24 |
Trusted LAN | 300 | 10.56.1.0/24 |
Guest LAN | 400 | 10.56.2.0/24 |
VPN | - | - |
Delegates
Road Map
- Enable live migration of all VMs between 2-3 VM hosts.
- Replace disk in kratos with 300GB VelociRaptor.
- Establish VPN solution.
- Establish Xen management system
- One of [1] most likely; Ctrl+F xen
- Establish general host management system
- For VMs and physical boxes alike, but mostly the VMs; probably Ajenti if it's a good fit
- Establish non-Zimbra password-changing app.
- Perhaps a general LDAP management app, to replace the ldapadmin script.
- Migrate from Zimbra's integrated LDAP to slapd (of some variety).
- Look for remaining items that depend on Zimbra, address these, and decommission Zimbra.
News
Newest on top.
- router reconfigured to support adding dhcp clients' host names to its /etc/hosts, and it is therefore now responding to NS requests for these names. the fqdn is something like hfuller-pc.256.makerslocal.org. I also made one minor change to allow the switch and router to detect each other over cdp. Hfuller (talk) 01:36, 14 May 2014 (CDT)
- hfuller@router# compare
- [edit service dhcp-server]
- >hostfile-update enable
- [edit service]
- +lldp {
- + legacy-protocols {
- + cdp
- + }
- + management-address 10.56.1.1
- +}
- router (UBNT EdgeRouter Lite) updated to UBNT software version 1.4.1 to hopefully fix our dhcp issues. There are some cool new features, too. Hfuller (talk) 01:36, 14 May 2014 (CDT)