Difference between revisions of "Network"
(→Network: added link to board-o-wifi) |
(updated with aruba and other info) |
||
Line 39: | Line 39: | ||
==Wireless België== | ==Wireless België== | ||
− | We also have a connection to the wireless België network. | + | We also have a connection to the [http://www.wirelessbelgie.be/ wireless België network]. |
=Network= | =Network= | ||
You can find all details on [https://github.com/0x20/spacenetwork github]. | You can find all details on [https://github.com/0x20/spacenetwork github]. | ||
+ | Visual representation: | ||
+ | https://cdn.rawgit.com/0x20/spacenetwork/master/spacenetwork.svg?v2 | ||
+ | |||
+ | |||
+ | ==Wireless== | ||
+ | Current SSIDs: | ||
− | + | 0x20 (2.4 Ghz) | |
− | https:// | + | |
+ | hackerspace.gent (5.0 Ghz) | ||
+ | |||
+ | |||
+ | If you can use 5 Ghz, it's advised to use 5 Ghz. | ||
+ | |||
+ | |||
+ | Wifi access points: [https://revspace.nl/Aruba-105 Aruba iAP 105] | ||
+ | |||
+ | Currently one in the front room, second one to be added ''soon''. | ||
+ | |||
+ | To make sure the Chromecast works, disable broadcast filtering: | ||
+ | <pre>broadcast-filter none</pre> | ||
+ | This line will be in the config for '''each''' SSID. | ||
+ | |||
+ | |||
+ | Also '''remove''' anything related to "Airgroups" (delete those lines). | ||
+ | <pre>airgroup | ||
+ | disable | ||
− | + | airgroupservice airplay | |
+ | disable | ||
+ | description AirPlay | ||
+ | airgroupservice airprint | ||
+ | disable | ||
+ | description AirPrint</pre> | ||
[[Category:Hackerspace]] | [[Category:Hackerspace]] |
Revision as of 17:55, 17 May 2018
Contents
intro
This page was created for the sole purpose of creating clarity in the networking thingies at 0x20.
Connection to internet
Telenet
Currently we have Business Fibernet 200.
We get: 200 Mbps down, 25 Mbps up and 3TB per month.
All ports are open except the following:
TCP port | 25 |
TCP/UDP port | 53 |
TCP/UDP port | 135 |
TCP/UDP port | 137 – 139 |
TCP/UDP port | 161 – 162 |
TCP port | 445 |
TCP port | 1080 |
Details:
Payment: automatic
Mijntelenet login: ask User:qwaxys
Wireless België
We also have a connection to the wireless België network.
Network
You can find all details on github. Visual representation: https://cdn.rawgit.com/0x20/spacenetwork/master/spacenetwork.svg?v2
Wireless
Current SSIDs:
0x20 (2.4 Ghz)
hackerspace.gent (5.0 Ghz)
If you can use 5 Ghz, it's advised to use 5 Ghz.
Wifi access points: Aruba iAP 105
Currently one in the front room, second one to be added soon.
To make sure the Chromecast works, disable broadcast filtering:
broadcast-filter none
This line will be in the config for each SSID.
Also remove anything related to "Airgroups" (delete those lines).
airgroup disable airgroupservice airplay disable description AirPlay airgroupservice airprint disable description AirPrint