Difference between revisions of "Network"

From Makers Local 256
Jump to: navigation, search
m (Beginning of restructuring since network upgrade has happened.)
(cleanup, adding network news, adding stuff I did tonight)
Line 18: Line 18:
 
|}
 
|}
  
=== Static IPs ===
+
== Delegates ==  
* Omegix claims dibs on the next open static IP.  --[[User:Omegix|Omegix]] ([[User talk:Omegix|talk]]) 10:42, 14 June 2013 (CDT)
+
* [[user:hfuller | hfuller]]
 
+
== Network Delegates ==  
+
* [[user:brimstone | brimstone]]
+
 
* [[user:Jimshoe | JimShoe]]
 
* [[user:Jimshoe | JimShoe]]
 
* [[user:Enabrintain | Enabrintain]]
 
* [[user:Enabrintain | Enabrintain]]
  
== Network Upgrade ==
+
== News ==
 
+
Newest on top.
=== Overview ===
+
* 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. [[User:Hfuller|Hfuller]] ([[User talk:Hfuller|talk]]) 01:36, 14 May 2014 (CDT)
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
+
** hfuller@router# compare
 
+
** [edit service dhcp-server]
=== Procurement Resources ===
+
** >hostfile-update enable
* Request Adtran to donate some of their wireless access points
+
** [edit service]
** NV160 access points, and then all of [the] bluesocket lines
+
** +lldp {
*Buy the access point that was used at the Lan Party 2013?
+
** +    legacy-protocols {
**Pakedge W6 - $300 with shipping
+
** +        cdp
* Crowd Funding
+
** +    }
** Enabrintain - $30
+
** +    management-address 10.56.1.1
** RAMGarden - $35
+
** +}
** Omegix - $30
+
* 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. [[User:Hfuller|Hfuller]] ([[User talk:Hfuller|talk]]) 01:36, 14 May 2014 (CDT)
** [[User:Missscarlet|MissScarlet]] - $30
+
** Nolan Cash - $60
+
 
+
=== Installation Resources ===
+
* The networking delegates
+
 
+
=== Notes and Ideas ===
+
* --[[User:Ramgarden|Ramgarden]] ([[User talk:Ramgarden|talk]]) 11:17, 14 June 2013 (CDT) Do we need to take a high level look at the topology of the network and start over with all new hardware?  Has anyone created a network diagram including each piece of hardware yet?  If not I would like to volunteer to create this to help with planning and designing the network upgrades.
+

Revision as of 01:36, 14 May 2014

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

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)