Difference between revisions of "Network information"

From Hackerspace ACKspace
Jump to: navigation, search
(<code/> tag is corrupt, changing to good old <pre/>)
(added network information (new switches' labeling))
Line 5: Line 5:
  
 
=== trunks ===
 
=== trunks ===
# router and 'main switch'
+
# hACKswitch - Router
# router and VoIP setup
+
# hACKspace - slACKspace (unused)
# 'main switch' and 'media switch'
+
# hACKswitch - slACKswitch
# 'main switch' and &laquo;unknown&raquo;2
 
# 'main switch' and stackspace (not connected)
 
# 'main switch' and entrance/webcam (not connected)
 
# 'main switch' and 3D printcorner (not connected)
 
  
=== special settings ===
+
=== VLANs ===
* Netgear router (DD-WRT), providing internet and wifi (spacenet, spacenet_5GHz, ACKspaceWifi)
+
:2. LAN
: has extra firewall rules (to prevent Wifi, VoIP and internet access from crumbling down on multicast streams)
+
:10. DMZ
<pre>
+
:11. VoIP
insmod ebtables
+
 
insmod ebtable_filter
+
=== connections ===
insmod ebt_pkttype
+
==== slACKswitch ====
ebtables -F INPUT
+
 
ebtables -F FORWARD
+
{| class="wikitable"
ebtables -F OUTPUT
+
| VLAN
+
| 2u
ebtables -A INPUT --pkttype-type multicast -j DROP
+
| 2u
ebtables -A FORWARD --pkttype-type multicast -j DROP
+
| 2u
ebtables -A OUTPUT --pkttype-type multicast -j DROP
+
| 2u
</pre>
+
| 2u
 +
| 2u
 +
| 2u
 +
| trunk
 +
|-
 +
| Port
 +
| '''1'''
 +
| '''2''': Potatoe
 +
| '''3''': Couch
 +
| '''4''': <abbr title="game console">Con 2</abbr>
 +
| '''5''': <abbr title="game console">Con 1</abbr>
 +
| '''6''': [[Raspberry_Pi#RPi_XBMC|Media]]
 +
| '''7''': [[Cisco_79xx#7905|VoIP]]
 +
| '''8''': Trunk 3
 +
|}
 +
 
 +
==== hACKswitch ====
 +
{| class="wikitable"
 +
| VLAN
 +
| 2u
 +
| 2u
 +
| 2u
 +
| 2u
 +
| 2u
 +
| 2u
 +
| trunk
 +
| 2u
 +
|-
 +
| Port
 +
| '''1'''
 +
| '''3'''
 +
| '''5'''
 +
| '''7'''
 +
| '''9''': [[Telephone_system:Analog_Telephone_Adapter#Linksys_PAP2T|VoIP]]
 +
| '''11''': [[Thomson_ST2030|VoIP]]
 +
| '''13''': Trunk 3
 +
| '''15''': Printer
 +
|-
 +
| Port
 +
| '''2'''
 +
| '''4''': [[ACKade]]
 +
| '''6''': Solder
 +
| '''8''': [[3D_printer|3D PC]]
 +
| '''10''': [[DMZ|VPN]]
 +
| '''12''': [[Spaceview|Cam]]
 +
| '''14''': [[VM_server|Srv T]]
 +
| '''16''': Trunk 1
 +
|-
 +
| VLAN
 +
| 2u
 +
| 2u
 +
| 2u
 +
| 2u
 +
| 10u
 +
| 10u
 +
| trunk
 +
| 2u
 +
|}
  
 
== notes ==
 
== notes ==
* All important connections have been labeled (trunks on both sides). Please keep the label on (and updated) at all times. You can find the label-tywraps in the network-connector box in the stackspace
+
* Almost all static connections have been labeled on both sides. Please keep the label on (and updated) at all times. You can find the label-tywraps in the network-connector box in the stackspace
* Currently, multicast traffic is not filtered (IGMP snooping) by the switches. The router filters them all; if you don't want multicast traffic, connect to the router for now.
 
 
 
== todo ==
 
* create VLANs, do some descent trunking, provide 'standardized' ports for management, non-multicast, VM, VoIP and regular use.
 
  
 
== also see ==
 
== also see ==

Revision as of 22:50, 15 February 2016

synopsis

I've (xopr) created this network information page mainly because no-one knows the current setup by heart, and I'm preparing for Congress everywhere without breaking people's precious downloads..

current setup

trunks

  1. hACKswitch - Router
  2. hACKspace - slACKspace (unused)
  3. hACKswitch - slACKswitch

VLANs

2. LAN
10. DMZ
11. VoIP

connections

slACKswitch

VLAN 2u 2u 2u 2u 2u 2u 2u trunk
Port 1 2: Potatoe 3: Couch 4: Con 2 5: Con 1 6: Media 7: VoIP 8: Trunk 3

hACKswitch

VLAN 2u 2u 2u 2u 2u 2u trunk 2u
Port 1 3 5 7 9: VoIP 11: VoIP 13: Trunk 3 15: Printer
Port 2 4: ACKade 6: Solder 8: 3D PC 10: VPN 12: Cam 14: Srv T 16: Trunk 1
VLAN 2u 2u 2u 2u 10u 10u trunk 2u

notes

  • Almost all static connections have been labeled on both sides. Please keep the label on (and updated) at all times. You can find the label-tywraps in the network-connector box in the stackspace

also see