No internet on Linux Mint 17 Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionSSH connection does not work while browsers doNo longer able to reach the Internet on Kali LinuxOpenVPN “breaks” my local DNS downNo internet connection after update from ubuntu 14.04 to 16.04nmcli: dns settings duplicate? IP4.DNS vs. ipv4.dnsCannot maintain internet connection on Linux Mint 18Linux Mint and wired connection problemI can only connect internet to employers wifi. Apart from it, I am able to connect to wifi, but I am not getting internetCan ping 8.8.8.8 but can't browse internetNo Internet Connection
Overriding an object in memory with placement new
Selecting the same column from Different rows Based on Different Criteria
How to tell that you are a giant?
Dating a Former Employee
How to answer "Have you ever been terminated?"
Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?
What exactly is a "Meth" in Altered Carbon?
Can an alien society believe that their star system is the universe?
What does the word "veer" mean here?
Can I cast Passwall to drop an enemy into a 20-foot pit?
Apollo command module space walk?
What causes the vertical darker bands in my photo?
3 doors, three guards, one stone
Should I use a zero-interest credit card for a large one-time purchase?
Bete Noir -- no dairy
List *all* the tuples!
How to align text above triangle figure
How to find out what spells would be useless to a blind NPC spellcaster?
Seeking colloquialism for “just because”
Why did the IBM 650 use bi-quinary?
Is the Standard Deduction better than Itemized when both are the same amount?
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
How to find all the available tools in mac terminal?
Echoing a tail command produces unexpected output?
No internet on Linux Mint 17
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionSSH connection does not work while browsers doNo longer able to reach the Internet on Kali LinuxOpenVPN “breaks” my local DNS downNo internet connection after update from ubuntu 14.04 to 16.04nmcli: dns settings duplicate? IP4.DNS vs. ipv4.dnsCannot maintain internet connection on Linux Mint 18Linux Mint and wired connection problemI can only connect internet to employers wifi. Apart from it, I am able to connect to wifi, but I am not getting internetCan ping 8.8.8.8 but can't browse internetNo Internet Connection
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have been using Mint 17 for the past 2 months now and it didn't show any problem in networking. Recently, however, when I connect to WiFi it works fine for a while, but when I leave the system idle even for a few seconds, the internet goes down but the wifi is still connected.
The browser shows the error DNS_PROBE_FINISHED_NO_INTERNET and I have changed the DNS to 8.8.8.8 and 8.8.4.4 but the problem still won't budge. If I disconnect and connect again, it will work fine but onlly until the next time I leave it idle.
networking dns internet
add a comment |
I have been using Mint 17 for the past 2 months now and it didn't show any problem in networking. Recently, however, when I connect to WiFi it works fine for a while, but when I leave the system idle even for a few seconds, the internet goes down but the wifi is still connected.
The browser shows the error DNS_PROBE_FINISHED_NO_INTERNET and I have changed the DNS to 8.8.8.8 and 8.8.4.4 but the problem still won't budge. If I disconnect and connect again, it will work fine but onlly until the next time I leave it idle.
networking dns internet
When the internet is down, what is the output ofping -c 2 google.comandping -c 2 8.8.8.8?
– terdon♦
Feb 28 '16 at 14:05
add a comment |
I have been using Mint 17 for the past 2 months now and it didn't show any problem in networking. Recently, however, when I connect to WiFi it works fine for a while, but when I leave the system idle even for a few seconds, the internet goes down but the wifi is still connected.
The browser shows the error DNS_PROBE_FINISHED_NO_INTERNET and I have changed the DNS to 8.8.8.8 and 8.8.4.4 but the problem still won't budge. If I disconnect and connect again, it will work fine but onlly until the next time I leave it idle.
networking dns internet
I have been using Mint 17 for the past 2 months now and it didn't show any problem in networking. Recently, however, when I connect to WiFi it works fine for a while, but when I leave the system idle even for a few seconds, the internet goes down but the wifi is still connected.
The browser shows the error DNS_PROBE_FINISHED_NO_INTERNET and I have changed the DNS to 8.8.8.8 and 8.8.4.4 but the problem still won't budge. If I disconnect and connect again, it will work fine but onlly until the next time I leave it idle.
networking dns internet
networking dns internet
edited Feb 28 '16 at 14:04
terdon♦
134k33270450
134k33270450
asked Feb 28 '16 at 13:58
Jashan Bhullar.Jashan Bhullar.
32
32
When the internet is down, what is the output ofping -c 2 google.comandping -c 2 8.8.8.8?
– terdon♦
Feb 28 '16 at 14:05
add a comment |
When the internet is down, what is the output ofping -c 2 google.comandping -c 2 8.8.8.8?
– terdon♦
Feb 28 '16 at 14:05
When the internet is down, what is the output of
ping -c 2 google.com and ping -c 2 8.8.8.8 ?– terdon♦
Feb 28 '16 at 14:05
When the internet is down, what is the output of
ping -c 2 google.com and ping -c 2 8.8.8.8 ?– terdon♦
Feb 28 '16 at 14:05
add a comment |
2 Answers
2
active
oldest
votes
nano Edit /etc/resolv.conf
nano /etc/resolv.conf
Somthing like
#Generated by NetworkManager
nameserver 192.168.0.1
More example for Resolv.conf
Next step type the following command:
sudo apt-get remove --purge resolv.conf
sudo /etc/init.d/networking restart
Reboot
add a comment |
I have been encountering the same exact thing (Linux Mint 17.1 Rebecca). Try going in to network settings and disabling IPv6 - if your PC is not able to actually use IPv6, then this can delay the connection. Go to Networks - Newtworking and find your connection - edit with the wrench icon - and disable IPv6. This could also be done in sysctl.conf. There may be other factors causing this - I am working on this very issue.
I tried that,it didn't work.Thanks for looking into this though.I am also using all my time to solve this.
– Jashan Bhullar.
Feb 28 '16 at 14:27
Jashan - I tried the solution below from GAD3R - but in my PC, the file name in etc is resolvconf - tried it and so far, so good - I am expecting this purge to work because I think Mint can get confused with hosts and names.
– bensatlantic
Feb 28 '16 at 16:36
Ben,the above mentioned thing worked.Maybe it was something that GNS3 altered in my laptop.
– Jashan Bhullar.
Mar 1 '16 at 17:57
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f266290%2fno-internet-on-linux-mint-17%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
nano Edit /etc/resolv.conf
nano /etc/resolv.conf
Somthing like
#Generated by NetworkManager
nameserver 192.168.0.1
More example for Resolv.conf
Next step type the following command:
sudo apt-get remove --purge resolv.conf
sudo /etc/init.d/networking restart
Reboot
add a comment |
nano Edit /etc/resolv.conf
nano /etc/resolv.conf
Somthing like
#Generated by NetworkManager
nameserver 192.168.0.1
More example for Resolv.conf
Next step type the following command:
sudo apt-get remove --purge resolv.conf
sudo /etc/init.d/networking restart
Reboot
add a comment |
nano Edit /etc/resolv.conf
nano /etc/resolv.conf
Somthing like
#Generated by NetworkManager
nameserver 192.168.0.1
More example for Resolv.conf
Next step type the following command:
sudo apt-get remove --purge resolv.conf
sudo /etc/init.d/networking restart
Reboot
nano Edit /etc/resolv.conf
nano /etc/resolv.conf
Somthing like
#Generated by NetworkManager
nameserver 192.168.0.1
More example for Resolv.conf
Next step type the following command:
sudo apt-get remove --purge resolv.conf
sudo /etc/init.d/networking restart
Reboot
answered Feb 28 '16 at 16:10
GAD3RGAD3R
28.3k1958114
28.3k1958114
add a comment |
add a comment |
I have been encountering the same exact thing (Linux Mint 17.1 Rebecca). Try going in to network settings and disabling IPv6 - if your PC is not able to actually use IPv6, then this can delay the connection. Go to Networks - Newtworking and find your connection - edit with the wrench icon - and disable IPv6. This could also be done in sysctl.conf. There may be other factors causing this - I am working on this very issue.
I tried that,it didn't work.Thanks for looking into this though.I am also using all my time to solve this.
– Jashan Bhullar.
Feb 28 '16 at 14:27
Jashan - I tried the solution below from GAD3R - but in my PC, the file name in etc is resolvconf - tried it and so far, so good - I am expecting this purge to work because I think Mint can get confused with hosts and names.
– bensatlantic
Feb 28 '16 at 16:36
Ben,the above mentioned thing worked.Maybe it was something that GNS3 altered in my laptop.
– Jashan Bhullar.
Mar 1 '16 at 17:57
add a comment |
I have been encountering the same exact thing (Linux Mint 17.1 Rebecca). Try going in to network settings and disabling IPv6 - if your PC is not able to actually use IPv6, then this can delay the connection. Go to Networks - Newtworking and find your connection - edit with the wrench icon - and disable IPv6. This could also be done in sysctl.conf. There may be other factors causing this - I am working on this very issue.
I tried that,it didn't work.Thanks for looking into this though.I am also using all my time to solve this.
– Jashan Bhullar.
Feb 28 '16 at 14:27
Jashan - I tried the solution below from GAD3R - but in my PC, the file name in etc is resolvconf - tried it and so far, so good - I am expecting this purge to work because I think Mint can get confused with hosts and names.
– bensatlantic
Feb 28 '16 at 16:36
Ben,the above mentioned thing worked.Maybe it was something that GNS3 altered in my laptop.
– Jashan Bhullar.
Mar 1 '16 at 17:57
add a comment |
I have been encountering the same exact thing (Linux Mint 17.1 Rebecca). Try going in to network settings and disabling IPv6 - if your PC is not able to actually use IPv6, then this can delay the connection. Go to Networks - Newtworking and find your connection - edit with the wrench icon - and disable IPv6. This could also be done in sysctl.conf. There may be other factors causing this - I am working on this very issue.
I have been encountering the same exact thing (Linux Mint 17.1 Rebecca). Try going in to network settings and disabling IPv6 - if your PC is not able to actually use IPv6, then this can delay the connection. Go to Networks - Newtworking and find your connection - edit with the wrench icon - and disable IPv6. This could also be done in sysctl.conf. There may be other factors causing this - I am working on this very issue.
edited 9 hours ago
Rui F Ribeiro
42.1k1484142
42.1k1484142
answered Feb 28 '16 at 14:17
bensatlanticbensatlantic
244
244
I tried that,it didn't work.Thanks for looking into this though.I am also using all my time to solve this.
– Jashan Bhullar.
Feb 28 '16 at 14:27
Jashan - I tried the solution below from GAD3R - but in my PC, the file name in etc is resolvconf - tried it and so far, so good - I am expecting this purge to work because I think Mint can get confused with hosts and names.
– bensatlantic
Feb 28 '16 at 16:36
Ben,the above mentioned thing worked.Maybe it was something that GNS3 altered in my laptop.
– Jashan Bhullar.
Mar 1 '16 at 17:57
add a comment |
I tried that,it didn't work.Thanks for looking into this though.I am also using all my time to solve this.
– Jashan Bhullar.
Feb 28 '16 at 14:27
Jashan - I tried the solution below from GAD3R - but in my PC, the file name in etc is resolvconf - tried it and so far, so good - I am expecting this purge to work because I think Mint can get confused with hosts and names.
– bensatlantic
Feb 28 '16 at 16:36
Ben,the above mentioned thing worked.Maybe it was something that GNS3 altered in my laptop.
– Jashan Bhullar.
Mar 1 '16 at 17:57
I tried that,it didn't work.Thanks for looking into this though.I am also using all my time to solve this.
– Jashan Bhullar.
Feb 28 '16 at 14:27
I tried that,it didn't work.Thanks for looking into this though.I am also using all my time to solve this.
– Jashan Bhullar.
Feb 28 '16 at 14:27
Jashan - I tried the solution below from GAD3R - but in my PC, the file name in etc is resolvconf - tried it and so far, so good - I am expecting this purge to work because I think Mint can get confused with hosts and names.
– bensatlantic
Feb 28 '16 at 16:36
Jashan - I tried the solution below from GAD3R - but in my PC, the file name in etc is resolvconf - tried it and so far, so good - I am expecting this purge to work because I think Mint can get confused with hosts and names.
– bensatlantic
Feb 28 '16 at 16:36
Ben,the above mentioned thing worked.Maybe it was something that GNS3 altered in my laptop.
– Jashan Bhullar.
Mar 1 '16 at 17:57
Ben,the above mentioned thing worked.Maybe it was something that GNS3 altered in my laptop.
– Jashan Bhullar.
Mar 1 '16 at 17:57
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f266290%2fno-internet-on-linux-mint-17%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
-dns, internet, networking
When the internet is down, what is the output of
ping -c 2 google.comandping -c 2 8.8.8.8?– terdon♦
Feb 28 '16 at 14:05