summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2014-10-25 10:05:58 -0400
committerAmin Bandali <me@aminb.org>2014-10-25 10:05:58 -0400
commit9eddbbd768cc084192032f59331f1e087a6156ff (patch)
tree4a5d4ee21d101fd862f52050e7de603f5165fee7
parentfb5fd5b45b07be8cb41ca9014b3a813b4e3309d8 (diff)
downloadconfigs-9eddbbd768cc084192032f59331f1e087a6156ff.tar.gz
configs-9eddbbd768cc084192032f59331f1e087a6156ff.tar.xz
configs-9eddbbd768cc084192032f59331f1e087a6156ff.zip
add netctl profiles
Diffstat (limited to '')
-rw-r--r--other/netctl/gnex14
-rw-r--r--other/netctl/home14
-rw-r--r--other/netctl/uni15
3 files changed, 43 insertions, 0 deletions
diff --git a/other/netctl/gnex b/other/netctl/gnex
new file mode 100644
index 0000000..d6f9a48
--- /dev/null
+++ b/other/netctl/gnex
@@ -0,0 +1,14 @@
+Description='A simple WPA encrypted wireless connection'
+Interface=wlp3s0
+Connection=wireless
+Security=wpa
+
+IP=dhcp
+
+ESSID='dedacted'
+# Prepend hexadecimal keys with \"
+# If your key starts with ", write it as '""<key>"'
+# See also: the section on special quoting rules in netctl.profile(5)
+Key=dedacted
+# Uncomment this if your ssid is hidden
+#Hidden=yes
diff --git a/other/netctl/home b/other/netctl/home
new file mode 100644
index 0000000..d6f9a48
--- /dev/null
+++ b/other/netctl/home
@@ -0,0 +1,14 @@
+Description='A simple WPA encrypted wireless connection'
+Interface=wlp3s0
+Connection=wireless
+Security=wpa
+
+IP=dhcp
+
+ESSID='dedacted'
+# Prepend hexadecimal keys with \"
+# If your key starts with ", write it as '""<key>"'
+# See also: the section on special quoting rules in netctl.profile(5)
+Key=dedacted
+# Uncomment this if your ssid is hidden
+#Hidden=yes
diff --git a/other/netctl/uni b/other/netctl/uni
new file mode 100644
index 0000000..f1dbc6d
--- /dev/null
+++ b/other/netctl/uni
@@ -0,0 +1,15 @@
+Description='York University Wireless'
+Interface=wlp3s0
+Connection=wireless
+Security=wpa-configsection
+IP=dhcp
+WPAConfigSection=(
+ 'ssid="AirYorkPLUS"'
+ 'ca_cert="/etc/ssl/certs/GlobalSign_Root_CA.pem"'
+ 'key_mgmt=WPA-EAP'
+ 'eap=PEAP'
+ 'identity="dedacted"'
+ 'password="dedacted"'
+ 'priority=1'
+ 'phase2="auth=MSCHAPV2"'
+)