Configurazione 802.1x cablato su PC non in dominio e SENZA una scheda di rete wireless
C:\WINDOWS\system32>sc config dot3svc start= auto
C:\WINDOWS\system32>sc start dot3svc
C:\WINDOWS\system32>netsh lan show profiles
Profile on interface Ethernet
=======================================================================
Applied: User Profile
Profile Version : 1
Type : Wired LAN
AutoConfig Version : 1
802.1x : Enabled
802.1x : Not Enforced
EAP type : Microsoft: Protected EAP (PEAP)
802.1X auth credential : [Profile credential not valid]
Cache user information : [Yes]
Machine profile is not installed on this device.
netsh lan show interfaces
netsh lan add profile filename="C:\Users\pallino\Desktop\lan_prof.xml" interface="Ethernet"
C:\WINDOWS\system32>netsh lan show profiles
Profile on interface Ethernet
=======================================================================
Applied: User Profile
Profile Version : 1
Type : Wired LAN
AutoConfig Version : 1
802.1x : Enabled
802.1x : Not Enforced
EAP type : Microsoft: Protected EAP (PEAP)
> 802.1X auth credential : User credential
> Credentials Configured : No
Cache user information : Yes
Machine profile is not installed on this device.
Scollegare e ricollegare il cavo di rete per farsi chiedere il login e la password.
Lo username dovrà esser nella forma nella forma
nome_utente@ds.units.it. Se si mette solo il nome utente la configurazione non funzionerà all'esterno degli ambienti dell'ente eduroam di cui si hanno le credenziali,
Riavviare il PC e verificare che il nuovo profilo funzioni
E' sempre possibile rimuovere il profilo appena installato con:
netsh lan delete profile interface="Ethernet"