<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.emfcamp.org/2022/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cillian</id>
	<title>Electromagnetic Field 2022 - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.emfcamp.org/2022/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cillian"/>
	<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2022/wiki/Special:Contributions/Cillian"/>
	<updated>2026-04-23T03:51:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.emfcamp.org/2022/w/index.php?title=Network/802.1X_client_settings&amp;diff=865</id>
		<title>Network/802.1X client settings</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2022/w/index.php?title=Network/802.1X_client_settings&amp;diff=865"/>
		<updated>2022-05-24T20:27:52Z</updated>

		<summary type="html">&lt;p&gt;Cillian: Fix formatting for wpa_supplicant config section&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;
* Source-code: https://github.com/EventInfra/wifisetup&lt;br /&gt;
* APK download: https://eventinfra.org/emfcamp/app-release.apk&lt;br /&gt;
&lt;br /&gt;
== Linux, etc. ==&lt;br /&gt;
=== Network Manager ===&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 802.1X using MSCHAPv2, or not at all. If that affects you, it may be easiest to use wpa_supplicant.&lt;br /&gt;
&lt;br /&gt;
/etc/NetworkManager/system-connections/emfcamp:&lt;br /&gt;
&lt;br /&gt;
Hint: chmod 600 this file to make the connection work.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;[connection]&lt;br /&gt;
id=emfcamp&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=emfcamp&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.emf.camp&lt;br /&gt;
ca-cert=/etc/ssl/certs/ISRG_Root_X1.pem&lt;br /&gt;
eap=ttls;&lt;br /&gt;
identity=emf&lt;br /&gt;
password=emf&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&amp;lt;/pre&amp;gt;&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;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 name = EAP-TTLS emfcamp&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;emfcamp&amp;quot;&lt;br /&gt;
  scan_ssid=$_SCAN&lt;br /&gt;
  identity=&amp;quot;emf&amp;quot;&lt;br /&gt;
  password=&amp;quot;emf&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/ISRG_Root_X1.pem&amp;quot;&lt;br /&gt;
  altsubject_match=&amp;quot;DNS:radius.emf.camp&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;
&amp;lt;/pre&amp;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 emfcamp) and enter a random username/password.&lt;br /&gt;
&lt;br /&gt;
=== Jolla/connman ===&lt;br /&gt;
/var/lib/connman/emfcampwifi.config :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 [service_emfcamp]&lt;br /&gt;
 Type=wifi&lt;br /&gt;
 Name=emfcamp-legacy&lt;br /&gt;
 EAP=ttls&lt;br /&gt;
 Phase2=PAP&lt;br /&gt;
 Identity=emf&lt;br /&gt;
 Passphrase=emf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== wpa_supplicant ===&lt;br /&gt;
This is the default option on Raspberry Pi OS.  Edit /etc/wpa_supplicant/wpa_supplicant.conf and add the network:&lt;br /&gt;
&lt;br /&gt;
 network={&lt;br /&gt;
 	ssid=&amp;quot;emfcamp&amp;quot;&lt;br /&gt;
 	key_mgmt=WPA-EAP&lt;br /&gt;
 	eap=TTLS&lt;br /&gt;
 	identity=&amp;quot;emf&amp;quot;&lt;br /&gt;
 	password=&amp;quot;emf&amp;quot;&lt;br /&gt;
 	# ca path on debian 7.x and raspberry pi OS, modify accordingly&lt;br /&gt;
 	ca_cert=&amp;quot;/etc/ssl/certs/ISRG_Root_X1.pem&amp;quot;&lt;br /&gt;
 	altsubject_match=&amp;quot;DNS:radius.emf.camp&amp;quot;&lt;br /&gt;
 	phase2=&amp;quot;auth=PAP&amp;quot;&lt;br /&gt;
 }&lt;br /&gt;
&amp;lt;/pre&amp;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;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 iface wlan0 inet dhcp&lt;br /&gt;
 	wpa-ssid emfcamp&lt;br /&gt;
 	wpa-identity emf&lt;br /&gt;
 	wpa-password emf&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/ISRG_Root_X1.pem&amp;quot;&lt;br /&gt;
 	wpa-altsubject_match DNS:radius.emf.camp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Netctl ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Description='emfcamp 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=emfcamp&lt;br /&gt;
WPAConfigSection=(&lt;br /&gt;
    'ssid=&amp;quot;emfcamp&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;emf&amp;quot;'&lt;br /&gt;
    'password=&amp;quot;emf&amp;quot;'&lt;br /&gt;
    'ca_cert=&amp;quot;/etc/ssl/certs/ISRG_Root_X1.pem&amp;quot;'&lt;br /&gt;
    'altsubject_match=&amp;quot;DNS:radius.emf.camp&amp;quot;'&lt;br /&gt;
    'phase2=&amp;quot;auth=PAP&amp;quot;'&lt;br /&gt;
)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== IWD ===&lt;br /&gt;
&amp;lt;pre&amp;gt;[Security]&lt;br /&gt;
EAP-Method=PEAP&lt;br /&gt;
EAP-Identity=anonymous@emfcamp&lt;br /&gt;
EAP-PEAP-CACert=/etc/ssl/certs/ISRG_Root_X1.pem&lt;br /&gt;
EAP-PEAP-ServerDomainMask=radius.emf.camp&lt;br /&gt;
EAP-PEAP-Phase2-Method=MSCHAPV2&lt;br /&gt;
EAP-PEAP-Phase2-Identity=emf&lt;br /&gt;
EAP-PEAP-Phase2-Password=emf&lt;br /&gt;
&lt;br /&gt;
[Settings]&lt;br /&gt;
AutoConnect=true&amp;lt;/pre&amp;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/emfcamp/emfcamp-2022.mobileconfig emfcamp] (2.4GHz+5GHz, emf user)&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/emfcamp/emfcamp-2022.xml emfcamp] (2.4GHz+5GHz)&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=emfcamp-2022.xml&lt;br /&gt;
# Connect to the emfcamp network; use &amp;quot;emf/emf&amp;quot; as the username/password when prompted. Alternatively, use &amp;quot;outboundonly/outboundonly&amp;quot; as the username/password to enable inbound traffic firewalling.&lt;/div&gt;</summary>
		<author><name>Cillian</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2022/w/index.php?title=User:Cillian&amp;diff=676</id>
		<title>User:Cillian</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2022/w/index.php?title=User:Cillian&amp;diff=676"/>
		<updated>2022-05-21T13:37:10Z</updated>

		<summary type="html">&lt;p&gt;Cillian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Attendee&lt;br /&gt;
|Name=David&lt;br /&gt;
|Village=Village:Poorly Located Prog&lt;br /&gt;
|Bringing=ISOPOD&lt;br /&gt;
|Arrival=2022-05-30T13:00:00.000Z&lt;br /&gt;
|Departure=2022-06-07T18:00:00.000Z&lt;br /&gt;
|Website=https://dwt27.co.uk&lt;br /&gt;
|IRC=dwt&lt;br /&gt;
|Twitter=davidturner2&lt;br /&gt;
}}&lt;br /&gt;
I'm bringing the ISOPOD installation to EMF2022.&lt;br /&gt;
&lt;br /&gt;
Talk to me about: lighting installations / LEDs, digital electronics, programming (rust, C), general making.&lt;br /&gt;
&lt;br /&gt;
Along with [[User:Adamgreig]] I made THE·GRID and THE·GRID 2 at EMF2014 and EMF2016 respectively.&lt;/div&gt;</summary>
		<author><name>Cillian</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2022/w/index.php?title=User:Cillian&amp;diff=675</id>
		<title>User:Cillian</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2022/w/index.php?title=User:Cillian&amp;diff=675"/>
		<updated>2022-05-21T13:36:58Z</updated>

		<summary type="html">&lt;p&gt;Cillian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Attendee&lt;br /&gt;
|Name=David&lt;br /&gt;
|Village=Village:Poorly Located Prog&lt;br /&gt;
|Bringing=ISOPOD&lt;br /&gt;
|Arrival=2022-05-30T13:00:00.000Z&lt;br /&gt;
|Departure=2022-06-07T18:00:00.000Z&lt;br /&gt;
|Website=https://dwt27.co.uk&lt;br /&gt;
|IRC=dwt&lt;br /&gt;
|Twitter=davidturner2&lt;br /&gt;
}}&lt;br /&gt;
I'm bringing the ISOPOD installation to EMF2022.&lt;br /&gt;
&lt;br /&gt;
Talk to me about: lighting installations / LEDs, digital electronics, programming (rust, C), general making.&lt;br /&gt;
&lt;br /&gt;
Along with [[User:Adamgreig] I made THE·GRID and THE·GRID 2 at EMF2014 and EMF2016 respectively.&lt;/div&gt;</summary>
		<author><name>Cillian</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2022/w/index.php?title=User:Cillian&amp;diff=672</id>
		<title>User:Cillian</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2022/w/index.php?title=User:Cillian&amp;diff=672"/>
		<updated>2022-05-21T13:36:21Z</updated>

		<summary type="html">&lt;p&gt;Cillian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Attendee&lt;br /&gt;
|Name=David&lt;br /&gt;
|Village=Village:Poorly Located Prog&lt;br /&gt;
|Bringing=ISOPOD&lt;br /&gt;
|Arrival=2022-05-30T13:00:00.000Z&lt;br /&gt;
|Departure=2022-06-07T18:00:00.000Z&lt;br /&gt;
|Website=https://dwt27.co.uk&lt;br /&gt;
|IRC=dwt&lt;br /&gt;
|Twitter=davidturner2&lt;br /&gt;
}}&lt;br /&gt;
I made the ISOPOD installation.  I hope it works.&lt;br /&gt;
&lt;br /&gt;
Talk to me about: lighting installations / LEDs, digital electronics, programming (rust, C), general making.&lt;br /&gt;
&lt;br /&gt;
Along with [[User:Adamgreig]] I made THE·GRID and THE·GRID 2.&lt;/div&gt;</summary>
		<author><name>Cillian</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2022/w/index.php?title=File:User-Cillian.jpeg&amp;diff=668</id>
		<title>File:User-Cillian.jpeg</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2022/w/index.php?title=File:User-Cillian.jpeg&amp;diff=668"/>
		<updated>2022-05-21T13:32:55Z</updated>

		<summary type="html">&lt;p&gt;Cillian: All rights reserved.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
All rights reserved.&lt;/div&gt;</summary>
		<author><name>Cillian</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2022/w/index.php?title=User:Cillian&amp;diff=666</id>
		<title>User:Cillian</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2022/w/index.php?title=User:Cillian&amp;diff=666"/>
		<updated>2022-05-21T13:31:05Z</updated>

		<summary type="html">&lt;p&gt;Cillian: Created page with &amp;quot;{{Attendee |Name=David |Village=Village:Poorly Located Prog |Bringing=ISOPOD |Arrival=2022-05-30T13:00:00.000Z |Departure=2022-06-07T18:00:00.000Z |Website=https://dwt27.co.uk...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Attendee&lt;br /&gt;
|Name=David&lt;br /&gt;
|Village=Village:Poorly Located Prog&lt;br /&gt;
|Bringing=ISOPOD&lt;br /&gt;
|Arrival=2022-05-30T13:00:00.000Z&lt;br /&gt;
|Departure=2022-06-07T18:00:00.000Z&lt;br /&gt;
|Website=https://dwt27.co.uk&lt;br /&gt;
|IRC=dwt&lt;br /&gt;
|Twitter=davidturner2&lt;br /&gt;
}}&lt;br /&gt;
I made the ISOPOD installation.  I hope it works.&lt;br /&gt;
&lt;br /&gt;
Talk to me about: lighting installations / LEDs, digital electronics, programming (rust, C), general making.&lt;br /&gt;
&lt;br /&gt;
Along with adamgreig I made THE·GRID and THE·GRID 2.&lt;/div&gt;</summary>
		<author><name>Cillian</name></author>
	</entry>
	<entry>
		<id>https://wiki.emfcamp.org/2022/w/index.php?title=Village:Poorly_Located_Prog&amp;diff=663</id>
		<title>Village:Poorly Located Prog</title>
		<link rel="alternate" type="text/html" href="https://wiki.emfcamp.org/2022/w/index.php?title=Village:Poorly_Located_Prog&amp;diff=663"/>
		<updated>2022-05-21T13:26:43Z</updated>

		<summary type="html">&lt;p&gt;Cillian: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An erratic collection of makers, burners, goths and hippies from Cambridge here to have a good time and bring chaos and/or prog to EMF.&lt;br /&gt;
Rest of page TBC.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ PLP Members (partial)&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Pronouns !! Desc !! Ext &lt;br /&gt;
|-&lt;br /&gt;
| Tomathy(Hark) || They/Them || Electronics nerd ready to commit gay crimes || TMFY&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Sadie|Sadie]] || she/her || IRC feline whomst loves girl;s || 6697&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Fiii|Fi]] || she/her || Crimes against operating systems || SLUT&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Cillian|David]] || he/him || LED-crimes against eyeballs || DAVD&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Villages]]&lt;/div&gt;</summary>
		<author><name>Cillian</name></author>
	</entry>
</feed>