Not able to connect to school wifi network in Ubuntu 16.04 - need to edit ca-certificateHow to connect to...
Synchronized implementation of a bank account in Java
I seem to dance, I am not a dancer. Who am I?
Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?
Light propagating through a sound wave
Maths symbols and unicode-math input inside siunitx commands
What is the term when voters “dishonestly” choose something that they do not want to choose?
Should I be concerned about student access to a test bank?
Why is indicated airspeed rather than ground speed used during the takeoff roll?
Why are there no stars visible in cislunar space?
Help rendering a complicated sum/product formula
Comment Box for Substitution Method of Integrals
World War I as a war of liberals against authoritarians?
What exactly term 'companion plants' means?
Is honey really a supersaturated solution? Does heating to un-crystalize redissolve it or melt it?
Recruiter wants very extensive technical details about all of my previous work
Violin - Can double stops be played when the strings are not next to each other?
I got the following comment from a reputed math journal. What does it mean?
Could Sinn Fein swing any Brexit vote in Parliament?
Do I need to be arrogant to get ahead?
Geography in 3D perspective
Usage and meaning of "up" in "...worth at least a thousand pounds up in London"
Is it possible to stack the damage done by the Absorb Elements spell?
What are substitutions for coconut in curry?
Fewest number of steps to reach 200 using special calculator
Not able to connect to school wifi network in Ubuntu 16.04 - need to edit ca-certificate
How to connect to WPA2/PEAP/MSCHAPv2 enterprise wifi networks that don't use a CA_Certificate, like EduroamConstantly asked for WiFi password and CA certificateWifi connection: CA certificate and system-connections fileHow to connect to WPA2/PEAP/MSCHAPv2 enterprise wifi networks that don't use a CA_Certificate, like Eduroamcannot connect school WiFi on 14.10After upgrade to 15.10 Wifi to a corporate network (WPA2) is not working anymoreCan't connect to wpa2-enterprise networks like eduroam with certificate in 15.10Failed to connect to WPA2/PEAP/MSCHAPv2 enterprise wifi networkConnecting to eduroamUnable to connect to university wifi on Ubuntu 18.04 LTSCannot downgrade wpa_supplicant to fix Wi-Fi connection to a corporate network (WPA2/PEAP with no CA certificate) in Ubuntu 18.04Cannot see my university WiFi network and unable to connect to itConfigure iwconfig with advanced parameters
My school asks us to do this to connect to the wifi in the ca-certificate
Search for the line:
system-ca-certs=true
Change this line to:
system-ca-certs=false
The problem is that I cannot find this line in the ca-certificate.
I can't connect to the network. A dialogue box pops up every time asking for my user id and password for the school wifi, I enter the right credentials but it doesn't work.
P.S There is no problem in connecting to my home wifi network.
these are [the instructions given by my school][1] for connecting to the 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
THIS IS THE CA_CERTIFICATE
[connection]
id=IITB-Wireless
uuid=xxxxxxxxx
type=wifi
permissions=
secondaries=
[wifi]
mac-address=D8:5D:E2:BC:D2:05
mac-address-blacklist=
mac-address-randomization=0
mode=infrastructure
seen-bssids=
ssid=IITB-Wireless
[wifi-security]
group=
key-mgmt=wpa-eap
pairwise=
proto=
[802-1x]
altsubject-matches=
ca-cert=/usr/share/ca-certificates/mozilla/AddTrust_External_Root.crt
eap=ttls;
identity=xxxxxxx
password=xxxxxxx
phase2-altsubject-matches=
phase2-autheap=mschapv2
[ipv4]
dns-search=
method=auto
[ipv6]
addr-gen-mode=stable-privacy
dns-search=
ip6-privacy=0
method=auto
networking wireless certificates
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 8 more comments
My school asks us to do this to connect to the wifi in the ca-certificate
Search for the line:
system-ca-certs=true
Change this line to:
system-ca-certs=false
The problem is that I cannot find this line in the ca-certificate.
I can't connect to the network. A dialogue box pops up every time asking for my user id and password for the school wifi, I enter the right credentials but it doesn't work.
P.S There is no problem in connecting to my home wifi network.
these are [the instructions given by my school][1] for connecting to the 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
THIS IS THE CA_CERTIFICATE
[connection]
id=IITB-Wireless
uuid=xxxxxxxxx
type=wifi
permissions=
secondaries=
[wifi]
mac-address=D8:5D:E2:BC:D2:05
mac-address-blacklist=
mac-address-randomization=0
mode=infrastructure
seen-bssids=
ssid=IITB-Wireless
[wifi-security]
group=
key-mgmt=wpa-eap
pairwise=
proto=
[802-1x]
altsubject-matches=
ca-cert=/usr/share/ca-certificates/mozilla/AddTrust_External_Root.crt
eap=ttls;
identity=xxxxxxx
password=xxxxxxx
phase2-altsubject-matches=
phase2-autheap=mschapv2
[ipv4]
dns-search=
method=auto
[ipv6]
addr-gen-mode=stable-privacy
dns-search=
ip6-privacy=0
method=auto
networking wireless certificates
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Possibly the same problem as described here askubuntu.com/questions/456970/…
– Jos
Apr 21 '17 at 17:37
no,not that one
– Kethan Chauhan
Apr 22 '17 at 4:40
Question is clearer now, but probably a dupe of this: askubuntu.com/questions/279762/…
– Tom Brossman
Apr 22 '17 at 6:09
What are the exact instructions by your school?
– David Foerster
Apr 22 '17 at 10:18
i will edit that above(do see)
– Kethan Chauhan
Apr 22 '17 at 13:11
|
show 8 more comments
My school asks us to do this to connect to the wifi in the ca-certificate
Search for the line:
system-ca-certs=true
Change this line to:
system-ca-certs=false
The problem is that I cannot find this line in the ca-certificate.
I can't connect to the network. A dialogue box pops up every time asking for my user id and password for the school wifi, I enter the right credentials but it doesn't work.
P.S There is no problem in connecting to my home wifi network.
these are [the instructions given by my school][1] for connecting to the 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
THIS IS THE CA_CERTIFICATE
[connection]
id=IITB-Wireless
uuid=xxxxxxxxx
type=wifi
permissions=
secondaries=
[wifi]
mac-address=D8:5D:E2:BC:D2:05
mac-address-blacklist=
mac-address-randomization=0
mode=infrastructure
seen-bssids=
ssid=IITB-Wireless
[wifi-security]
group=
key-mgmt=wpa-eap
pairwise=
proto=
[802-1x]
altsubject-matches=
ca-cert=/usr/share/ca-certificates/mozilla/AddTrust_External_Root.crt
eap=ttls;
identity=xxxxxxx
password=xxxxxxx
phase2-altsubject-matches=
phase2-autheap=mschapv2
[ipv4]
dns-search=
method=auto
[ipv6]
addr-gen-mode=stable-privacy
dns-search=
ip6-privacy=0
method=auto
networking wireless certificates
My school asks us to do this to connect to the wifi in the ca-certificate
Search for the line:
system-ca-certs=true
Change this line to:
system-ca-certs=false
The problem is that I cannot find this line in the ca-certificate.
I can't connect to the network. A dialogue box pops up every time asking for my user id and password for the school wifi, I enter the right credentials but it doesn't work.
P.S There is no problem in connecting to my home wifi network.
these are [the instructions given by my school][1] for connecting to the 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
THIS IS THE CA_CERTIFICATE
[connection]
id=IITB-Wireless
uuid=xxxxxxxxx
type=wifi
permissions=
secondaries=
[wifi]
mac-address=D8:5D:E2:BC:D2:05
mac-address-blacklist=
mac-address-randomization=0
mode=infrastructure
seen-bssids=
ssid=IITB-Wireless
[wifi-security]
group=
key-mgmt=wpa-eap
pairwise=
proto=
[802-1x]
altsubject-matches=
ca-cert=/usr/share/ca-certificates/mozilla/AddTrust_External_Root.crt
eap=ttls;
identity=xxxxxxx
password=xxxxxxx
phase2-altsubject-matches=
phase2-autheap=mschapv2
[ipv4]
dns-search=
method=auto
[ipv6]
addr-gen-mode=stable-privacy
dns-search=
ip6-privacy=0
method=auto
networking wireless certificates
networking wireless certificates
edited Apr 24 '17 at 10:11
Kethan Chauhan
asked Apr 21 '17 at 17:01
Kethan ChauhanKethan Chauhan
816
816
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Possibly the same problem as described here askubuntu.com/questions/456970/…
– Jos
Apr 21 '17 at 17:37
no,not that one
– Kethan Chauhan
Apr 22 '17 at 4:40
Question is clearer now, but probably a dupe of this: askubuntu.com/questions/279762/…
– Tom Brossman
Apr 22 '17 at 6:09
What are the exact instructions by your school?
– David Foerster
Apr 22 '17 at 10:18
i will edit that above(do see)
– Kethan Chauhan
Apr 22 '17 at 13:11
|
show 8 more comments
Possibly the same problem as described here askubuntu.com/questions/456970/…
– Jos
Apr 21 '17 at 17:37
no,not that one
– Kethan Chauhan
Apr 22 '17 at 4:40
Question is clearer now, but probably a dupe of this: askubuntu.com/questions/279762/…
– Tom Brossman
Apr 22 '17 at 6:09
What are the exact instructions by your school?
– David Foerster
Apr 22 '17 at 10:18
i will edit that above(do see)
– Kethan Chauhan
Apr 22 '17 at 13:11
Possibly the same problem as described here askubuntu.com/questions/456970/…
– Jos
Apr 21 '17 at 17:37
Possibly the same problem as described here askubuntu.com/questions/456970/…
– Jos
Apr 21 '17 at 17:37
no,not that one
– Kethan Chauhan
Apr 22 '17 at 4:40
no,not that one
– Kethan Chauhan
Apr 22 '17 at 4:40
Question is clearer now, but probably a dupe of this: askubuntu.com/questions/279762/…
– Tom Brossman
Apr 22 '17 at 6:09
Question is clearer now, but probably a dupe of this: askubuntu.com/questions/279762/…
– Tom Brossman
Apr 22 '17 at 6:09
What are the exact instructions by your school?
– David Foerster
Apr 22 '17 at 10:18
What are the exact instructions by your school?
– David Foerster
Apr 22 '17 at 10:18
i will edit that above(do see)
– Kethan Chauhan
Apr 22 '17 at 13:11
i will edit that above(do see)
– Kethan Chauhan
Apr 22 '17 at 13:11
|
show 8 more comments
1 Answer
1
active
oldest
votes
edit the file:
gedit /etc/NetworkManager/NetworkManager.conf
add these at the end of the file:
[device]
wifi.scan-rand-mac-address=no
restart the network manager:
sudo service network-manager restart
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f907477%2fnot-able-to-connect-to-school-wifi-network-in-ubuntu-16-04-need-to-edit-ca-cer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
edit the file:
gedit /etc/NetworkManager/NetworkManager.conf
add these at the end of the file:
[device]
wifi.scan-rand-mac-address=no
restart the network manager:
sudo service network-manager restart
add a comment |
edit the file:
gedit /etc/NetworkManager/NetworkManager.conf
add these at the end of the file:
[device]
wifi.scan-rand-mac-address=no
restart the network manager:
sudo service network-manager restart
add a comment |
edit the file:
gedit /etc/NetworkManager/NetworkManager.conf
add these at the end of the file:
[device]
wifi.scan-rand-mac-address=no
restart the network manager:
sudo service network-manager restart
edit the file:
gedit /etc/NetworkManager/NetworkManager.conf
add these at the end of the file:
[device]
wifi.scan-rand-mac-address=no
restart the network manager:
sudo service network-manager restart
edited Sep 22 '17 at 20:49
Zanna
51k13138242
51k13138242
answered Sep 22 '17 at 18:11
user739879user739879
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f907477%2fnot-able-to-connect-to-school-wifi-network-in-ubuntu-16-04-need-to-edit-ca-cer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Possibly the same problem as described here askubuntu.com/questions/456970/…
– Jos
Apr 21 '17 at 17:37
no,not that one
– Kethan Chauhan
Apr 22 '17 at 4:40
Question is clearer now, but probably a dupe of this: askubuntu.com/questions/279762/…
– Tom Brossman
Apr 22 '17 at 6:09
What are the exact instructions by your school?
– David Foerster
Apr 22 '17 at 10:18
i will edit that above(do see)
– Kethan Chauhan
Apr 22 '17 at 13:11