Difference between revisions of "Network"

From HSG Wiki
Jump to: navigation, search
(Created page with "= intro = '''''This page was created for the sole purpose of creating clarity in the networking thingies at 0x20.''''' = Connection to internet = ==ISP: Telenet== Currently...")
 
(correct hackerspace name)
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
= intro =
+
= Intro =
'''''This page was created for the sole purpose of creating clarity in the networking thingies at 0x20.'''''
+
'''''This page was created for the sole purpose of creating clarity in the networking thingies at HSG.'''''
 +
 
 +
[[File:Hackerspace-Network.png|center|1000px]]
  
 
= Connection to internet =
 
= Connection to internet =
  
==ISP: Telenet==
+
==Fastic==
Currently we have Business Fibernet 200.
+
 
 +
[https://fastic.be/ Fastic] is a Belgian ISP which offers a Fiber (GPON) subscription through the Fiber network installed by [https://glasvezel.fluvius.be/ Fluvius]
 +
 
 +
 
 +
=== Details: ===
 +
Payment: invoices
  
We get: 200 Mbps down, 25 Mbps up and 3TB per month.
+
Public IP Addresses (Gateway: 185.142.226.1/24):
 +
* 185.142.226.10/24
 +
* 185.142.226.17/24
  
All ports are open except the following:
+
Private LAN:
{|
+
* Network: 100.64.1.0/24
|TCP port
+
* Router IP: 100.64.1.1/24
|25
+
* DHCP-Range: 100.64.1.100-100.64.1.254
 +
 
 +
 
 +
 
 +
==Wireless België==
 +
We also have a connection to the [http://www.wirelessbelgie.be/ wireless België network].
 +
 
 +
=Network=
 +
 
 +
 
 +
 
 +
==Router==
 +
[https://openwrt.org/toh/hwdata/linksys/linksys_wrt3200acm WRT3200ACM]
 +
 
 +
{| class="wikitable"
 +
!
 +
! TELENET
 +
! Default VLAN (untagged)
 +
! WB untagged
 +
! WB VLAN 2000
 +
! SSID: 0x20
 +
! SSID: hackerspace.gent
 
|-
 
|-
|TCP/UDP port
+
| Radio 0 (5GHz nac)
|53
+
|
 +
| style="background-color:#009901;" |
 +
|
 +
|
 +
|
 +
|  
 
|-
 
|-
|TCP/UDP port
+
| Radio 1 (2.4GHz bgn)
|135
+
|
 +
| style="background-color:#009901;" |
 +
|
 +
| style="background-color:#036400; color:#036400;" |
 +
| style="background-color:#009901;" |
 +
|  
 
|-
 
|-
|TCP/UDP port
+
| Radio 2 (5GHz bgnac)
|137 – 139
+
|
 +
| style="background-color:#009901;" |
 +
|
 +
|
 +
|
 +
|  
 
|-
 
|-
|TCP/UDP port
+
| WAN
|161 – 162
+
| style="background-color:#009901;" |
 +
|
 +
|
 +
|
 +
|
 +
|  
 
|-
 
|-
|TCP port
+
| LAN 1
|445
+
|
 +
| style="background-color:#009901;" |
 +
|
 +
|
 +
|
 +
|  
 
|-
 
|-
|TCP port
+
| LAN 2
|1080
+
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
| LAN 3
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|
 +
|-
 +
| LAN 4
 +
|
 +
|
 +
| style="background-color:#009901;" |
 +
| style="background-color:#036400; color:#009901;" |
 +
|
 +
|  
 
|}
 
|}
 +
 +
==Wireless==
 +
Current SSIDs:
 +
iot (2.4Ghz)
 +
0x20 (2.4 Ghz)
 +
 +
hackerspace.gent (5.0 Ghz)
  
  
 +
If you can use 5 Ghz, it's advised to use 5 Ghz.
  
=== Details: ===
+
If you're connecting iot/domotica related things, please use the "iot" SSID.
Payment: automatic
+
This SSID is guaranteed to work while 0x20 and hackerspace.gent might switch to 802.1x (enterprise with username/password authentication)
 +
 
 +
 
 +
Wifi access points: [https://revspace.nl/Aruba-105 Aruba iAP 105]
 +
 
 +
Currently one in the front room, second one to be added ''on request''.
  
Mijntelenet login: ask [[User:qwaxys]]
+
To make sure the Chromecast works, disable broadcast filtering:
 +
<pre>broadcast-filter none</pre>
 +
This line will be in the config for '''each''' SSID.
  
  
==Wireless Antwerp==
+
Also '''remove''' anything related to "Airgroups" (delete those lines).
We also have a connection to the wireless antwerp network
+
<pre>airgroup
 +
disable
  
==Network==
+
airgroupservice airplay
You can find all details on [https://github.com/0x20/spacenetwork github].
+
disable
 +
description AirPlay
  
Slightly outdated visual representation:
+
airgroupservice airprint
https://cdn.rawgit.com/0x20/spacenetwork/master/spacenetwork.svg?v2
+
disable
 +
description AirPrint</pre>
 +
[[Category:Hackerspace]]

Latest revision as of 22:59, 29 May 2021

Intro[edit]

This page was created for the sole purpose of creating clarity in the networking thingies at HSG.

Hackerspace-Network.png

Connection to internet[edit]

Fastic[edit]

Fastic is a Belgian ISP which offers a Fiber (GPON) subscription through the Fiber network installed by Fluvius


Details:[edit]

Payment: invoices

Public IP Addresses (Gateway: 185.142.226.1/24):

  • 185.142.226.10/24
  • 185.142.226.17/24

Private LAN:

  • Network: 100.64.1.0/24
  • Router IP: 100.64.1.1/24
  • DHCP-Range: 100.64.1.100-100.64.1.254


Wireless België[edit]

We also have a connection to the wireless België network.

Network[edit]

Router[edit]

WRT3200ACM

TELENET Default VLAN (untagged) WB untagged WB VLAN 2000 SSID: 0x20 SSID: hackerspace.gent
Radio 0 (5GHz nac)
Radio 1 (2.4GHz bgn)
Radio 2 (5GHz bgnac)
WAN
LAN 1
LAN 2
LAN 3
LAN 4

Wireless[edit]

Current SSIDs: iot (2.4Ghz) 0x20 (2.4 Ghz)

hackerspace.gent (5.0 Ghz)


If you can use 5 Ghz, it's advised to use 5 Ghz.

If you're connecting iot/domotica related things, please use the "iot" SSID. This SSID is guaranteed to work while 0x20 and hackerspace.gent might switch to 802.1x (enterprise with username/password authentication)


Wifi access points: Aruba iAP 105

Currently one in the front room, second one to be added on request.

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