Skip to content

Instantly share code, notes, and snippets.

@mvetsch
Last active February 6, 2024 08:36
Show Gist options
  • Select an option

  • Save mvetsch/9bfdee7c56140eae2baa0be711fc8ded to your computer and use it in GitHub Desktop.

Select an option

Save mvetsch/9bfdee7c56140eae2baa0be711fc8ded to your computer and use it in GitHub Desktop.

Revisions

  1. mvetsch revised this gist May 2, 2019. 2 changed files with 7 additions and 1 deletion.
    1 change: 0 additions & 1 deletion add-eduroam-to-NetworkManager
    Original file line number Diff line number Diff line change
    @@ -1 +0,0 @@
    mcli connection add type wifi con-name eduroam ifname wlp3s0 ssid "eduroam" -- wifi-sec.key-mgmt wpa-eap 802-1x.eap ttls 802-1x.identity "[CUT]@[CUT]" 802-1x.password "[CUT]" 802-1x.phase2-auth mschapv2
    7 changes: 7 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    nmcli connection add type wifi con-name eduroam ifname wlp3s0 ssid "eduroam" -- wifi-sec.key-mgmt wpa-eap 802-1x.eap ttls 802-1x.identity [CUT]@student-net.ethz.ch 802-1x.phase2-auth mschapv2 802-1x.domain-suffix-match radius-service.ethz.ch
    nmcli connection add type wifi con-name eth ifname wlp3s0 ssid "eth" -- wifi-sec.key-mgmt wpa-eap 802-1x.eap ttls 802-1x.identity [CUT]@student-net.ethz.ch 802-1x.phase2-auth mschapv2 802-1x.domain-suffix-match radius-service.ethz.ch


    # activate with
    nmcli connection up eduroam --ask
    nmcli connection up eth --ask
  2. mvetsch created this gist Sep 21, 2018.
    1 change: 1 addition & 0 deletions add-eduroam-to-NetworkManager
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    mcli connection add type wifi con-name eduroam ifname wlp3s0 ssid "eduroam" -- wifi-sec.key-mgmt wpa-eap 802-1x.eap ttls 802-1x.identity "[CUT]@[CUT]" 802-1x.password "[CUT]" 802-1x.phase2-auth mschapv2