Não é possível conectar-se à rede wifi da escola no Ubuntu 16.04 - é necessário editar o certificado ca

0

Minha escola nos pede para fazer isso para se conectar ao Wi-Fi no certificado de certificado

Pesquise a linha:

system-ca-certs=true

Altere esta linha para:

system-ca-certs=false

O problema é que não consigo encontrar essa linha no certificado de certificado.

Não consigo me conectar à rede. Uma caixa de diálogo aparece toda vez pedindo meu ID de usuário e senha para o wifi da escola, eu insiro as credenciais certas, mas não funciona.

P.S Não há problema em conectar-se à minha rede wifi doméstica.

estas são [as instruções dadas pela minha escola] [1] para conectar ao wifi

The settings are:

  • Security Type: WPA2 Enterprise
  • Username: ldap-Username
  • Password: ldap-Password
  • Authentication: PEAP
  • PEAP version: automatic
  • Inner authentication: MSCHAPV2
  • ca-certificate: none

Note: For Ubuntu 14.04 users-

The ca-certificate settings has to be changed to false. This may be done in the following way:

Open the file in an editor of your choice: /etc/NetworkManager/system-connections/IITB-Wireless

Search for the line:

system-ca-certs=true

Change this line to:

system-ca-certs=false

ESTE É O CA_CERTIFICADO

[conexão]

id = IITB-Wireless

uuid = xxxxxxxxx

tipo = wifi

permissões =

secundários =

[wifi]

endereço MAC = D8: 5D: E2: BC: D2: 05

mac-address-blacklist =

mac-address-randomization = 0

mode = infraestrutura

visto-bssids =

ssid = IITB-Wireless

[wifi-segurança]

group =

key-mgmt = wpa-eap

pareado =

proto =

[802-1x]

altsubject-matches =

ca-cert = / usr / share / certificados do ca / mozilla / AddTrust_External_Root.crt

eap = ttls;

identidade = xxxxxxx

senha = xxxxxxx

phase2-altsubject-matches =

phase2-autheap = mschapv2

[ipv4]

dns-search =

method = auto

[ipv6]

addr-gen-mode = privacidade estável

dns-search =

ip6-privacy = 0

method = auto

    
por Kethan Chauhan 21.04.2017 / 19:01

1 resposta

0

edite o arquivo:

gedit /etc/NetworkManager/NetworkManager.conf

adicione-os no final do arquivo:

[device]
wifi.scan-rand-mac-address=no

reinicie o gerenciador de rede:

sudo service network-manager restart
    
por user739879 22.09.2017 / 20:11