Difference between revisions of "Bloominglabs Network"

From Bloominglabs
Jump to: navigation, search
(Created page with "This is information pertaining to the physical network that resides inside Bloominglabs. == DHCP == Both our wifi and our hardline have DHCP available. Currently there is a ...")
 
Line 6: Line 6:
  
  
== Setting your box up with a Static IP ==
+
== Setting up a Static IP ==
 
Static IP's should be placed below 192.168.1.125. Use these settings:
 
Static IP's should be placed below 192.168.1.125. Use these settings:
  
Line 14: Line 14:
  
 
Last but not least, please drop the members mailing list a note so others don't stumble over your handiwork.
 
Last but not least, please drop the members mailing list a note so others don't stumble over your handiwork.
 +
 +
 +
== NTP and Syslog ==
 +
We have an ntp server, add this to /etc/ntp.conf and restart your ntpd:
 +
<pre>
 +
server 192.168.1.2
 +
</pre>
 +
 +
You may also wish to add this to your /etc/ntpd.conf to prevent abuse of your box:
 +
<pre>
 +
# Prevent participation in DDOS attacks.
 +
disable monitor
 +
# noquery bans all status queries if needed
 +
# noquery
 +
</pre>
 +
 +
Syslog can be sent to this box:
 +
<pre>
 +
192.168.1.7
 +
</pre>
  
  
Line 29: Line 49:
 
* [https://192.168.1.2:8888/reports/dhcpclients.html https://192.168.1.2:8888/reports/dhcpclients.html]
 
* [https://192.168.1.2:8888/reports/dhcpclients.html https://192.168.1.2:8888/reports/dhcpclients.html]
  
 +
 +
== Switches ==
 +
We have a 48 port Cisco switch in the server closet. There is also a 16 port HP switch on the office table, and several smaller hubs at various end-points in the space.
  
  
 
== Extending the network ==
 
== Extending the network ==
 
We have no issues with folks extending the network with switches and hubs. However if the device has an in-band management interface (has its own IP address) make sure it doesn't clobber anything currently existing.  
 
We have no issues with folks extending the network with switches and hubs. However if the device has an in-band management interface (has its own IP address) make sure it doesn't clobber anything currently existing.  
 +
 +
 +
== Wiring ==
 +
There are three strands of CAT5 running through the central dividing wall. Two of them are live and the third is still dark at the moment of this writing (1-2016). Be aware that there are several strands of CAT5 which are NOT ethernet running through the space supporting other wiring needs. If you find an unplugged RJ45 connector on a long run of CAT5, it may be worth asking what it is before plugging it in to a network device.
 +
 +
  
  
 
[[Category:Hackerspace systems]]
 
[[Category:Hackerspace systems]]

Revision as of 17:44, 20 January 2016

This is information pertaining to the physical network that resides inside Bloominglabs.


Contents

DHCP

Both our wifi and our hardline have DHCP available. Currently there is a limit of 50 DHCP leases free for use. If you are placing a device on the network semi-long term, please consider configuring it with a static IP for both your convenience and ours.


Setting up a Static IP

Static IP's should be placed below 192.168.1.125. Use these settings:

  • Netmask 255.255.255.0
  • Gateway 192.168.1.1
  • DNS 8.8.8.8

Last but not least, please drop the members mailing list a note so others don't stumble over your handiwork.


NTP and Syslog

We have an ntp server, add this to /etc/ntp.conf and restart your ntpd:

server 192.168.1.2

You may also wish to add this to your /etc/ntpd.conf to prevent abuse of your box:

# Prevent participation in DDOS attacks.
disable monitor
# noquery bans all status queries if needed
# noquery

Syslog can be sent to this box:

192.168.1.7


Syncing /etc/hosts

We could setup a proper DNS server... Or you could run this sync script on your host to keep your /etc/hosts file synced with our static IP list.


Network monitoring

We have passive network monitoring running for experimental and monitoring purposes. If you inside the space you can see the logs here:

The list of active DHCP leases is availble here from within the space:


Switches

We have a 48 port Cisco switch in the server closet. There is also a 16 port HP switch on the office table, and several smaller hubs at various end-points in the space.


Extending the network

We have no issues with folks extending the network with switches and hubs. However if the device has an in-band management interface (has its own IP address) make sure it doesn't clobber anything currently existing.


Wiring

There are three strands of CAT5 running through the central dividing wall. Two of them are live and the third is still dark at the moment of this writing (1-2016). Be aware that there are several strands of CAT5 which are NOT ethernet running through the space supporting other wiring needs. If you find an unplugged RJ45 connector on a long run of CAT5, it may be worth asking what it is before plugging it in to a network device.

Personal tools