HON95 1 tahun lalu
induk
melakukan
422ebd5179
2 mengubah file dengan 22 tambahan dan 5 penghapusan
  1. 2 2
      networking/ptp.md
  2. 20 3
      personal-device/arch-i3.md

+ 2 - 2
networking/ptp.md

@@ -166,7 +166,7 @@ breadcrumbs:
 - Does not allow non-PTP bridges in the path.
 - Implicitly supports P2P TCs (not configurable).
 
-#### ITU-T G.82751
+#### Telecom (ITU-T G.82751)
 
 - Used for telecom and mobile backhaul.
 
@@ -176,7 +176,7 @@ breadcrumbs:
 - Used by newer Dante devices, while older ones use PTPv1. Certain Dante devices support both PTP versions, such that they can consume PTPv2 and supply PTPv1 to other devices in the same bridge domain (like a BC).
 - A variant of the default profile, with certain chosen parameters.
 
-#### SMPTE 2059-2
+#### SMPTE (SMPTE 2059-2)
 
 - For multimedia.
 

+ 20 - 3
personal-device/arch-i3.md

@@ -635,7 +635,7 @@ AutoConnect=true
 DisablePeriodicScan=no
 ```
 
-### iwd eduroam Config
+### iwd Config
 
 File: `/var/lib/iwd/eduroam.8021x` (for SSID `eduroam`)
 
@@ -654,7 +654,7 @@ The following values from the [eduroam configuration assistant tool (CAT)](https
 
 Place the CA certificate in `/var/lib/iwd/eduroam.crt`.
 
-NTNU template:
+NTNU eduroam template:
 
 ```ini
 [Security]
@@ -693,7 +693,24 @@ network={
     psk="HelloWorld"
 }
 
-# WPA Enterprise (PEAP-MSCHAPv2)
+# WPA Enterprise (PEAP-MSCHAPv2) (NTNU eduroam example)
+network={
+    key_mgmt=WPA-EAP
+    pairwise=CCMP
+    group=CCMP TKIP
+    eap=PEAP
+    phase2="auth=MSCHAPV2"
+    # Point to actual EAP CA cert
+    ca_cert="/var/lib/wpa_supplicant/certs/eduroam.crt"
+    altsubject_match="DNS:radius.ntnu.no"
+    anonymous_identity="@ntnu.no"
+    # Your credentials
+    identity="user@ntnu.no"
+    password="user_password"
+}
+
+# dot1x wired (PEAP-MSCHAPv2)
+# NOT TESTED
 network={
     key_mgmt=IEEE8021X
     eap=PEAP