2021-12-16 14:13:27 +01:00
<!DOCTYPE html>
< meta charset = "UTF-8" >
< html >
< head >
2021-12-16 14:53:14 +01:00
< title > Eduroam-ISTI: configurazione manuale di sistemi Linux e Android< / title >
2021-12-16 14:13:27 +01:00
< link rel = "stylesheet" href = "css/all.css" / >
< link rel = "stylesheet" href = "css/style.css" / >
< link rel = "stylesheet" href = "bootstrap-4.3.1-dist/css/bootstrap.min.css" / >
< script src = "https://code.jquery.com/jquery-1.10.2.js" > < / script >
< script src = "bootstrap-4.3.1-dist/js/bootstrap.min.js" > < / script >
< script src = "bootstrap-4.3.1-dist/js/bootstrap.js" > < / script >
< style type = "text/css" >
.bd-example {
position: relative;
padding: 1rem;
margin: 10rem 10rem 10rem 10rem;
background-color: #f7f7f9;
border: solid #800;
border: 2;
}
hr {
border: 2px solid #800;
}
< / style >
2021-12-16 16:20:28 +01:00
2021-12-16 14:13:27 +01:00
< / head >
< body >
< div class = "navbar-header" >
< a class = "navbar-brand" rel = "home" href = "#" title = "" >
< img style = "margin-top: 5px;margin-left:5px" src = "img/eduroam.png" >
< / a >
< / div >
2021-12-16 14:53:14 +01:00
< h1 align = "center" > Eduroam-ISTI, configurazione manuale di sistemi Linux e Android< / h1 >
2021-12-16 14:13:27 +01:00
< div class = "bd-example" >
< div id = "main-fullwidth" >
2021-12-16 16:20:28 +01:00
< h2 class = "title" > Queste istruzioni valgono solo per chi non possa, o voglia, usare la procedura indicata nello < span class = "fa fa-link" > < / span >
< a href = "eduroam.html" target = "_blank" > Howto principale< / a > < / h2 >
2021-12-16 14:13:27 +01:00
< div class = "alert alert-danger" role = "alert" >
2021-12-16 16:20:28 +01:00
< i class = "far fa-hand-point-right" > < / i > < em > Queste configurazioni sono completamente a carico dell'utente, al quale non verrà data alcuna assistenza.< / em >
2021-12-16 14:13:27 +01:00
< / div >
< h4 class = "more closed" > < strong > Connessione alla rete Eduroam con dispositivi Android < / strong > < / h4 >
< div class = "tsmall" >
< p > < strong > Configurazione< / strong > < / p >
< p > Accedere all’ elenco delle reti wireless disponibili usando “ < strong > Impostazioni< / strong > ” -> “ < strong > wireless e reti< / strong > ” -> “ < strong > Wi-Fi< / strong > “ ;
< br / > selezionare “ < strong > eduroam< / strong > ” e inserire i seguenti parametri:< / p >
< ul >
< li > < strong > Tipo di crittografia< / strong > : 802.1x EAP< / li >
2021-12-16 16:20:28 +01:00
< li > < strong > Metodo EAP< / strong > : TTLS < / li >
2021-12-16 14:13:27 +01:00
< li > < strong > Autenticazione fase 2< / strong > : PAP< / li >
< li > < strong > Certificato CA< / strong > : non specificato o non convalidare< / li >
< li > < strong > Identità< / strong > : il proprio indirizzo di posta elettronica del dominio “ @isti.cnr.it” (es: mario.rossi@isti.cnr.it)< / li >
2021-12-16 16:20:28 +01:00
< li > < strong > Identità anonima< / strong > : anonymous@isti.cnr.it, opzionale ma consigliata< / li >
2021-12-16 14:13:27 +01:00
< li > < strong > Password< / strong > : la propria password< / li >
< / ul >
< p > come illustrato in figura:< / p >
2021-12-16 16:54:15 +01:00
< p > < img class = "aligncenter wp-image-41703" src = "img/eduroam-android-s2i2s.png" alt = "Android" style = "width:auto;height:auto" / > < / p >
2021-12-16 14:53:14 +01:00
< p > Connettersi premendo “ < strong > Connetti< / strong > ” < / p >
2021-12-16 14:13:27 +01:00
< p > I successivi accessi saranno automatici.< / p >
< / div >
2021-12-16 16:20:28 +01:00
< p > < / p >
2021-12-16 14:13:27 +01:00
2021-12-16 16:20:28 +01:00
< h4 class = "more closed" > < strong > Connessione alla rete Eduroam con Linux < / strong > < / h4 >
2021-12-16 14:13:27 +01:00
< div class = "tsmall" >
< p > Accedere all’ elenco delle reti wireless disponibili attraverso l’ icona di rete posizionata sulla barra degli strumenti.< / p >
< p > Selezionare “ < strong > eduroam< / strong > ” e inserire i seguenti parametri:< / p >
< ul >
< li > < strong > Security< / strong > : WPA & WPA2 Enterprise< / li >
< li > < strong > Authentication< / strong > : Tunneled TLS (TTLS)< / li >
< li > < strong > CA Certificate< / strong > : No CA certificate is required< / li >
< li > < strong > PEAP version< / strong > : Automatic< / li >
< li > < strong > Inner authentication< / strong > : PAP< / li >
< li > < strong > Username< / strong > : il proprio indirizzo di posta elettronica del dominio “ @isti.cnr.it” (es: mario.rossi@isti.cnr.it)< / li >
< li > < strong > Password< / strong > : la propria password< / li >
< / ul >
< p > < img class = "alignnone wp-image-41893" src = "img/Xubuntu1804-eduroam.png" alt = "ubuntu" / > < / p >
< p > I successivi accessi saranno automatici.< / p >
< / div >
< script >
jQuery('h4.more').click(
function() {
jQuery(this).toggleClass('closed').toggleClass('opened');
jQuery(this).next().toggle();
jQuery(this).next().next().toggle();
}
);
< / script >
< / div >
< / div >
< / body >
< / html >