Difference between revisions of "Network information"
m (added category) |
(added switch ref) |
||
Line 36: | Line 36: | ||
[[Category:Information]] | [[Category:Information]] | ||
+ | |||
+ | == also see == | ||
+ | * [[Dell switches]] |
Revision as of 13:52, 9 August 2015
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
- router and 'main switch'
- router and VoIP setup
- 'main switch' and 'media switch'
- 'main switch' and «unknown»2
- 'main switch' and stackspace (not connected)
- 'main switch' and entrance/webcam (not connected)
- 'main switch' and 3D printcorner (not connected)
special settings
- Netgear router (DD-WRT), providing internet and wifi (spacenet, spacenet_5GHz, ACKspaceWifi)
- has extra firewall rules (to prevent Wifi, VoIP and internet access from crumbling down on multicast streams)
insmod ebtables
- insmod ebtable_filter
- insmod ebt_pkttype
- ebtables -F INPUT
- ebtables -F FORWARD
- ebtables -F OUTPUT
- ebtables -A INPUT --pkttype-type multicast -j DROP
- ebtables -A FORWARD --pkttype-type multicast -j DROP
- ebtables -A OUTPUT --pkttype-type multicast -j DROP
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
- Multicast traffic cannot be filtered (IGMP snooping) by the Dell 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.