MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

  • Wireless

Wireless

Eduroam on ISEL

On wicd is the PEAP with GTC option !

Config for eduroam.conf

ap_scan=1
ctrl_interface=/var/run/wpa_supplicant
network={
 ssid="eduroam"
 proto=RSN
 key_mgmt=WPA-EAP
 pairwise=CCMP
 eap=PEAP
 identity="00000@alunos.isel.ipl.pt"
 password="........"
}

Connect script

   1 wpa_supplicant -c eduroam.conf -i wlan0 -B 
   2 sleep 10
   3 dhclient wlan0 #get IP address
   4 

Vodafone WiFi sample

vodafone.conf

   1 ap_scan=1
   2 ctrl_interface=/var/run/wpa_supplicant
   3 network={
   4        ssid="Vodafone-XXXXXX"
   5        scan_ssid=1
   6        proto=WPA RSN
   7        key_mgmt=WPA-PSK
   8        pairwise=CCMP TKIP
   9        group=CCMP TKIP
  10        psk=....
  11 }

Connect script

   1 wpa_supplicant -c vodafone.conf -i wlan0 -B 
   2 sleep 10
   3 dhclient wlan0 #get IP address
   4 
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01