Difference between revisions of "Network"

From LVL1
Jump to navigation Jump to search
Line 11: Line 11:
 
** Any IP that starts with 10.0.1 is a dynamic wired IP
 
** Any IP that starts with 10.0.1 is a dynamic wired IP
 
** Any IP that starts with 10.0.2 is a dynamic wireless client
 
** Any IP that starts with 10.0.2 is a dynamic wireless client
 +
* The wireless access point comes directly off the pfSense box and does not pass through the switches in the rack.  This just eliminates a few points of failure.
 +
* Spanning tree is enabled (with portfast) and bpdu guard.  If you create a loop the ports will get disabled.  Telnet into the appropriate switch to re-enable it.  All ports are labeled. 
 +
** For example: A7 = port 7 on switch A.  If it is disabled:
 +
<pre>telnet switch-a.lvl1.lan
 +
conf t
 +
int 7
 +
enable</pre>
  
 
'''Internet Service graciously provided by http://bluegrass.net'''
 
'''Internet Service graciously provided by http://bluegrass.net'''

Revision as of 23:17, 23 August 2014


Lvl1 qr header.png
Network&.png
Network

Lvl1-network.png

Misc

  • We have standards now! Please do not add hodgepodge stuff to our network infrastructure. Please see parts list below.
  • There are two subnets, 10.0.0.0/23 for wired clients and 10.0.2.0/24 for wireless. The DHCP pool takes exactly 10.0.1.0/24
  • What this means in laymans terms:
    • Any IP that starts with 10.0.0 is a static IP
    • Any IP that starts with 10.0.1 is a dynamic wired IP
    • Any IP that starts with 10.0.2 is a dynamic wireless client
  • The wireless access point comes directly off the pfSense box and does not pass through the switches in the rack. This just eliminates a few points of failure.
  • Spanning tree is enabled (with portfast) and bpdu guard. If you create a loop the ports will get disabled. Telnet into the appropriate switch to re-enable it. All ports are labeled.
    • For example: A7 = port 7 on switch A. If it is disabled:
telnet switch-a.lvl1.lan
conf t
int 7
enable

Internet Service graciously provided by http://bluegrass.net

Internet IPs

  • 216.135.94.120/29 (LVL1 IPs)
  • 216.135.94.121 (bluegrass.net gateway)
  • 216.135.64.2 (bluegrass.net DNS 1)
  • 216.135.64.3 (bluegrass.net DNS 2)

Subnets

  • Wired: 10.0.0.0/23
    • DHCP Pool: 10.0.1.0/24
    • all static IPs should be between 10.0.0.1 and 10.0.0.255
  • Wireless: 10.0.2.0/24

Parts

Back to Space