<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.sha2017.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bitlair.nl-ak47&amp;*</id>
		<title>SHA2017 Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.sha2017.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bitlair.nl-ak47&amp;*"/>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/w/Special:Contributions/Bitlair.nl-ak47"/>
		<updated>2026-04-22T10:34:45Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.3</generator>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=10298</id>
		<title>Network/802.1X client settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=10298"/>
				<updated>2017-08-04T03:12:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Android */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android ==&lt;br /&gt;
You can use our Android App to configure the correct WiFi settings on your Android device. Download it here:&lt;br /&gt;
&lt;br /&gt;
* From Google Playstore: [https://play.google.com/store/apps/details?id=nl.eventinfra.wifisetup]&lt;br /&gt;
&lt;br /&gt;
== Network Manager ==&lt;br /&gt;
&lt;br /&gt;
You can use the following config file:&lt;br /&gt;
&lt;br /&gt;
Please note that some versions of NM are buggy and will only work with&lt;br /&gt;
802.1X using MSCHAPv2, or not at all.&lt;br /&gt;
If that affects you, it may be easiest to use wpa_supplicant.&lt;br /&gt;
&lt;br /&gt;
'''/etc/NetworkManager/system-connections/SHA2017''':&lt;br /&gt;
&lt;br /&gt;
 [connection]&lt;br /&gt;
 id=SHA2017&lt;br /&gt;
 uuid=c80101e2-7b99-4511-846b-2388eb86a5ad&lt;br /&gt;
 type=wifi&lt;br /&gt;
 permissions=&lt;br /&gt;
 secondaries=&lt;br /&gt;
 &lt;br /&gt;
 [wifi]&lt;br /&gt;
 mac-address=42:23:42:23:42:23 &amp;lt;- !! Please change this !!&lt;br /&gt;
 mac-address-blacklist=&lt;br /&gt;
 mode=infrastructure&lt;br /&gt;
 seen-bssids=&lt;br /&gt;
 ssid=SHA2017&lt;br /&gt;
 &lt;br /&gt;
 [wifi-security]&lt;br /&gt;
 auth-alg=open&lt;br /&gt;
 group=&lt;br /&gt;
 key-mgmt=wpa-eap&lt;br /&gt;
 pairwise=&lt;br /&gt;
 proto=&lt;br /&gt;
 &lt;br /&gt;
 [802-1x]&lt;br /&gt;
 altsubject-matches=DNS:radius.sha2017.org&lt;br /&gt;
 ca-cert=/etc/ssl/certs/DST_Root_CA_X3.pem&lt;br /&gt;
 eap=ttls;&lt;br /&gt;
 identity=SHA2017&lt;br /&gt;
 password=SHA2017&lt;br /&gt;
 phase2-altsubject-matches=&lt;br /&gt;
 phase2-auth=pap&lt;br /&gt;
 &lt;br /&gt;
 [ipv4]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
 &lt;br /&gt;
 [ipv6]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
&lt;br /&gt;
== WICD ==&lt;br /&gt;
You need an additional crypto setting for WiCD. Put this file into '''/etc/wicd/encryption/templates/eap-ttls''' (debian systems, might be different with other *nix flavours):&lt;br /&gt;
&lt;br /&gt;
  name = EAP-TTLS SHA2017&lt;br /&gt;
  author = Felicitus&lt;br /&gt;
  require identity *Identity password *password&lt;br /&gt;
  -----&lt;br /&gt;
  ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
  network={&lt;br /&gt;
   ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
   scan_ssid=$_SCAN&lt;br /&gt;
   identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
   password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
   proto=WPA2&lt;br /&gt;
   key_mgmt=WPA-EAP&lt;br /&gt;
   group=CCMP&lt;br /&gt;
   pairwise=CCMP&lt;br /&gt;
   eap=TTLS&lt;br /&gt;
   ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
   altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
   anonymous_identity=&amp;quot;$_ANONYMOUS_IDENTITY&amp;quot;&lt;br /&gt;
   phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
   #priority=2&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
Edit '''/etc/wicd/encryption/templates/active''' to include the '''eap-ttls''' config template. Restart the WiCD daemon, choose the proper encryption (EAP-TTLS SHA2017) and enter a random username/password.&lt;br /&gt;
&lt;br /&gt;
== Jolla/connman ==&lt;br /&gt;
/var/lib/connman/SHA2017wifi.config :&lt;br /&gt;
&lt;br /&gt;
  [service_SHA2017]&lt;br /&gt;
  Type=wifi&lt;br /&gt;
  Name=SHA2017-legacy&lt;br /&gt;
  EAP=ttls&lt;br /&gt;
  Phase2=PAP&lt;br /&gt;
  Identity=edward&lt;br /&gt;
  Passphrase=snowden&lt;br /&gt;
&lt;br /&gt;
== wpa_supplicant.conf ==&lt;br /&gt;
/etc/wpa_supplicant/wpa_supplicant.conf :&lt;br /&gt;
&lt;br /&gt;
  network={&lt;br /&gt;
  	ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
  	key_mgmt=WPA-EAP&lt;br /&gt;
  	eap=TTLS&lt;br /&gt;
  	identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
  	password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
  	# ca path on debian 7.x, modify accordingly&lt;br /&gt;
  	ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	# ca path on FreeBSD (install ca_root-nss package)&lt;br /&gt;
  	#/usr/local/share/certs/ca-root-nss.crt&lt;br /&gt;
  	altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
  	phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
== interfaces ==&lt;br /&gt;
As an alternative, you can specify the wpa_supplicant config options directly in /etc/network/interfaces:&lt;br /&gt;
&lt;br /&gt;
  iface wlan0 inet dhcp&lt;br /&gt;
  	wpa-ssid SHA2017&lt;br /&gt;
  	wpa-identity edward&lt;br /&gt;
  	wpa-password snowden&lt;br /&gt;
  	wpa-proto WPA2&lt;br /&gt;
  	wpa-key_mgmt WPA-EAP&lt;br /&gt;
  	wpa-group CCMP&lt;br /&gt;
  	wpa-pairwise CCMP&lt;br /&gt;
  	wpa-eap TTLS&lt;br /&gt;
  	wpa-phase2 &amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  	wpa-ca_cert &amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	wpa-altsubject_match DNS:radius.sha2017.org&lt;br /&gt;
&lt;br /&gt;
== netctl ==&lt;br /&gt;
 Description='SHA2017 secure WPA2 802.1X config'&lt;br /&gt;
 Interface=wls1&lt;br /&gt;
 Connection=wireless&lt;br /&gt;
 Security=wpa-configsection&lt;br /&gt;
 IP=dhcp&lt;br /&gt;
 ESSID=SHA2017&lt;br /&gt;
 WPAConfigSection=(&lt;br /&gt;
     'ssid=&amp;quot;SHA2017&amp;quot;'&lt;br /&gt;
     'proto=RSN WPA'&lt;br /&gt;
     'key_mgmt=WPA-EAP'&lt;br /&gt;
     'eap=TTLS'&lt;br /&gt;
     'identity=&amp;quot;edward&amp;quot;'&lt;br /&gt;
     'password=&amp;quot;snowden&amp;quot;'&lt;br /&gt;
     'ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;'&lt;br /&gt;
     'altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;'&lt;br /&gt;
     'phase2=&amp;quot;auth=PAP&amp;quot;'&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
== Apple MacOS / iOS == &lt;br /&gt;
You can use one of these profiles for the correct WiFi-settings for Apple MacOS / iOS:&lt;br /&gt;
&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017.mobileconfig SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017-legacy.mobileconfig SHA2017-legacy]] (2.4GHz only)&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Import one of these profiles for the correct WiFi-settings for Windows&lt;br /&gt;
&lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017.xml SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017-legacy.xml SHA2017-legacy]] (2.4GHz only)&lt;br /&gt;
&lt;br /&gt;
To import and connect follow these steps:&lt;br /&gt;
&lt;br /&gt;
# Open a command prompt and execute: netsh wlan add profile filename=SHA2017.xml&lt;br /&gt;
# Connect to the SHA2017 or SHA2017-legacy network; use &amp;quot;sha2017/sha2017&amp;quot; as the username/password when prompted.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=8798</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=8798"/>
				<updated>2017-07-29T08:33:39Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Supporters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~3m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
There will be no public-colocation facility available.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 (20 MHz centered on 2412 MHz; 2402 MHz-&amp;gt;2424 MHz)&lt;br /&gt;
* 5GHz: Channel 140 (5690-&amp;gt;5730 MHz) or channels 149-165 (5735-&amp;gt;5835 MHz), if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE + 10GE transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space &amp;amp; ASN)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP/fibre splicer)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (10GE Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [https://www.babiel.com/en Babiel] (Server hardware)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [https://www.emfcamp.org/ EMF]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=8797</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=8797"/>
				<updated>2017-07-29T08:32:14Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Supporters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~3m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
There will be no public-colocation facility available.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 (20 MHz centered on 2412 MHz; 2402 MHz-&amp;gt;2424 MHz)&lt;br /&gt;
* 5GHz: Channel 140 (5690-&amp;gt;5730 MHz) or channels 149-165 (5735-&amp;gt;5835 MHz), if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE + 10GE transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space &amp;amp; ASN)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP/fibre splicer)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (10GE Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [https://www.babiel.com/en Babiel] (Server hardware)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=8796</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=8796"/>
				<updated>2017-07-29T08:31:56Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Supporters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~3m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
There will be no public-colocation facility available.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 (20 MHz centered on 2412 MHz; 2402 MHz-&amp;gt;2424 MHz)&lt;br /&gt;
* 5GHz: Channel 140 (5690-&amp;gt;5730 MHz) or channels 149-165 (5735-&amp;gt;5835 MHz), if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE + 10GE transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space &amp;amp; ASN)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP/fibre splicer)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [https://www.babiel.com/en Babiel] (Server hardware)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=8795</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=8795"/>
				<updated>2017-07-29T08:31:39Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Supporters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~3m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
There will be no public-colocation facility available.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 (20 MHz centered on 2412 MHz; 2402 MHz-&amp;gt;2424 MHz)&lt;br /&gt;
* 5GHz: Channel 140 (5690-&amp;gt;5730 MHz) or channels 149-165 (5735-&amp;gt;5835 MHz), if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE + 10GE transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space &amp;amp; ASN)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [https://www.babiel.com/en Babiel] (Server hardware)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=8794</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=8794"/>
				<updated>2017-07-29T08:31:24Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Supporters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~3m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
There will be no public-colocation facility available.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 (20 MHz centered on 2412 MHz; 2402 MHz-&amp;gt;2424 MHz)&lt;br /&gt;
* 5GHz: Channel 140 (5690-&amp;gt;5730 MHz) or channels 149-165 (5735-&amp;gt;5835 MHz), if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE + 10GE transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [https://www.babiel.com/en Babiel] (Server hardware)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=8793</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=8793"/>
				<updated>2017-07-29T08:30:19Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~3m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
There will be no public-colocation facility available.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 (20 MHz centered on 2412 MHz; 2402 MHz-&amp;gt;2424 MHz)&lt;br /&gt;
* 5GHz: Channel 140 (5690-&amp;gt;5730 MHz) or channels 149-165 (5735-&amp;gt;5835 MHz), if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [https://www.babiel.com/en Babiel] (Server hardware)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=7424</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=7424"/>
				<updated>2017-07-20T22:08:01Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: Skipping SHA2017-PSK&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~3m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
There will be no public-colocation facility available.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 (20 MHz centered on 2412 MHz; 2402 MHz-&amp;gt;2424 MHz)&lt;br /&gt;
* 5GHz: Channel 140 (5690-&amp;gt;5730 MHz) or channels 149-165 (5735-&amp;gt;5835 MHz), if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=5931</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=5931"/>
				<updated>2017-07-09T14:31:57Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Can I bring a server? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~3m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
There will be no public-colocation facility available.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 (20 Mhz centered on 2412 Mhz; 2402 Mhz-&amp;gt;2424 Mhz)&lt;br /&gt;
* 5GHz: Channel 140 (5690-&amp;gt;5730 Mhz) or channels 149-165 (5735-&amp;gt;5835 Mhz), if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=5930</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=5930"/>
				<updated>2017-07-09T14:31:49Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Can I bring a server? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~3m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
 There will be no public-colocation facility available.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 (20 Mhz centered on 2412 Mhz; 2402 Mhz-&amp;gt;2424 Mhz)&lt;br /&gt;
* 5GHz: Channel 140 (5690-&amp;gt;5730 Mhz) or channels 149-165 (5735-&amp;gt;5835 Mhz), if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=4190</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=4190"/>
				<updated>2017-06-21T16:17:56Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: Core Backbone also 100GE transit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~3m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 140 or channels 149-165 if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3994</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3994"/>
				<updated>2017-06-17T22:47:36Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~3m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 140 or channels 149-165 if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3993</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3993"/>
				<updated>2017-06-17T22:46:59Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Wired */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~6m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 3m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 140 or channels 149-165 if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3992</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3992"/>
				<updated>2017-06-17T22:22:55Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Camping area and workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~6m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Wired ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
To be disconnected at the end of the event, leave the whole cable coiled outside the datenklo, and we'll unplug it when we next visit.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 140 or channels 149-165 if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3991</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3991"/>
				<updated>2017-06-17T21:29:41Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: change intro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] has tried to build and support the fastest network for you: a network comparable to a medium sized ISP, built up in just a couple of days. It might not be perfect all the time. We will be providing blanket wireless coverage and wired network access to both venues and camping tents. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~6m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a datenklo early, contact the NOC helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 140 or channels 149-165 if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3966</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3966"/>
				<updated>2017-06-16T22:34:33Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* TL;DR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo (Data Toilet) and leave ~6m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a datenklo early, contact the NOC helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 140 or channels 149-165 if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3965</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3965"/>
				<updated>2017-06-16T22:32:16Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* TL;DR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo and leave ~6m of slack coiled on the floor in front of it.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a datenklo early, contact the NOC helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 140 or channels 149-165 if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3964</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3964"/>
				<updated>2017-06-16T22:31:08Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* TL;DR */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* If you want a wired connection to the network, lay your own cable neatly from your tent back to the nearest datenklo - the porta-potties with all the wires coming out of them -, and leave ~6m of slack coiled on the floor in front of it. At regular intervals volunteers walk around the terrain to check the datenklos and patch your UTP. &lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a datenklo early, contact the NOC helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 140 or channels 149-165 if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3962</id>
		<title>Network/802.1X client settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3962"/>
				<updated>2017-06-16T21:21:43Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android ==&lt;br /&gt;
You can use our Android App to configure the correct WiFi settings on your Android device. Download it here:&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* From Google Playstore: [https://play.google.com/store/apps/details?id=nl.eventinfra.wifisetup]&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Network Manager ==&lt;br /&gt;
&lt;br /&gt;
You can use the following config file:&lt;br /&gt;
&lt;br /&gt;
Please note that some versions of NM are buggy and will only work with&lt;br /&gt;
802.1X using MSCHAPv2, or not at all.&lt;br /&gt;
If that affects you, it may be easiest to use wpa_supplicant.&lt;br /&gt;
&lt;br /&gt;
'''/etc/NetworkManager/system-connections/SHA2017''':&lt;br /&gt;
&lt;br /&gt;
 [connection]&lt;br /&gt;
 id=SHA2017&lt;br /&gt;
 uuid=c80101e2-7b99-4511-846b-2388eb86a5ad&lt;br /&gt;
 type=wifi&lt;br /&gt;
 permissions=&lt;br /&gt;
 secondaries=&lt;br /&gt;
 &lt;br /&gt;
 [wifi]&lt;br /&gt;
 mac-address=42:23:42:23:42:23 &amp;lt;- !! Please change this !!&lt;br /&gt;
 mac-address-blacklist=&lt;br /&gt;
 mode=infrastructure&lt;br /&gt;
 seen-bssids=&lt;br /&gt;
 ssid=SHA2017&lt;br /&gt;
 &lt;br /&gt;
 [wifi-security]&lt;br /&gt;
 auth-alg=open&lt;br /&gt;
 group=&lt;br /&gt;
 key-mgmt=wpa-eap&lt;br /&gt;
 pairwise=&lt;br /&gt;
 proto=&lt;br /&gt;
 &lt;br /&gt;
 [802-1x]&lt;br /&gt;
 altsubject-matches=DNS:radius.sha2017.org&lt;br /&gt;
 ca-cert=/etc/ssl/certs/DST_Root_CA_X3.pem&lt;br /&gt;
 eap=ttls;&lt;br /&gt;
 identity=SHA2017&lt;br /&gt;
 password=SHA2017&lt;br /&gt;
 phase2-altsubject-matches=&lt;br /&gt;
 phase2-auth=pap&lt;br /&gt;
 &lt;br /&gt;
 [ipv4]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
 &lt;br /&gt;
 [ipv6]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
&lt;br /&gt;
== WICD ==&lt;br /&gt;
You need an additional crypto setting for WiCD. Put this file into '''/etc/wicd/encryption/templates/eap-ttls''' (debian systems, might be different with other *nix flavours):&lt;br /&gt;
&lt;br /&gt;
  name = EAP-TTLS SHA2017&lt;br /&gt;
  author = Felicitus&lt;br /&gt;
  require identity *Identity password *password&lt;br /&gt;
  -----&lt;br /&gt;
  ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
  network={&lt;br /&gt;
   ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
   scan_ssid=$_SCAN&lt;br /&gt;
   identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
   password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
   proto=WPA2&lt;br /&gt;
   key_mgmt=WPA-EAP&lt;br /&gt;
   group=CCMP&lt;br /&gt;
   pairwise=CCMP&lt;br /&gt;
   eap=TTLS&lt;br /&gt;
   ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
   altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
   anonymous_identity=&amp;quot;$_ANONYMOUS_IDENTITY&amp;quot;&lt;br /&gt;
   phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
   #priority=2&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
Edit '''/etc/wicd/encryption/templates/active''' to include the '''eap-ttls''' config template. Restart the WiCD daemon, choose the proper encryption (EAP-TTLS SHA2017) and enter a random username/password.&lt;br /&gt;
&lt;br /&gt;
== Jolla/connman ==&lt;br /&gt;
/var/lib/connman/SHA2017wifi.config :&lt;br /&gt;
&lt;br /&gt;
  [service_SHA2017]&lt;br /&gt;
  Type=wifi&lt;br /&gt;
  Name=SHA2017-legacy&lt;br /&gt;
  EAP=ttls&lt;br /&gt;
  Phase2=PAP&lt;br /&gt;
  Identity=edward&lt;br /&gt;
  Passphrase=snowden&lt;br /&gt;
&lt;br /&gt;
== wpa_supplicant.conf ==&lt;br /&gt;
/etc/wpa_supplicant/wpa_supplicant.conf :&lt;br /&gt;
&lt;br /&gt;
  network={&lt;br /&gt;
  	ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
  	key_mgmt=WPA-EAP&lt;br /&gt;
  	eap=TTLS&lt;br /&gt;
  	identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
  	password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
  	# ca path on debian 7.x, modify accordingly&lt;br /&gt;
  	ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
  	phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
== interfaces ==&lt;br /&gt;
As an alternative, you can specify the wpa_supplicant config options directly in /etc/network/interfaces:&lt;br /&gt;
&lt;br /&gt;
  iface wlan0 inet dhcp&lt;br /&gt;
  	wpa-ssid SHA2017&lt;br /&gt;
  	wpa-identity edward&lt;br /&gt;
  	wpa-password snowden&lt;br /&gt;
  	wpa-proto WPA2&lt;br /&gt;
  	wpa-key_mgmt WPA-EAP&lt;br /&gt;
  	wpa-group CCMP&lt;br /&gt;
  	wpa-pairwise CCMP&lt;br /&gt;
  	wpa-eap TTLS&lt;br /&gt;
  	wpa-phase2 &amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  	wpa-ca_cert &amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	wpa-altsubject_match DNS:radius.sha2017.org&lt;br /&gt;
&lt;br /&gt;
== netctl ==&lt;br /&gt;
 Description='SHA2017 secure WPA2 802.1X config'&lt;br /&gt;
 Interface=wls1&lt;br /&gt;
 Connection=wireless&lt;br /&gt;
 Security=wpa-configsection&lt;br /&gt;
 IP=dhcp&lt;br /&gt;
 ESSID=SHA2017&lt;br /&gt;
 WPAConfigSection=(&lt;br /&gt;
     'ssid=&amp;quot;SHA2017&amp;quot;'&lt;br /&gt;
     'proto=RSN WPA'&lt;br /&gt;
     'key_mgmt=WPA-EAP'&lt;br /&gt;
     'eap=TTLS'&lt;br /&gt;
     'identity=&amp;quot;edward&amp;quot;'&lt;br /&gt;
     'password=&amp;quot;snowden&amp;quot;'&lt;br /&gt;
     'ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;'&lt;br /&gt;
     'altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;'&lt;br /&gt;
     'phase2=&amp;quot;auth=PAP&amp;quot;'&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
== Apple MacOS / iOS == &lt;br /&gt;
You can use one of these profiles for the correct WiFi-settings for Apple MacOS / iOS:&lt;br /&gt;
&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017.mobileconfig SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017-legacy.mobileconfig SHA2017-legacy]] (2.4GHz only)&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Import one of these profiles for the correct WiFi-settings for Windows&lt;br /&gt;
&lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017.xml SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017-legacy.xml SHA2017-legacy]] (2.4GHz only)&lt;br /&gt;
&lt;br /&gt;
To import and connect follow these steps:&lt;br /&gt;
&lt;br /&gt;
# Open a command prompt and execute: netsh wlan add profile filename=SHA2017.xml&lt;br /&gt;
# Connect to the SHA2017 or SHA2017-legacy network; use &amp;quot;sha2017/sha2017&amp;quot; as the username/password when prompted.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3961</id>
		<title>Network/802.1X client settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3961"/>
				<updated>2017-06-16T21:21:22Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android ==&lt;br /&gt;
You can use our Android App to configure the correct WiFi settings on your Android device. Download it here:&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* From Google Playstore: [https://play.google.com/store/apps/details?id=nl.eventinfra.wifisetup]&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Network Manager ==&lt;br /&gt;
&lt;br /&gt;
You can use the following config file:&lt;br /&gt;
&lt;br /&gt;
Please note that some versions of NM are buggy and will only work with&lt;br /&gt;
802.1X using MSCHAPv2, or not at all.&lt;br /&gt;
If that affects you, it may be easiest to use wpa_supplicant.&lt;br /&gt;
&lt;br /&gt;
'''/etc/NetworkManager/system-connections/SHA2017''':&lt;br /&gt;
&lt;br /&gt;
 [connection]&lt;br /&gt;
 id=SHA2017&lt;br /&gt;
 uuid=c80101e2-7b99-4511-846b-2388eb86a5ad&lt;br /&gt;
 type=wifi&lt;br /&gt;
 permissions=&lt;br /&gt;
 secondaries=&lt;br /&gt;
 &lt;br /&gt;
 [wifi]&lt;br /&gt;
 mac-address=42:23:42:23:42:23 &amp;lt;- !! Please change this !!&lt;br /&gt;
 mac-address-blacklist=&lt;br /&gt;
 mode=infrastructure&lt;br /&gt;
 seen-bssids=&lt;br /&gt;
 ssid=SHA2017&lt;br /&gt;
 &lt;br /&gt;
 [wifi-security]&lt;br /&gt;
 auth-alg=open&lt;br /&gt;
 group=&lt;br /&gt;
 key-mgmt=wpa-eap&lt;br /&gt;
 pairwise=&lt;br /&gt;
 proto=&lt;br /&gt;
 &lt;br /&gt;
 [802-1x]&lt;br /&gt;
 altsubject-matches=DNS:radius.sha2017.org&lt;br /&gt;
 ca-cert=/etc/ssl/certs/DST_Root_CA_X3.pem&lt;br /&gt;
 eap=ttls;&lt;br /&gt;
 identity=SHA2017&lt;br /&gt;
 password=SHA2017&lt;br /&gt;
 phase2-altsubject-matches=&lt;br /&gt;
 phase2-auth=pap&lt;br /&gt;
 &lt;br /&gt;
 [ipv4]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
 &lt;br /&gt;
 [ipv6]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
&lt;br /&gt;
== WICD ==&lt;br /&gt;
You need an additional crypto setting for WiCD. Put this file into '''/etc/wicd/encryption/templates/eap-ttls''' (debian systems, might be different with other *nix flavours):&lt;br /&gt;
&lt;br /&gt;
  name = EAP-TTLS SHA2017&lt;br /&gt;
  author = Felicitus&lt;br /&gt;
  require identity *Identity password *password&lt;br /&gt;
  -----&lt;br /&gt;
  ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
  network={&lt;br /&gt;
   ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
   scan_ssid=$_SCAN&lt;br /&gt;
   identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
   password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
   proto=WPA2&lt;br /&gt;
   key_mgmt=WPA-EAP&lt;br /&gt;
   group=CCMP&lt;br /&gt;
   pairwise=CCMP&lt;br /&gt;
   eap=TTLS&lt;br /&gt;
   ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
   altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
   anonymous_identity=&amp;quot;$_ANONYMOUS_IDENTITY&amp;quot;&lt;br /&gt;
   phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
   #priority=2&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
Edit '''/etc/wicd/encryption/templates/active''' to include the '''eap-ttls''' config template. Restart the WiCD daemon, choose the proper encryption (EAP-TTLS SHA2017) and enter a random username/password.&lt;br /&gt;
&lt;br /&gt;
== Jolla/connman ==&lt;br /&gt;
/var/lib/connman/SHA2017wifi.config :&lt;br /&gt;
&lt;br /&gt;
  [service_SHA2017]&lt;br /&gt;
  Type=wifi&lt;br /&gt;
  Name=SHA2017-legacy&lt;br /&gt;
  EAP=ttls&lt;br /&gt;
  Phase2=PAP&lt;br /&gt;
  Identity=edward&lt;br /&gt;
  Passphrase=snowden&lt;br /&gt;
&lt;br /&gt;
== wpa_supplicant.conf ==&lt;br /&gt;
/etc/wpa_supplicant/wpa_supplicant.conf :&lt;br /&gt;
&lt;br /&gt;
  network={&lt;br /&gt;
  	ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
  	key_mgmt=WPA-EAP&lt;br /&gt;
  	eap=TTLS&lt;br /&gt;
  	identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
  	password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
  	# ca path on debian 7.x, modify accordingly&lt;br /&gt;
  	ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
  	phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
== interfaces ==&lt;br /&gt;
As an alternative, you can specify the wpa_supplicant config options directly in /etc/network/interfaces:&lt;br /&gt;
&lt;br /&gt;
  iface wlan0 inet dhcp&lt;br /&gt;
  	wpa-ssid SHA2017&lt;br /&gt;
  	wpa-identity edward&lt;br /&gt;
  	wpa-password snowden&lt;br /&gt;
  	wpa-proto WPA2&lt;br /&gt;
  	wpa-key_mgmt WPA-EAP&lt;br /&gt;
  	wpa-group CCMP&lt;br /&gt;
  	wpa-pairwise CCMP&lt;br /&gt;
  	wpa-eap TTLS&lt;br /&gt;
  	wpa-phase2 &amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  	wpa-ca_cert &amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	wpa-altsubject_match DNS:radius.sha2017.org&lt;br /&gt;
&lt;br /&gt;
== netctl ==&lt;br /&gt;
 Description='SHA2017 secure WPA2 802.1X config'&lt;br /&gt;
 Interface=wls1&lt;br /&gt;
 Connection=wireless&lt;br /&gt;
 Security=wpa-configsection&lt;br /&gt;
 IP=dhcp&lt;br /&gt;
 ESSID=SHA2017&lt;br /&gt;
 WPAConfigSection=(&lt;br /&gt;
     'ssid=&amp;quot;SHA2017&amp;quot;'&lt;br /&gt;
     'proto=RSN WPA'&lt;br /&gt;
     'key_mgmt=WPA-EAP'&lt;br /&gt;
     'eap=TTLS'&lt;br /&gt;
     'identity=&amp;quot;edward&amp;quot;'&lt;br /&gt;
     'password=&amp;quot;snowden&amp;quot;'&lt;br /&gt;
     'ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;'&lt;br /&gt;
     'altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;'&lt;br /&gt;
     'phase2=&amp;quot;auth=PAP&amp;quot;'&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
== Apple MacOS / iOS == &lt;br /&gt;
You can use one of these profiles for the correct WiFi-settings for Apple MacOS / iOS:&lt;br /&gt;
&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017.mobileconfig SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017-legacy.mobileconfig SHA2017-legacy]] (2.4GHz only)&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Import one of these profiles for the correct WiFi-settings for Windows&lt;br /&gt;
&lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017.xml SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017-legacy.xml SHA2017-legacy)]] (2.4GHz only)&lt;br /&gt;
&lt;br /&gt;
To import and connect follow these steps:&lt;br /&gt;
&lt;br /&gt;
# Open a command prompt and execute: netsh wlan add profile filename=SHA2017.xml&lt;br /&gt;
# Connect to the SHA2017 or SHA2017-legacy network; use &amp;quot;sha2017/sha2017&amp;quot; as the username/password when prompted.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3960</id>
		<title>Network/802.1X client settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3960"/>
				<updated>2017-06-16T21:20:53Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Apple MacOS / iOS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android ==&lt;br /&gt;
You can use our Android App to configure the correct WiFi settings on your Android device. Download it here:&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* From Google Playstore: [https://play.google.com/store/apps/details?id=nl.eventinfra.wifisetup]&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Network Manager ==&lt;br /&gt;
&lt;br /&gt;
You can use the following config file:&lt;br /&gt;
&lt;br /&gt;
Please note that some versions of NM are buggy and will only work with&lt;br /&gt;
802.1X using MSCHAPv2, or not at all.&lt;br /&gt;
If that affects you, it may be easiest to use wpa_supplicant.&lt;br /&gt;
&lt;br /&gt;
'''/etc/NetworkManager/system-connections/SHA2017''':&lt;br /&gt;
&lt;br /&gt;
 [connection]&lt;br /&gt;
 id=SHA2017&lt;br /&gt;
 uuid=c80101e2-7b99-4511-846b-2388eb86a5ad&lt;br /&gt;
 type=wifi&lt;br /&gt;
 permissions=&lt;br /&gt;
 secondaries=&lt;br /&gt;
 &lt;br /&gt;
 [wifi]&lt;br /&gt;
 mac-address=42:23:42:23:42:23 &amp;lt;- !! Please change this !!&lt;br /&gt;
 mac-address-blacklist=&lt;br /&gt;
 mode=infrastructure&lt;br /&gt;
 seen-bssids=&lt;br /&gt;
 ssid=SHA2017&lt;br /&gt;
 &lt;br /&gt;
 [wifi-security]&lt;br /&gt;
 auth-alg=open&lt;br /&gt;
 group=&lt;br /&gt;
 key-mgmt=wpa-eap&lt;br /&gt;
 pairwise=&lt;br /&gt;
 proto=&lt;br /&gt;
 &lt;br /&gt;
 [802-1x]&lt;br /&gt;
 altsubject-matches=DNS:radius.sha2017.org&lt;br /&gt;
 ca-cert=/etc/ssl/certs/DST_Root_CA_X3.pem&lt;br /&gt;
 eap=ttls;&lt;br /&gt;
 identity=SHA2017&lt;br /&gt;
 password=SHA2017&lt;br /&gt;
 phase2-altsubject-matches=&lt;br /&gt;
 phase2-auth=pap&lt;br /&gt;
 &lt;br /&gt;
 [ipv4]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
 &lt;br /&gt;
 [ipv6]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
&lt;br /&gt;
== WICD ==&lt;br /&gt;
You need an additional crypto setting for WiCD. Put this file into '''/etc/wicd/encryption/templates/eap-ttls''' (debian systems, might be different with other *nix flavours):&lt;br /&gt;
&lt;br /&gt;
  name = EAP-TTLS SHA2017&lt;br /&gt;
  author = Felicitus&lt;br /&gt;
  require identity *Identity password *password&lt;br /&gt;
  -----&lt;br /&gt;
  ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
  network={&lt;br /&gt;
   ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
   scan_ssid=$_SCAN&lt;br /&gt;
   identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
   password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
   proto=WPA2&lt;br /&gt;
   key_mgmt=WPA-EAP&lt;br /&gt;
   group=CCMP&lt;br /&gt;
   pairwise=CCMP&lt;br /&gt;
   eap=TTLS&lt;br /&gt;
   ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
   altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
   anonymous_identity=&amp;quot;$_ANONYMOUS_IDENTITY&amp;quot;&lt;br /&gt;
   phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
   #priority=2&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
Edit '''/etc/wicd/encryption/templates/active''' to include the '''eap-ttls''' config template. Restart the WiCD daemon, choose the proper encryption (EAP-TTLS SHA2017) and enter a random username/password.&lt;br /&gt;
&lt;br /&gt;
== Jolla/connman ==&lt;br /&gt;
/var/lib/connman/SHA2017wifi.config :&lt;br /&gt;
&lt;br /&gt;
  [service_SHA2017]&lt;br /&gt;
  Type=wifi&lt;br /&gt;
  Name=SHA2017-legacy&lt;br /&gt;
  EAP=ttls&lt;br /&gt;
  Phase2=PAP&lt;br /&gt;
  Identity=edward&lt;br /&gt;
  Passphrase=snowden&lt;br /&gt;
&lt;br /&gt;
== wpa_supplicant.conf ==&lt;br /&gt;
/etc/wpa_supplicant/wpa_supplicant.conf :&lt;br /&gt;
&lt;br /&gt;
  network={&lt;br /&gt;
  	ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
  	key_mgmt=WPA-EAP&lt;br /&gt;
  	eap=TTLS&lt;br /&gt;
  	identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
  	password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
  	# ca path on debian 7.x, modify accordingly&lt;br /&gt;
  	ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
  	phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
== interfaces ==&lt;br /&gt;
As an alternative, you can specify the wpa_supplicant config options directly in /etc/network/interfaces:&lt;br /&gt;
&lt;br /&gt;
  iface wlan0 inet dhcp&lt;br /&gt;
  	wpa-ssid SHA2017&lt;br /&gt;
  	wpa-identity edward&lt;br /&gt;
  	wpa-password snowden&lt;br /&gt;
  	wpa-proto WPA2&lt;br /&gt;
  	wpa-key_mgmt WPA-EAP&lt;br /&gt;
  	wpa-group CCMP&lt;br /&gt;
  	wpa-pairwise CCMP&lt;br /&gt;
  	wpa-eap TTLS&lt;br /&gt;
  	wpa-phase2 &amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  	wpa-ca_cert &amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	wpa-altsubject_match DNS:radius.sha2017.org&lt;br /&gt;
&lt;br /&gt;
== netctl ==&lt;br /&gt;
 Description='SHA2017 secure WPA2 802.1X config'&lt;br /&gt;
 Interface=wls1&lt;br /&gt;
 Connection=wireless&lt;br /&gt;
 Security=wpa-configsection&lt;br /&gt;
 IP=dhcp&lt;br /&gt;
 ESSID=SHA2017&lt;br /&gt;
 WPAConfigSection=(&lt;br /&gt;
     'ssid=&amp;quot;SHA2017&amp;quot;'&lt;br /&gt;
     'proto=RSN WPA'&lt;br /&gt;
     'key_mgmt=WPA-EAP'&lt;br /&gt;
     'eap=TTLS'&lt;br /&gt;
     'identity=&amp;quot;edward&amp;quot;'&lt;br /&gt;
     'password=&amp;quot;snowden&amp;quot;'&lt;br /&gt;
     'ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;'&lt;br /&gt;
     'altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;'&lt;br /&gt;
     'phase2=&amp;quot;auth=PAP&amp;quot;'&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
== Apple MacOS / iOS == &lt;br /&gt;
You can use one of these profiles for the correct WiFi-settings for Apple MacOS / iOS:&lt;br /&gt;
&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017.mobileconfig SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017-legacy.mobileconfig SHA2017-legacy]] (2.4GHz only)&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Import one of these profiles for the correct WiFi-settings for Windows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017.xml SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017-legacy.xml SHA2017-legacy)]] (2.4GHz only)&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
To import and connect follow these steps:&lt;br /&gt;
&lt;br /&gt;
# Open a command prompt and execute: netsh wlan add profile filename=SHA2017.xml&lt;br /&gt;
# Connect to the SHA2017 or SHA2017-legacy network; use &amp;quot;SHA2017/SHA2017&amp;quot; as the username/password when prompted.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3959</id>
		<title>Network/802.1X client settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3959"/>
				<updated>2017-06-16T21:17:35Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Android */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android ==&lt;br /&gt;
You can use our Android App to configure the correct WiFi settings on your Android device. Download it here:&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* From Google Playstore: [https://play.google.com/store/apps/details?id=nl.eventinfra.wifisetup]&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Network Manager ==&lt;br /&gt;
&lt;br /&gt;
You can use the following config file:&lt;br /&gt;
&lt;br /&gt;
Please note that some versions of NM are buggy and will only work with&lt;br /&gt;
802.1X using MSCHAPv2, or not at all.&lt;br /&gt;
If that affects you, it may be easiest to use wpa_supplicant.&lt;br /&gt;
&lt;br /&gt;
'''/etc/NetworkManager/system-connections/SHA2017''':&lt;br /&gt;
&lt;br /&gt;
 [connection]&lt;br /&gt;
 id=SHA2017&lt;br /&gt;
 uuid=c80101e2-7b99-4511-846b-2388eb86a5ad&lt;br /&gt;
 type=wifi&lt;br /&gt;
 permissions=&lt;br /&gt;
 secondaries=&lt;br /&gt;
 &lt;br /&gt;
 [wifi]&lt;br /&gt;
 mac-address=42:23:42:23:42:23 &amp;lt;- !! Please change this !!&lt;br /&gt;
 mac-address-blacklist=&lt;br /&gt;
 mode=infrastructure&lt;br /&gt;
 seen-bssids=&lt;br /&gt;
 ssid=SHA2017&lt;br /&gt;
 &lt;br /&gt;
 [wifi-security]&lt;br /&gt;
 auth-alg=open&lt;br /&gt;
 group=&lt;br /&gt;
 key-mgmt=wpa-eap&lt;br /&gt;
 pairwise=&lt;br /&gt;
 proto=&lt;br /&gt;
 &lt;br /&gt;
 [802-1x]&lt;br /&gt;
 altsubject-matches=DNS:radius.sha2017.org&lt;br /&gt;
 ca-cert=/etc/ssl/certs/DST_Root_CA_X3.pem&lt;br /&gt;
 eap=ttls;&lt;br /&gt;
 identity=SHA2017&lt;br /&gt;
 password=SHA2017&lt;br /&gt;
 phase2-altsubject-matches=&lt;br /&gt;
 phase2-auth=pap&lt;br /&gt;
 &lt;br /&gt;
 [ipv4]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
 &lt;br /&gt;
 [ipv6]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
&lt;br /&gt;
== WICD ==&lt;br /&gt;
You need an additional crypto setting for WiCD. Put this file into '''/etc/wicd/encryption/templates/eap-ttls''' (debian systems, might be different with other *nix flavours):&lt;br /&gt;
&lt;br /&gt;
  name = EAP-TTLS SHA2017&lt;br /&gt;
  author = Felicitus&lt;br /&gt;
  require identity *Identity password *password&lt;br /&gt;
  -----&lt;br /&gt;
  ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
  network={&lt;br /&gt;
   ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
   scan_ssid=$_SCAN&lt;br /&gt;
   identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
   password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
   proto=WPA2&lt;br /&gt;
   key_mgmt=WPA-EAP&lt;br /&gt;
   group=CCMP&lt;br /&gt;
   pairwise=CCMP&lt;br /&gt;
   eap=TTLS&lt;br /&gt;
   ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
   altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
   anonymous_identity=&amp;quot;$_ANONYMOUS_IDENTITY&amp;quot;&lt;br /&gt;
   phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
   #priority=2&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
Edit '''/etc/wicd/encryption/templates/active''' to include the '''eap-ttls''' config template. Restart the WiCD daemon, choose the proper encryption (EAP-TTLS SHA2017) and enter a random username/password.&lt;br /&gt;
&lt;br /&gt;
== Jolla/connman ==&lt;br /&gt;
/var/lib/connman/SHA2017wifi.config :&lt;br /&gt;
&lt;br /&gt;
  [service_SHA2017]&lt;br /&gt;
  Type=wifi&lt;br /&gt;
  Name=SHA2017-legacy&lt;br /&gt;
  EAP=ttls&lt;br /&gt;
  Phase2=PAP&lt;br /&gt;
  Identity=edward&lt;br /&gt;
  Passphrase=snowden&lt;br /&gt;
&lt;br /&gt;
== wpa_supplicant.conf ==&lt;br /&gt;
/etc/wpa_supplicant/wpa_supplicant.conf :&lt;br /&gt;
&lt;br /&gt;
  network={&lt;br /&gt;
  	ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
  	key_mgmt=WPA-EAP&lt;br /&gt;
  	eap=TTLS&lt;br /&gt;
  	identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
  	password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
  	# ca path on debian 7.x, modify accordingly&lt;br /&gt;
  	ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
  	phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
== interfaces ==&lt;br /&gt;
As an alternative, you can specify the wpa_supplicant config options directly in /etc/network/interfaces:&lt;br /&gt;
&lt;br /&gt;
  iface wlan0 inet dhcp&lt;br /&gt;
  	wpa-ssid SHA2017&lt;br /&gt;
  	wpa-identity edward&lt;br /&gt;
  	wpa-password snowden&lt;br /&gt;
  	wpa-proto WPA2&lt;br /&gt;
  	wpa-key_mgmt WPA-EAP&lt;br /&gt;
  	wpa-group CCMP&lt;br /&gt;
  	wpa-pairwise CCMP&lt;br /&gt;
  	wpa-eap TTLS&lt;br /&gt;
  	wpa-phase2 &amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  	wpa-ca_cert &amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	wpa-altsubject_match DNS:radius.sha2017.org&lt;br /&gt;
&lt;br /&gt;
== netctl ==&lt;br /&gt;
 Description='SHA2017 secure WPA2 802.1X config'&lt;br /&gt;
 Interface=wls1&lt;br /&gt;
 Connection=wireless&lt;br /&gt;
 Security=wpa-configsection&lt;br /&gt;
 IP=dhcp&lt;br /&gt;
 ESSID=SHA2017&lt;br /&gt;
 WPAConfigSection=(&lt;br /&gt;
     'ssid=&amp;quot;SHA2017&amp;quot;'&lt;br /&gt;
     'proto=RSN WPA'&lt;br /&gt;
     'key_mgmt=WPA-EAP'&lt;br /&gt;
     'eap=TTLS'&lt;br /&gt;
     'identity=&amp;quot;edward&amp;quot;'&lt;br /&gt;
     'password=&amp;quot;snowden&amp;quot;'&lt;br /&gt;
     'ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;'&lt;br /&gt;
     'altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;'&lt;br /&gt;
     'phase2=&amp;quot;auth=PAP&amp;quot;'&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
== Apple MacOS / iOS == &lt;br /&gt;
You can use one of these profiles for the correct WiFi-settings for Apple MacOS / iOS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017.mobileconfig SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017-legacy.mobileconfig SHA2017-legacy]] (2.4GHz only)&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Import one of these profiles for the correct WiFi-settings for Windows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017.xml SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017-legacy.xml SHA2017-legacy)]] (2.4GHz only)&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
To import and connect follow these steps:&lt;br /&gt;
&lt;br /&gt;
# Open a command prompt and execute: netsh wlan add profile filename=SHA2017.xml&lt;br /&gt;
# Connect to the SHA2017 or SHA2017-legacy network; use &amp;quot;SHA2017/SHA2017&amp;quot; as the username/password when prompted.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3958</id>
		<title>Network/802.1X client settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3958"/>
				<updated>2017-06-16T21:05:27Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android ==&lt;br /&gt;
You can use our Android App to configure the correct WiFi settings on your Android device. Download it here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* From Google Playstore: [https://play.google.com/store/apps/details?id=nl.eventinfra.wifisetup]&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
== Network Manager ==&lt;br /&gt;
&lt;br /&gt;
You can use the following config file:&lt;br /&gt;
&lt;br /&gt;
Please note that some versions of NM are buggy and will only work with&lt;br /&gt;
802.1X using MSCHAPv2, or not at all.&lt;br /&gt;
If that affects you, it may be easiest to use wpa_supplicant.&lt;br /&gt;
&lt;br /&gt;
'''/etc/NetworkManager/system-connections/SHA2017''':&lt;br /&gt;
&lt;br /&gt;
 [connection]&lt;br /&gt;
 id=SHA2017&lt;br /&gt;
 uuid=c80101e2-7b99-4511-846b-2388eb86a5ad&lt;br /&gt;
 type=wifi&lt;br /&gt;
 permissions=&lt;br /&gt;
 secondaries=&lt;br /&gt;
 &lt;br /&gt;
 [wifi]&lt;br /&gt;
 mac-address=42:23:42:23:42:23 &amp;lt;- !! Please change this !!&lt;br /&gt;
 mac-address-blacklist=&lt;br /&gt;
 mode=infrastructure&lt;br /&gt;
 seen-bssids=&lt;br /&gt;
 ssid=SHA2017&lt;br /&gt;
 &lt;br /&gt;
 [wifi-security]&lt;br /&gt;
 auth-alg=open&lt;br /&gt;
 group=&lt;br /&gt;
 key-mgmt=wpa-eap&lt;br /&gt;
 pairwise=&lt;br /&gt;
 proto=&lt;br /&gt;
 &lt;br /&gt;
 [802-1x]&lt;br /&gt;
 altsubject-matches=DNS:radius.sha2017.org&lt;br /&gt;
 ca-cert=/etc/ssl/certs/DST_Root_CA_X3.pem&lt;br /&gt;
 eap=ttls;&lt;br /&gt;
 identity=SHA2017&lt;br /&gt;
 password=SHA2017&lt;br /&gt;
 phase2-altsubject-matches=&lt;br /&gt;
 phase2-auth=pap&lt;br /&gt;
 &lt;br /&gt;
 [ipv4]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
 &lt;br /&gt;
 [ipv6]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
&lt;br /&gt;
== WICD ==&lt;br /&gt;
You need an additional crypto setting for WiCD. Put this file into '''/etc/wicd/encryption/templates/eap-ttls''' (debian systems, might be different with other *nix flavours):&lt;br /&gt;
&lt;br /&gt;
  name = EAP-TTLS SHA2017&lt;br /&gt;
  author = Felicitus&lt;br /&gt;
  require identity *Identity password *password&lt;br /&gt;
  -----&lt;br /&gt;
  ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
  network={&lt;br /&gt;
   ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
   scan_ssid=$_SCAN&lt;br /&gt;
   identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
   password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
   proto=WPA2&lt;br /&gt;
   key_mgmt=WPA-EAP&lt;br /&gt;
   group=CCMP&lt;br /&gt;
   pairwise=CCMP&lt;br /&gt;
   eap=TTLS&lt;br /&gt;
   ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
   altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
   anonymous_identity=&amp;quot;$_ANONYMOUS_IDENTITY&amp;quot;&lt;br /&gt;
   phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
   #priority=2&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
Edit '''/etc/wicd/encryption/templates/active''' to include the '''eap-ttls''' config template. Restart the WiCD daemon, choose the proper encryption (EAP-TTLS SHA2017) and enter a random username/password.&lt;br /&gt;
&lt;br /&gt;
== Jolla/connman ==&lt;br /&gt;
/var/lib/connman/SHA2017wifi.config :&lt;br /&gt;
&lt;br /&gt;
  [service_SHA2017]&lt;br /&gt;
  Type=wifi&lt;br /&gt;
  Name=SHA2017-legacy&lt;br /&gt;
  EAP=ttls&lt;br /&gt;
  Phase2=PAP&lt;br /&gt;
  Identity=edward&lt;br /&gt;
  Passphrase=snowden&lt;br /&gt;
&lt;br /&gt;
== wpa_supplicant.conf ==&lt;br /&gt;
/etc/wpa_supplicant/wpa_supplicant.conf :&lt;br /&gt;
&lt;br /&gt;
  network={&lt;br /&gt;
  	ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
  	key_mgmt=WPA-EAP&lt;br /&gt;
  	eap=TTLS&lt;br /&gt;
  	identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
  	password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
  	# ca path on debian 7.x, modify accordingly&lt;br /&gt;
  	ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;&lt;br /&gt;
  	phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
== interfaces ==&lt;br /&gt;
As an alternative, you can specify the wpa_supplicant config options directly in /etc/network/interfaces:&lt;br /&gt;
&lt;br /&gt;
  iface wlan0 inet dhcp&lt;br /&gt;
  	wpa-ssid SHA2017&lt;br /&gt;
  	wpa-identity edward&lt;br /&gt;
  	wpa-password snowden&lt;br /&gt;
  	wpa-proto WPA2&lt;br /&gt;
  	wpa-key_mgmt WPA-EAP&lt;br /&gt;
  	wpa-group CCMP&lt;br /&gt;
  	wpa-pairwise CCMP&lt;br /&gt;
  	wpa-eap TTLS&lt;br /&gt;
  	wpa-phase2 &amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  	wpa-ca_cert &amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	wpa-altsubject_match DNS:radius.sha2017.org&lt;br /&gt;
&lt;br /&gt;
== netctl ==&lt;br /&gt;
 Description='SHA2017 secure WPA2 802.1X config'&lt;br /&gt;
 Interface=wls1&lt;br /&gt;
 Connection=wireless&lt;br /&gt;
 Security=wpa-configsection&lt;br /&gt;
 IP=dhcp&lt;br /&gt;
 ESSID=SHA2017&lt;br /&gt;
 WPAConfigSection=(&lt;br /&gt;
     'ssid=&amp;quot;SHA2017&amp;quot;'&lt;br /&gt;
     'proto=RSN WPA'&lt;br /&gt;
     'key_mgmt=WPA-EAP'&lt;br /&gt;
     'eap=TTLS'&lt;br /&gt;
     'identity=&amp;quot;edward&amp;quot;'&lt;br /&gt;
     'password=&amp;quot;snowden&amp;quot;'&lt;br /&gt;
     'ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;'&lt;br /&gt;
     'altsubject_match=&amp;quot;DNS:radius.sha2017.org&amp;quot;'&lt;br /&gt;
     'phase2=&amp;quot;auth=PAP&amp;quot;'&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
== Apple MacOS / iOS == &lt;br /&gt;
You can use one of these profiles for the correct WiFi-settings for Apple MacOS / iOS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017.mobileconfig SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017-legacy.mobileconfig SHA2017-legacy]] (2.4GHz only)&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Import one of these profiles for the correct WiFi-settings for Windows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017.xml SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017-legacy.xml SHA2017-legacy)]] (2.4GHz only)&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
To import and connect follow these steps:&lt;br /&gt;
&lt;br /&gt;
# Open a command prompt and execute: netsh wlan add profile filename=SHA2017.xml&lt;br /&gt;
# Connect to the SHA2017 or SHA2017-legacy network; use &amp;quot;SHA2017/SHA2017&amp;quot; as the username/password when prompted.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3957</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3957"/>
				<updated>2017-06-16T21:01:20Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the '''SHA2017''' network with a username of '''sha2017''' and a password of '''sha2017'''.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a datenklo early, contact the NOC helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 140 or channels 149-165 if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3956</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3956"/>
				<updated>2017-06-16T21:00:55Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the ''''SHA2017'''' network with a username of ''''sha2017'''' and a password of ''''sha2017''''.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a datenklo early, contact the NOC helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 140 or channels 149-165 if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;br /&gt;
&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3955</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3955"/>
				<updated>2017-06-16T21:00:43Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;br /&gt;
&lt;br /&gt;
== TL;DR ==&lt;br /&gt;
* To use the camp WiFi on most modern devices, connect to the ''''SHA2017'''' network with a username of ''''sha2017'''' and a password of ''''sha2017''''.&lt;br /&gt;
* You have a public IPv4 &amp;amp; IPv6 address and there is no network firewall or filtering.&lt;br /&gt;
&lt;br /&gt;
== Rules of Conduct ==&lt;br /&gt;
* Be fair! Do not do to others what you do not wish done to yourself!&lt;br /&gt;
* We cannot be held responsible for any damage your computer may face due to attachment to our network. Be reminded that both internet access and the local network are unfirewalled and unfiltered. Even well-maintained systems can be attacked and get hacked, even more so at a hacker event.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not run your own DHCP server! Doing so is harmful.&lt;br /&gt;
* Do not send IPv6 Router Advertisements.&lt;br /&gt;
* Do not ARP spoof or otherwise impede the operation of the network!&lt;br /&gt;
* If you are connecting an embedded device to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
* While we are generally quite able to find and disconnect you in case of network misuse if necessary, we still prefer to not have to do so and that everybody respects the other visitors.&lt;br /&gt;
* Think twice before you do something that affects others! If you hack someone, you might be prosecuted. Be aware that we cannot prevent law enforcement from acting within or related to our network.&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; SHA2017-PSK&lt;br /&gt;
: WPA2 PSK, shared private SSID for SHA2017 teams/projects using non-802.1X capable devices, 2.4GHz&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN/SAN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
All camping areas will be within 40m of a datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a datenklo early, contact the NOC helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz/5GHz-band for non-wifi projects? ===&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 140 or channels 149-165 if supported (max 25mW EIRP allowed in The Netherlands)&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
Please don't. &lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the NOC helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
Yes. You are however only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to connect to multiple datenklos! The datenklo switchport allows for a maximum of 64 stations.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;br /&gt;
&lt;br /&gt;
== Twitter ==&lt;br /&gt;
The SHA2017 NOC team has a Twitter account: [https://twitter.com/sha2017noc @sha2017noc]&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3953</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3953"/>
				<updated>2017-06-16T20:25:40Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Camping area and workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of Cat5e/Cat6/Cat7 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo early, contact the NOC helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the NOC helpdesk in the Infodesk-tent.&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network/RADIUS_certificate&amp;diff=3952</id>
		<title>Network/RADIUS certificate</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network/RADIUS_certificate&amp;diff=3952"/>
				<updated>2017-06-16T20:24:54Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;-----BEGIN CERTIFICATE-----&lt;br /&gt;
MIIFBzCCA++gAwIBAgISA8k7/LTmEoVNp/WGubfUt75AMA0GCSqGSIb3DQEBCwUA&lt;br /&gt;
MEoxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MSMwIQYDVQQD&lt;br /&gt;
ExpMZXQncyBFbmNyeXB0IEF1dGhvcml0eSBYMzAeFw0xNzA2MTQwNzAyMDBaFw0x&lt;br /&gt;
NzA5MTIwNzAyMDBaMB0xGzAZBgNVBAMTEnJhZGl1cy5zaGEyMDE3Lm9yZzCCASIw&lt;br /&gt;
DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANuQOxOgb7JRkKCpV0q3/vqkmOw2&lt;br /&gt;
5jA8FMilpsa/DFRz5zkJ2rD+eR+o8cQ3jwyTnoTlWvgL28V0B9iehPsQKYp+4v9m&lt;br /&gt;
rgFftNg/j3DCL3ZLEONB0Abqc82vxOV2ud0Rs8vb7EvELEpEGAvV+FhaEifevADj&lt;br /&gt;
FcPG/RXv1O2YpVEDTDMmQ/g+aP+tz9DpWoyoFzaTlg9aRD8zDnsDq5YY1Gg9f4yq&lt;br /&gt;
hKUriOkEbydKYovF8Qizav+tYxjIuuFZZeshcB6aCgSuZLtWE0IBwwvZyHm14iiw&lt;br /&gt;
htU3xWGPFN++5uSGaYJNQfVsPdGdpL/2WcmNblVpdYkZU5u4IXz19K93MK0CAwEA&lt;br /&gt;
AaOCAhIwggIOMA4GA1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYI&lt;br /&gt;
KwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQU7HDsBFLA+B5ddZE15frv&lt;br /&gt;
SB2/r8cwHwYDVR0jBBgwFoAUqEpqYwR93brm0Tm3pkVl7/Oo7KEwbwYIKwYBBQUH&lt;br /&gt;
AQEEYzBhMC4GCCsGAQUFBzABhiJodHRwOi8vb2NzcC5pbnQteDMubGV0c2VuY3J5&lt;br /&gt;
cHQub3JnMC8GCCsGAQUFBzAChiNodHRwOi8vY2VydC5pbnQteDMubGV0c2VuY3J5&lt;br /&gt;
cHQub3JnLzAdBgNVHREEFjAUghJyYWRpdXMuc2hhMjAxNy5vcmcwgf4GA1UdIASB&lt;br /&gt;
9jCB8zAIBgZngQwBAgEwgeYGCysGAQQBgt8TAQEBMIHWMCYGCCsGAQUFBwIBFhpo&lt;br /&gt;
dHRwOi8vY3BzLmxldHNlbmNyeXB0Lm9yZzCBqwYIKwYBBQUHAgIwgZ4MgZtUaGlz&lt;br /&gt;
IENlcnRpZmljYXRlIG1heSBvbmx5IGJlIHJlbGllZCB1cG9uIGJ5IFJlbHlpbmcg&lt;br /&gt;
UGFydGllcyBhbmQgb25seSBpbiBhY2NvcmRhbmNlIHdpdGggdGhlIENlcnRpZmlj&lt;br /&gt;
YXRlIFBvbGljeSBmb3VuZCBhdCBodHRwczovL2xldHNlbmNyeXB0Lm9yZy9yZXBv&lt;br /&gt;
c2l0b3J5LzANBgkqhkiG9w0BAQsFAAOCAQEAdkd7mIBkkrEWk26I1feydZruagN2&lt;br /&gt;
DxoW6BrXSlxD1Z7eF9Rx6/+x27Yrp6sFDUYCICgA1zf61yCrqWyzjnVdsCxlJ8QL&lt;br /&gt;
P+fHCEQHdkLZ9SENk8ERhJsVFo+eR8XZ+qnB98Vzdw9X92ltF4INSgAuUW4tfsWG&lt;br /&gt;
e8BkNOthJsr2uMuh5ccAfw+CU3GXVAktXW08h+lAONkqhHbPe3dJ8rLpB3tgQuFd&lt;br /&gt;
TCk/T4HizKlDbdWVv0dnJu23x5hYGWCGMpnJeStWgAMoNkfp6ZwHOPcNgeL2LVCn&lt;br /&gt;
O1yh8EhQVT5zn3dKGiPfxN4wWQfcIMlXj44YH56hoHi0+rsm04fMjgPBCw==&lt;br /&gt;
-----END CERTIFICATE-----&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3951</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3951"/>
				<updated>2017-06-16T20:24:24Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Client Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
{{MapObject|Handle = 0xC352}}&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA256 Fingerprint = 20:CE:02:90:2E:2A:79:8E:B5:40:8D:BD:0A:E4:18:A1:AD:5A:C0:BD:6A:09:02:17:A8:F4:46:99:79:A0:B9:C8&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo early, contact the NOC helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the NOC helpdesk in the Infodesk-tent.&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3764</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3764"/>
				<updated>2017-06-13T20:56:40Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Camping area and workshops */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC helpdesk will connect it up.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo early, contact the NOC helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our access ports are 1Gbit/s (1000BASE-T) or 100Mbit/s (100BASE-TX), plus Auto-MDIX. If you want to connect something else, please contact the NOC-team beforehand at noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit/s. It might work on a few devices, but there is no guarrantee. If you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the NOC helpdesk in the Infodesk-tent.&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3745</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3745"/>
				<updated>2017-06-13T18:34:26Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Supporters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the NOC helpdesk in the Infodesk-tent.&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://www.edge-core.com/ Edgecore Networks] (Networking gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3685</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3685"/>
				<updated>2017-06-11T20:05:56Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Uplink */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters]].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the NOC helpdesk in the Infodesk-tent.&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3684</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3684"/>
				<updated>2017-06-11T20:05:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Uplink */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world, supplied by various [[#Supporters|supporters].&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the NOC helpdesk in the Infodesk-tent.&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3683</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3683"/>
				<updated>2017-06-11T20:04:40Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: Add colocation details&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the NOC helpdesk in the Infodesk-tent.&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! You should host your server in your tent/village and connect to the nearest datenklo. &lt;br /&gt;
&lt;br /&gt;
We have not yet decided if there will be a public-colocation facility though. Please get in touch with us if you want to help out running such a facility.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3447</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3447"/>
				<updated>2017-06-07T15:49:16Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Supporters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the NOC helpdesk in the Infodesk-tent.&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! However, we do not offer a colocation for your hardware. You will have to keep it with you.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [https://www.bit.nl/ BIT] (UTP &amp;amp; transit)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3436</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3436"/>
				<updated>2017-06-06T20:30:56Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the NOC helpdesk in the Infodesk-tent.&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! However, we do not offer a colocation for your hardware. You will have to keep it with you.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;br /&gt;
&lt;br /&gt;
== Supporters ==&lt;br /&gt;
We'd like to extend special thanks to the following people and organisations who have been instrumental in making SHA2017 Network happen:&lt;br /&gt;
&lt;br /&gt;
* [http://www.juniper.net/ Juniper Networks] (Routers for uplink)&lt;br /&gt;
* [https://us.ntt.net/ NTT Communications] (100GE transit)&lt;br /&gt;
* [https://cumulusnetworks.com/ Cumulus Networks] (Distribution switches &amp;amp; software)&lt;br /&gt;
* [https://www.flexoptix.net Flexoptix] (Transceivers)&lt;br /&gt;
* [https://surfnet.nl/ SURFnet] (10GE transit &amp;amp; IP-space)&lt;br /&gt;
* [http://www.core-backbone.com/ Core-Backbone] (10GE transit)&lt;br /&gt;
* [https://public.nl-ix.net/ NL-ix] (Peering &amp;amp; transit)&lt;br /&gt;
* [https://unet.nl/ UNET] (Dark-fibre uplink)&lt;br /&gt;
* [http://www.arubanetworks.com/ Aruba Networks] (WiFi gear)&lt;br /&gt;
* [http://ccc.de The Chaos Computer Club]&lt;br /&gt;
* [http://eventinfra.org EventInfra] (Network equipment loan)&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3435</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3435"/>
				<updated>2017-06-06T20:22:00Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Services */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the NOC helpdesk in the Infodesk-tent.&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! However, we do not offer a colocation for your hardware. You will have to keep it with you.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3434</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3434"/>
				<updated>2017-06-06T20:21:52Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Static IPs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the NOC helpdesk in the Infodesk-tent.&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! However, we do not offer a colocation for your hardware. You will have to keep it with you.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3433</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3433"/>
				<updated>2017-06-06T20:21:22Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: /* Client Settings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
=== Services / VLANs ===&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the [[Team:InfoDesk]].&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! However, we do not offer a colocation for your hardware. You will have to keep it with you.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3432</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3432"/>
				<updated>2017-06-06T20:19:48Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
We are planning for a 100 Gbps uplink to our router in Amsterdam. From there we will have various transits to the rest of the world.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the [[Team:InfoDesk]].&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! However, we do not offer a colocation for your hardware. You will have to keep it with you.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3431</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3431"/>
				<updated>2017-06-06T20:16:32Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
== Rules ==&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
==WiFi==&lt;br /&gt;
There will be WiFi coverage on most of the terrain. You can connect to the WiFi SSID &amp;quot;SHA2017&amp;quot; with username &amp;quot;sha2017&amp;quot; and password &amp;quot;sha2017&amp;quot;. Eduroam &amp;amp; spacenet authentication will also be available on the terrain. The WiFi will use both the 2.4 and the 5GHz network.&lt;br /&gt;
&lt;br /&gt;
Please don't set up your own WiFi. This will cause issues on such a high dense terrain. We are actively scanning for rogue accesspoints.&lt;br /&gt;
&lt;br /&gt;
== IP ==&lt;br /&gt;
Every device will receive an IPv4 and IPv6 WAN address.   &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
&lt;br /&gt;
We are planning to give you a 100 Gbps uplink to our router in Amsterdam. From there we will have several peerings to the rest of the world.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the [[Team:InfoDesk]].&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! However, we do not offer a colocation for your hardware. You will have to keep it with you.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3430</id>
		<title>Network/802.1X client settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3430"/>
				<updated>2017-06-06T20:12:44Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android ==&lt;br /&gt;
You can use our Android App to configure the correct WiFi settings on your Android device. Download it here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* From Google Playstore: [https://play.google.com/store/apps/details?id=nl.eventinfra.wifisetup]&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
== Network Manager ==&lt;br /&gt;
&lt;br /&gt;
You can use the following config file:&lt;br /&gt;
&lt;br /&gt;
Please note that some versions of NM are buggy and will only work with&lt;br /&gt;
802.1X using MSCHAPv2, or not at all.&lt;br /&gt;
If that affects you, it may be easiest to use wpa_supplicant.&lt;br /&gt;
&lt;br /&gt;
'''/etc/NetworkManager/system-connections/SHA2017''':&lt;br /&gt;
&lt;br /&gt;
 [connection]&lt;br /&gt;
 id=SHA2017&lt;br /&gt;
 uuid=c80101e2-7b99-4511-846b-2388eb86a5ad&lt;br /&gt;
 type=wifi&lt;br /&gt;
 permissions=&lt;br /&gt;
 secondaries=&lt;br /&gt;
 &lt;br /&gt;
 [wifi]&lt;br /&gt;
 mac-address=42:23:42:23:42:23 &amp;lt;- !! Please change this !!&lt;br /&gt;
 mac-address-blacklist=&lt;br /&gt;
 mode=infrastructure&lt;br /&gt;
 seen-bssids=&lt;br /&gt;
 ssid=SHA2017&lt;br /&gt;
 &lt;br /&gt;
 [wifi-security]&lt;br /&gt;
 auth-alg=open&lt;br /&gt;
 group=&lt;br /&gt;
 key-mgmt=wpa-eap&lt;br /&gt;
 pairwise=&lt;br /&gt;
 proto=&lt;br /&gt;
 &lt;br /&gt;
 [802-1x]&lt;br /&gt;
 altsubject-matches=DNS:radius.c3noc.net&lt;br /&gt;
 ca-cert=/etc/ssl/certs/DST_Root_CA_X3.pem&lt;br /&gt;
 eap=ttls;&lt;br /&gt;
 identity=SHA2017&lt;br /&gt;
 password=SHA2017&lt;br /&gt;
 phase2-altsubject-matches=&lt;br /&gt;
 phase2-auth=pap&lt;br /&gt;
 &lt;br /&gt;
 [ipv4]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
 &lt;br /&gt;
 [ipv6]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
&lt;br /&gt;
== WICD ==&lt;br /&gt;
You need an additional crypto setting for WiCD. Put this file into '''/etc/wicd/encryption/templates/eap-ttls''' (debian systems, might be different with other *nix flavours):&lt;br /&gt;
&lt;br /&gt;
  name = EAP-TTLS SHA2017&lt;br /&gt;
  author = Felicitus&lt;br /&gt;
  require identity *Identity password *password&lt;br /&gt;
  -----&lt;br /&gt;
  ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
  network={&lt;br /&gt;
   ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
   scan_ssid=$_SCAN&lt;br /&gt;
   identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
   password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
   proto=WPA2&lt;br /&gt;
   key_mgmt=WPA-EAP&lt;br /&gt;
   group=CCMP&lt;br /&gt;
   pairwise=CCMP&lt;br /&gt;
   eap=TTLS&lt;br /&gt;
   ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
   altsubject_match=&amp;quot;DNS:radius.c3noc.net&amp;quot;&lt;br /&gt;
   anonymous_identity=&amp;quot;$_ANONYMOUS_IDENTITY&amp;quot;&lt;br /&gt;
   phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
   #priority=2&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
Edit '''/etc/wicd/encryption/templates/active''' to include the '''eap-ttls''' config template. Restart the WiCD daemon, choose the proper encryption (EAP-TTLS SHA2017) and enter a random username/password.&lt;br /&gt;
&lt;br /&gt;
== Jolla/connman ==&lt;br /&gt;
/var/lib/connman/SHA2017wifi.config :&lt;br /&gt;
&lt;br /&gt;
  [service_SHA2017]&lt;br /&gt;
  Type=wifi&lt;br /&gt;
  Name=SHA2017-legacy&lt;br /&gt;
  EAP=ttls&lt;br /&gt;
  Phase2=PAP&lt;br /&gt;
  Identity=edward&lt;br /&gt;
  Passphrase=snowden&lt;br /&gt;
&lt;br /&gt;
== wpa_supplicant.conf ==&lt;br /&gt;
/etc/wpa_supplicant/wpa_supplicant.conf :&lt;br /&gt;
&lt;br /&gt;
  network={&lt;br /&gt;
  	ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
  	key_mgmt=WPA-EAP&lt;br /&gt;
  	eap=TTLS&lt;br /&gt;
  	identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
  	password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
  	# ca path on debian 7.x, modify accordingly&lt;br /&gt;
  	ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	altsubject_match=&amp;quot;DNS:radius.c3noc.net&amp;quot;&lt;br /&gt;
  	phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
== interfaces ==&lt;br /&gt;
As an alternative, you can specify the wpa_supplicant config options directly in /etc/network/interfaces:&lt;br /&gt;
&lt;br /&gt;
  iface wlan0 inet dhcp&lt;br /&gt;
  	wpa-ssid SHA2017&lt;br /&gt;
  	wpa-identity edward&lt;br /&gt;
  	wpa-password snowden&lt;br /&gt;
  	wpa-proto WPA2&lt;br /&gt;
  	wpa-key_mgmt WPA-EAP&lt;br /&gt;
  	wpa-group CCMP&lt;br /&gt;
  	wpa-pairwise CCMP&lt;br /&gt;
  	wpa-eap TTLS&lt;br /&gt;
  	wpa-phase2 &amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  	wpa-ca_cert &amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	wpa-altsubject_match DNS:radius.c3noc.net&lt;br /&gt;
&lt;br /&gt;
== netctl ==&lt;br /&gt;
 Description='SHA2017 secure WPA2 802.1X config'&lt;br /&gt;
 Interface=wls1&lt;br /&gt;
 Connection=wireless&lt;br /&gt;
 Security=wpa-configsection&lt;br /&gt;
 IP=dhcp&lt;br /&gt;
 ESSID=SHA2017&lt;br /&gt;
 WPAConfigSection=(&lt;br /&gt;
     'ssid=&amp;quot;SHA2017&amp;quot;'&lt;br /&gt;
     'proto=RSN WPA'&lt;br /&gt;
     'key_mgmt=WPA-EAP'&lt;br /&gt;
     'eap=TTLS'&lt;br /&gt;
     'identity=&amp;quot;edward&amp;quot;'&lt;br /&gt;
     'password=&amp;quot;snowden&amp;quot;'&lt;br /&gt;
     'ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;'&lt;br /&gt;
     'altsubject_match=&amp;quot;DNS:radius.c3noc.net&amp;quot;'&lt;br /&gt;
     'phase2=&amp;quot;auth=PAP&amp;quot;'&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
== Apple MacOS / iOS == &lt;br /&gt;
You can use one of these profiles for the correct WiFi-settings for Apple MacOS / iOS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017.mobileconfig SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/sha2017-legacy.mobileconfig SHA2017-legacy]] (2.4GHz only)&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Import one of these profiles for the correct WiFi-settings for Windows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017.xml SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/sha2017/SHA2017-legacy.xml SHA2017-legacy)]] (2.4GHz only)&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
To import and connect follow these steps:&lt;br /&gt;
&lt;br /&gt;
# Open a command prompt and execute: netsh wlan add profile filename=SHA2017.xml&lt;br /&gt;
# Connect to the SHA2017 or SHA2017-legacy network; use &amp;quot;SHA2017/SHA2017&amp;quot; as the username/password when prompted.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3429</id>
		<title>Network/802.1X client settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network/802.1X_client_settings&amp;diff=3429"/>
				<updated>2017-06-06T20:12:03Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: Created page with &amp;quot;== Android == You can use our Android App to configure the correct WiFi settings on your Android device. Download it here:  &amp;lt;!-- * From Google Playstore: [https://play.google....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Android ==&lt;br /&gt;
You can use our Android App to configure the correct WiFi settings on your Android device. Download it here:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* From Google Playstore: [https://play.google.com/store/apps/details?id=nl.eventinfra.wifisetup]&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
== Network Manager ==&lt;br /&gt;
&lt;br /&gt;
You can use the following config file:&lt;br /&gt;
&lt;br /&gt;
Please note that some versions of NM are buggy and will only work with&lt;br /&gt;
802.1X using MSCHAPv2, or not at all.&lt;br /&gt;
If that affects you, it may be easiest to use wpa_supplicant.&lt;br /&gt;
&lt;br /&gt;
'''/etc/NetworkManager/system-connections/33C3''':&lt;br /&gt;
&lt;br /&gt;
 [connection]&lt;br /&gt;
 id=SHA2017&lt;br /&gt;
 uuid=c80101e2-7b99-4511-846b-2388eb86a5ad&lt;br /&gt;
 type=wifi&lt;br /&gt;
 permissions=&lt;br /&gt;
 secondaries=&lt;br /&gt;
 &lt;br /&gt;
 [wifi]&lt;br /&gt;
 mac-address=42:23:42:23:42:23 &amp;lt;- !! Please change this !!&lt;br /&gt;
 mac-address-blacklist=&lt;br /&gt;
 mode=infrastructure&lt;br /&gt;
 seen-bssids=&lt;br /&gt;
 ssid=SHA2017&lt;br /&gt;
 &lt;br /&gt;
 [wifi-security]&lt;br /&gt;
 auth-alg=open&lt;br /&gt;
 group=&lt;br /&gt;
 key-mgmt=wpa-eap&lt;br /&gt;
 pairwise=&lt;br /&gt;
 proto=&lt;br /&gt;
 &lt;br /&gt;
 [802-1x]&lt;br /&gt;
 altsubject-matches=DNS:radius.c3noc.net&lt;br /&gt;
 ca-cert=/etc/ssl/certs/DST_Root_CA_X3.pem&lt;br /&gt;
 eap=ttls;&lt;br /&gt;
 identity=SHA2017&lt;br /&gt;
 password=SHA2017&lt;br /&gt;
 phase2-altsubject-matches=&lt;br /&gt;
 phase2-auth=pap&lt;br /&gt;
 &lt;br /&gt;
 [ipv4]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
 &lt;br /&gt;
 [ipv6]&lt;br /&gt;
 dns-search=&lt;br /&gt;
 method=auto&lt;br /&gt;
&lt;br /&gt;
== WICD ==&lt;br /&gt;
You need an additional crypto setting for WiCD. Put this file into '''/etc/wicd/encryption/templates/eap-ttls''' (debian systems, might be different with other *nix flavours):&lt;br /&gt;
&lt;br /&gt;
  name = EAP-TTLS SHA2017&lt;br /&gt;
  author = Felicitus&lt;br /&gt;
  require identity *Identity password *password&lt;br /&gt;
  -----&lt;br /&gt;
  ctrl_interface=/var/run/wpa_supplicant&lt;br /&gt;
  network={&lt;br /&gt;
   ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
   scan_ssid=$_SCAN&lt;br /&gt;
   identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
   password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
   proto=WPA2&lt;br /&gt;
   key_mgmt=WPA-EAP&lt;br /&gt;
   group=CCMP&lt;br /&gt;
   pairwise=CCMP&lt;br /&gt;
   eap=TTLS&lt;br /&gt;
   ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
   altsubject_match=&amp;quot;DNS:radius.c3noc.net&amp;quot;&lt;br /&gt;
   anonymous_identity=&amp;quot;$_ANONYMOUS_IDENTITY&amp;quot;&lt;br /&gt;
   phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
   #priority=2&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
Edit '''/etc/wicd/encryption/templates/active''' to include the '''eap-ttls''' config template. Restart the WiCD daemon, choose the proper encryption (EAP-TTLS SHA2017) and enter a random username/password.&lt;br /&gt;
&lt;br /&gt;
== Jolla/connman ==&lt;br /&gt;
/var/lib/connman/SHA2017wifi.config :&lt;br /&gt;
&lt;br /&gt;
  [service_SHA2017]&lt;br /&gt;
  Type=wifi&lt;br /&gt;
  Name=SHA2017-legacy&lt;br /&gt;
  EAP=ttls&lt;br /&gt;
  Phase2=PAP&lt;br /&gt;
  Identity=edward&lt;br /&gt;
  Passphrase=snowden&lt;br /&gt;
&lt;br /&gt;
== wpa_supplicant.conf ==&lt;br /&gt;
/etc/wpa_supplicant/wpa_supplicant.conf :&lt;br /&gt;
&lt;br /&gt;
  network={&lt;br /&gt;
  	ssid=&amp;quot;SHA2017&amp;quot;&lt;br /&gt;
  	key_mgmt=WPA-EAP&lt;br /&gt;
  	eap=TTLS&lt;br /&gt;
  	identity=&amp;quot;edward&amp;quot;&lt;br /&gt;
  	password=&amp;quot;snowden&amp;quot;&lt;br /&gt;
  	# ca path on debian 7.x, modify accordingly&lt;br /&gt;
  	ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	altsubject_match=&amp;quot;DNS:radius.c3noc.net&amp;quot;&lt;br /&gt;
  	phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
== interfaces ==&lt;br /&gt;
As an alternative, you can specify the wpa_supplicant config options directly in /etc/network/interfaces:&lt;br /&gt;
&lt;br /&gt;
  iface wlan0 inet dhcp&lt;br /&gt;
  	wpa-ssid SHA2017&lt;br /&gt;
  	wpa-identity edward&lt;br /&gt;
  	wpa-password snowden&lt;br /&gt;
  	wpa-proto WPA2&lt;br /&gt;
  	wpa-key_mgmt WPA-EAP&lt;br /&gt;
  	wpa-group CCMP&lt;br /&gt;
  	wpa-pairwise CCMP&lt;br /&gt;
  	wpa-eap TTLS&lt;br /&gt;
  	wpa-phase2 &amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
  	wpa-ca_cert &amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;&lt;br /&gt;
  	wpa-altsubject_match DNS:radius.c3noc.net&lt;br /&gt;
&lt;br /&gt;
== netctl ==&lt;br /&gt;
 Description='SHA2017 secure WPA2 802.1X config'&lt;br /&gt;
 Interface=wls1&lt;br /&gt;
 Connection=wireless&lt;br /&gt;
 Security=wpa-configsection&lt;br /&gt;
 IP=dhcp&lt;br /&gt;
 ESSID=SHA2017&lt;br /&gt;
 WPAConfigSection=(&lt;br /&gt;
     'ssid=&amp;quot;SHA2017&amp;quot;'&lt;br /&gt;
     'proto=RSN WPA'&lt;br /&gt;
     'key_mgmt=WPA-EAP'&lt;br /&gt;
     'eap=TTLS'&lt;br /&gt;
     'identity=&amp;quot;edward&amp;quot;'&lt;br /&gt;
     'password=&amp;quot;snowden&amp;quot;'&lt;br /&gt;
     'ca_cert=&amp;quot;/etc/ssl/certs/DST_Root_CA_X3.pem&amp;quot;'&lt;br /&gt;
     'altsubject_match=&amp;quot;DNS:radius.c3noc.net&amp;quot;'&lt;br /&gt;
     'phase2=&amp;quot;auth=PAP&amp;quot;'&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
== Apple MacOS / iOS == &lt;br /&gt;
You can use one of these profiles for the correct WiFi-settings for Apple MacOS / iOS:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [[https://eventinfra.org/33c3/33c3.mobileconfig SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/33c3/33c3-legacy.mobileconfig SHA2017-legacy]] (2.4GHz only)&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Import one of these profiles for the correct WiFi-settings for Windows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
* [[https://eventinfra.org/33c3/SHA2017.xml SHA2017]] (5GHz only)&lt;br /&gt;
* [[https://eventinfra.org/33c3/SHA2017-legacy.xml SHA2017-legacy)]] (2.4GHz only)&lt;br /&gt;
!--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
To import and connect follow these steps:&lt;br /&gt;
&lt;br /&gt;
# Open a command prompt and execute: netsh wlan add profile filename=SHA2017.xml&lt;br /&gt;
# Connect to the SHA2017 or SHA2017-legacy network; use &amp;quot;SHA2017/SHA2017&amp;quot; as the username/password when prompted.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network/RADIUS_certificate&amp;diff=3428</id>
		<title>Network/RADIUS certificate</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network/RADIUS_certificate&amp;diff=3428"/>
				<updated>2017-06-06T20:06:59Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: Created page with &amp;quot;&amp;lt;pre&amp;gt;TODO&amp;lt;/pre&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;TODO&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=Network&amp;diff=3427</id>
		<title>Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=Network&amp;diff=3427"/>
				<updated>2017-06-06T20:06:02Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;padding-left:10px&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://orga.sha2017.org/index.php/Team:NOC Team:NOC] is trying their best to deliver a fast and stable network during the event. If you have any questions, please contact the NOC helpdesk located at the infodesk tent.&lt;br /&gt;
&lt;br /&gt;
= Rules =&lt;br /&gt;
&lt;br /&gt;
* Be nice and friendly! Do not do to others what you do not wish done to yourself.&lt;br /&gt;
* There is no NAT and no firewall. Please make sure you have some kind of security on your end device. The organisation cannot be held responsible for someone hacking your system(s). If you don't know how you can secure your system(s), please go to the helpdesk.&lt;br /&gt;
* Do not operate your own WiFi access point. This causes a major slow-down for everybody else.&lt;br /&gt;
* If you are operating anything else in the 2.4GHz or the 5GHz spectrum, please clear the frequencies in advance with us.&lt;br /&gt;
* Do not attempt to run a DHCP or RA server. You will be found and named and shamed!&lt;br /&gt;
* You are not allowed to cross roads or fire lanes with your network cable. Please use the Datenklo that is assigned for your terrain. &lt;br /&gt;
* If you are connecting a Nanode / Arduino Ethernet / other microcontroller to the network please make sure it is using a unique MAC address. Many of the code examples for such devices use an identical MAC address and this will cause problems - if you aren't sure contact us.&lt;br /&gt;
* If you are connecting a switch, you need to contact the NOC if you are connecting more than 64 stations. You are only allowed one uplink from your switch to our network - do not attempt to connect multiple cables or to multiple DKs!&lt;br /&gt;
* For special requests please contact NOC via noc-requests@sha2017.org.&lt;br /&gt;
&lt;br /&gt;
If you break these rules, we will track you down or triangulate you, but we'd rather spend the time maintaining the smooth operation of the network, so please don't waste our time. &lt;br /&gt;
&lt;br /&gt;
=General=&lt;br /&gt;
&lt;br /&gt;
==WiFi==&lt;br /&gt;
There will be WiFi coverage on most of the terrain. You can connect to the WiFi SSID &amp;quot;SHA2017&amp;quot; with username &amp;quot;sha2017&amp;quot; and password &amp;quot;sha2017&amp;quot;. Eduroam &amp;amp; spacenet authentication will also be available on the terrain. The WiFi will use both the 2.4 and the 5GHz network.&lt;br /&gt;
&lt;br /&gt;
Please don't set up your own WiFi. This will cause issues on such a high dense terrain. We are actively scanning for rogue accesspoints.&lt;br /&gt;
&lt;br /&gt;
== IP ==&lt;br /&gt;
Every device will receive an IPv4 and IPv6 WAN address.   &lt;br /&gt;
&lt;br /&gt;
== Uplink ==&lt;br /&gt;
&lt;br /&gt;
We are planning to give you a 100 Gbps uplink to our router in Amsterdam. From there we will have several peerings to the rest of the world.&lt;br /&gt;
&lt;br /&gt;
== Wireless ==&lt;br /&gt;
&lt;br /&gt;
The whole field has been covered with many wireless access points to ensure the best possible coverage and to allow you to roam seamlessly without interruption. Naturally, there is additional coverage in popular areas such as the talk tents. The following wireless networks will be available:&lt;br /&gt;
&lt;br /&gt;
; SHA2017&lt;br /&gt;
: This is 5GHz and should you should use this one in preference, if you can see it. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is the most secure, WPA2-Enterprise.&lt;br /&gt;
; SHA2017-legacy&lt;br /&gt;
: This is 2.4GHz and less resistant to interference, use it only if you have to. The username is &amp;quot;sha2017&amp;quot; with password &amp;quot;sha2017&amp;quot;. This is also WPA2-Enterprise.&lt;br /&gt;
; SHA2017-insecure&lt;br /&gt;
: '''Warning: insecure''' This is both 5GHz and 2.4GHz, and is for older devices that don't support WPA2-Enterprise. It's unencrypted, and people will likely intercept your traffic.&lt;br /&gt;
; spacenet&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your hackerspace offers [https://spacefed.net/ spacenet].&lt;br /&gt;
; eduroam&lt;br /&gt;
: This is 2.4GHz + 5GHz and WPA2-Enterprise, you can connect with a valid account if your university/college/school is offering eduroam. More information can be found at [https://www.eduroam.org/ eduroam.org].&lt;br /&gt;
&lt;br /&gt;
Use of the 5GHz SSIDs is recommended if your device supports them. 802.11b is disabled as it slows everyone else down.&lt;br /&gt;
&lt;br /&gt;
Even if you are using an encrypted network, you should still encrypt your connection to prevent snooping. Although some SSIDs offer encryption, it is only over-the-air.&lt;br /&gt;
&lt;br /&gt;
We have airtime fairness configured on our wireless controllers, so if you wish to download large files please use a wired connection (there will be plenty about).&lt;br /&gt;
&lt;br /&gt;
For proper wireless support under linux, you should have a kernel newer than 2.6.39.2. There is also a kernel panic with brcmsmac on linux 3.10.3 that can be fixed by downgrading to kernel 3.10.2.&lt;br /&gt;
&lt;br /&gt;
=== WPA2 802.1X, encryption ===&lt;br /&gt;
&lt;br /&gt;
Due to popular demand (and with security in mind) we provide WPA2 802.1X. This will encrypt your traffic, preventing attackers from sniffing your data. Keep in mind that this won't protect you from other network attacks and you should still be aware that you are at a hacker conference! Your link layer should be secure if you do certificate checking (see below).&lt;br /&gt;
&lt;br /&gt;
You might think: &amp;quot;WTF!? Do I need to register a user and password blah, blah&amp;quot;. Fortunately not. You can '''use any username/password combination using EAP-TTLS with PAP to login''' (example: &amp;quot;user: fbhfbhiaf pass: bgufwbnkqo&amp;quot; is valid), because we don't care who logs in and who you are. We just want to encrypt your data.&lt;br /&gt;
&lt;br /&gt;
Users which use MSCHAPv2 (like Windows users with default 802.1X supplicant) should use a fixed username and password. You can use &amp;quot;sha2017/sha2017&amp;quot; or &amp;quot;guest/guest&amp;quot; as &amp;quot;username/password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Client Settings ====&lt;br /&gt;
Also see [[Network/802.1X client settings]] for a list of OS-specific client settings.&lt;br /&gt;
&lt;br /&gt;
 SSID: SHA2017 or SHA2017-legacy&lt;br /&gt;
 &lt;br /&gt;
 EAP-TTLS:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: EAP-TTLS&lt;br /&gt;
 Phase 2: PAP&lt;br /&gt;
 &lt;br /&gt;
 PEAP:&lt;br /&gt;
 &lt;br /&gt;
 Phase 1: PEAP&lt;br /&gt;
 Phase 2: MSCHAPv2 or EAP-MSCHAPv2 or PAP&lt;br /&gt;
 &lt;br /&gt;
 CN = radius.sha2017.org&lt;br /&gt;
 CA = DST Root CA X3&lt;br /&gt;
 SHA1 Fingerprint = TODO&lt;br /&gt;
&lt;br /&gt;
Make sure '''you check the certificate''' in order to know you are connecting to the correct network (you should check on both the CN and the CA). Check [[Network/RADIUS_certificate|here]] for the complete certificate.&lt;br /&gt;
&lt;br /&gt;
== Camping area and workshops ==&lt;br /&gt;
&lt;br /&gt;
All camping areas will be within 40m of a Datenklo (Data Toilet), please bring around 50-70m of CAT5 cable to make sure you have some slack in the cable. '''We do not supply you with a cable'''.&lt;br /&gt;
&lt;br /&gt;
Lay your own cable neatly from your tent back to the nearest Datenklo, and leave 6m of slack coiled on the floor in front of it. And please lay it so that it can be clearly seen that it needs to be plugged in - or you risk having your cable overlooked. At regular intervals a member of the NOC team will connect it up and enable the port.&lt;br /&gt;
&lt;br /&gt;
If you wish to be removed from a Datenklo again, contact the helpdesk directly.&lt;br /&gt;
&lt;br /&gt;
All of our edge ports are 1Gbit/s, plus Auto-MDX.&lt;br /&gt;
&lt;br /&gt;
We do not support 10Mbit. It might work on a few devices, but there is no guarrantee. - if you need it for old or embedded things please bring a switch to convert.&lt;br /&gt;
&lt;br /&gt;
== Static IPs ==&lt;br /&gt;
&lt;br /&gt;
If you need a static IP on the wired network, drop by the [[Team:InfoDesk]].&lt;br /&gt;
&lt;br /&gt;
== IPv6 ==&lt;br /&gt;
&lt;br /&gt;
Naturally, IPv6 is available throughout the network and should &amp;quot;just work&amp;quot; for you. Team:NOC does not recommend disabling IPv6 if you have problems, instead try to understand the problem you are experiencing and get educated in the new world order. Contact the NOC Helpdesk if you need help.&lt;br /&gt;
&lt;br /&gt;
== Services ==&lt;br /&gt;
&lt;br /&gt;
tbd&lt;br /&gt;
&lt;br /&gt;
== Security ==&lt;br /&gt;
&lt;br /&gt;
=== Recent vulnerabilities ===&lt;br /&gt;
&lt;br /&gt;
'''WARNING: Bring a recent DHCP Client'''. If your OS uses ISC DHCP dhclient make sure you don't run a vulnerable version. https://www.kb.cert.org/vuls/id/410676&lt;br /&gt;
&lt;br /&gt;
=== Encryption ===&lt;br /&gt;
&lt;br /&gt;
Please treat the network as wide open and full of attackers.&lt;br /&gt;
&lt;br /&gt;
The following mechanisms should be safe:&lt;br /&gt;
* Anything that goes through a VPN&lt;br /&gt;
* Any website that uses HTTPS&lt;br /&gt;
* Any application that uses SSL&lt;br /&gt;
** In the case of email, you need to have SSL enabled for both receiving mail (POP, IMAP) and sending it (SMTP)&lt;br /&gt;
* ssh and scp&lt;br /&gt;
* Where possible, use One-time passwords.&lt;br /&gt;
&lt;br /&gt;
The following are almost always unsafe:&lt;br /&gt;
&lt;br /&gt;
* FTP with login/password (are almost always sent in the clear)&lt;br /&gt;
* Telnet with login/password&lt;br /&gt;
* Email if you don't use SSL&lt;br /&gt;
* Webmail that doesn't use HTTPS&lt;br /&gt;
** Someone could trigger a password reminder and then intercept your email&lt;br /&gt;
* Websites that use HTTP (not HTTPS) where you need to fill in a password in the page itself&lt;br /&gt;
&lt;br /&gt;
Possibly unsafe, make sure that you understand what you're doing:&lt;br /&gt;
&lt;br /&gt;
* Websites where you need to fill in a password and your ''browser'' (not the website!) tells you it's going to be sent securely&lt;br /&gt;
* Websites that require an account but remember you're logged in&lt;br /&gt;
** The password ''may'' be protected but not the content or cookies that automatically log you in&lt;br /&gt;
* Any time your browser or other application brings up ''anything'' to do with a certificate&lt;br /&gt;
* Anything not protected with SSL: someone could be faking DNS answers to impersonate certain sites&lt;br /&gt;
&lt;br /&gt;
=== Firewall ===&lt;br /&gt;
&lt;br /&gt;
There is none. Bring your own! A router which is just doing NAT is not a firewall!&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a server? ===&lt;br /&gt;
Sure! However, we do not offer a colocation for your hardware. You will have to keep it with you.&lt;br /&gt;
&lt;br /&gt;
=== Can I use the 2.4GHz band for non-wifi projects? ===&lt;br /&gt;
&lt;br /&gt;
The following channels are available for adhoc/mesh/other wireless stuff:&lt;br /&gt;
&lt;br /&gt;
* 2.4GHz: Channel 1 &lt;br /&gt;
* 5GHz: Channel 136, 140&lt;br /&gt;
&lt;br /&gt;
We cannot force you to use these channels, but we are trying to build a functional wireless network for the other attendees too. So please, don't do any experiments on other channels.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring an access point? ===&lt;br /&gt;
&lt;br /&gt;
No!&lt;br /&gt;
&lt;br /&gt;
If you are operating a village (using an SHA2017-supplied tent) that has poor coverage, we may be able to arrange to put an access point in it during the event to improve coverage. Stop by the Helpdesk and ask.&lt;br /&gt;
&lt;br /&gt;
=== Can I bring a switch? ===&lt;br /&gt;
&lt;br /&gt;
Yes, but for stability purposes all edge ports are limited to 64 MAC addresses at a time. If you want to connect more, you need to stop by the helpdesk and ask us to raise the port-security on your port. If you do this, you need to convince us that you know what you're doing and promise not to do anything that may harm the network - in particular, you must not connect the switch to our network by more than 1 cable (not even to a different DK).&lt;br /&gt;
&lt;br /&gt;
=== My port goes up and down every couple of minutes ===&lt;br /&gt;
&lt;br /&gt;
You have probably tripped port security. Most likely scenario is that you have connected more than 64 stations without consulting us (see answer to previous question). Contact the helpdesk if you can't figure it out.&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	<entry>
		<id>https://wiki.sha2017.org/index.php?title=User:Bitlair.nl-ak47&amp;diff=3426</id>
		<title>User:Bitlair.nl-ak47</title>
		<link rel="alternate" type="text/html" href="https://wiki.sha2017.org/index.php?title=User:Bitlair.nl-ak47&amp;diff=3426"/>
				<updated>2017-06-06T19:51:10Z</updated>
		
		<summary type="html">&lt;p&gt;Bitlair.nl-ak47: Created page with &amp;quot;{{UserInfo |NickName=AK47 |Languages=English, Nederlands |Team=NOC |HackerSpace=Bitlair |E-Mail=arjan@koopen.net |Jabber=2 |Dect=2547 }} NOC co-team lead. Contact info:  * ak4...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{UserInfo&lt;br /&gt;
|NickName=AK47&lt;br /&gt;
|Languages=English, Nederlands&lt;br /&gt;
|Team=NOC&lt;br /&gt;
|HackerSpace=Bitlair&lt;br /&gt;
|E-Mail=arjan@koopen.net&lt;br /&gt;
|Jabber=2&lt;br /&gt;
|Dect=2547&lt;br /&gt;
}}&lt;br /&gt;
NOC co-team lead. Contact info:&lt;br /&gt;
&lt;br /&gt;
* ak47@sha2017.org&lt;br /&gt;
* AK47 @ IRC&lt;br /&gt;
* arjan_k @ Twitter&lt;/div&gt;</summary>
		<author><name>Bitlair.nl-ak47</name></author>	</entry>

	</feed>