Difference between revisions of "NOC"

m
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
== Internet connection ==
 
== Internet connection ==
Like last edition we have again a 100Mbit uplink via a 4km wireless link. As we have an /23 IPv4 range and and /56 IPv6 range, all client on the wireless and wired network will get a public IPv4 and IPv6 address.
 
 
You will get an actual IP address '''directly on the Internet'''. This is different from being at home or on a WiFi hotspot. The whole world can, and will, bang on your device. This includes your phone.
 
  
 
== Wireless ==
 
== Wireless ==
 
=== SSIDs ===
 
=== SSIDs ===
We are running the following SSIDs:
+
* HaxoGreen-open
 
+
* HaxoGreen
* '''Haxogreen''' (WPA2, 5GHz)
+
** WPA2-ENT (PEAP/MSCHAPV2)
* '''Haxogreen-legacy''' (WPA2, 2.4GHz)
+
=== wpa_supplicant ===
* '''Haxogreen-open''' (open, 5GHz)
+
<code>network={
* '''Haxogreen-open-legacy''' (open, 2.4GHz)
+
  ssid="HaxoGreen"
 
+
  identity="haxogreen"
more details will follow later
+
  anonymous_identity="haxogreen"
 +
  password="haxogreen"
 +
  eap=PEAP
 +
  key_mgmt=WPA-EAP
 +
  phase2="auth=MSCHAPV2"
 +
}</code>
  
 
== Wired ==
 
== Wired ==
Line 19: Line 21:
  
 
=== Static DHCP lease ===
 
=== Static DHCP lease ===
If you want to provide a service to the outside world or need an IP address which doesn't change, you can get a static DHCP lease. Please contact noc[_at_]haxogreen.lu with a MAC address and we'll set you up. Also you don't need to wait until you're on site, just throw a MAC at us and your personal IP will be waiting for you when you arrive.
+
If you want to provide a service to the outside world or need an IP address which doesn't change, you can get a static DHCP lease. Please contact noc[_at_]haxogreen.lu or #haxogreen on freenode with a MAC address and we'll set you up. Also you don't need to wait until you're on site, just throw a MAC at us and your personal IP will be waiting for you when you arrive.
 +
 
 +
=== Colocation ===
 +
You can bring a server and colocate it in the NOC. If you want to do that please send us a MAC address and leave it on DHCP.
 +
 
 +
== FTP ==
 +
We are running an FTP server at ftp.haxogreen.lu. You can upload all your stuff here.
 +
 
 +
== Dashboard ==
 +
Graph ALL the things at [http://dashboard.haxogreen.lu Dashboard]

Latest revision as of 13:37, 26 July 2018

Internet connection

Wireless

SSIDs

  • HaxoGreen-open
  • HaxoGreen
    • WPA2-ENT (PEAP/MSCHAPV2)

wpa_supplicant

network={

  ssid="HaxoGreen"
  identity="haxogreen"
  anonymous_identity="haxogreen"
  password="haxogreen"
  eap=PEAP
  key_mgmt=WPA-EAP
  phase2="auth=MSCHAPV2"

}

Wired

We are providing gigabit ethernet at the two datenklos and on the hackcenter desks.

Static DHCP lease

If you want to provide a service to the outside world or need an IP address which doesn't change, you can get a static DHCP lease. Please contact noc[_at_]haxogreen.lu or #haxogreen on freenode with a MAC address and we'll set you up. Also you don't need to wait until you're on site, just throw a MAC at us and your personal IP will be waiting for you when you arrive.

Colocation

You can bring a server and colocate it in the NOC. If you want to do that please send us a MAC address and leave it on DHCP.

FTP

We are running an FTP server at ftp.haxogreen.lu. You can upload all your stuff here.

Dashboard

Graph ALL the things at Dashboard