Some sites won't load on Ubuntu/Mint
I have a REALLY weird problem with either my network or my OS.
Last week I've suddenly had difficulties loading some websites or even more odd some parts of different websites. For example, I could load gmail.com, login and view the list of emails in my inbox but when I clicked one of them it would just time out. Another example is http://www.ynet.co.il, I can view the home page but going into any one of the articles fails (times out).
I've tried Chrome, Firefox and Opera, all fail the same way.
If I take a URL of a page I cannot load via the browser and try to wget
it though the console I get the file just fine.
I've formatted my machine (Used to run Ubuntu 13.04) and installed Mint Linux this time, it worked fine for a few days and now, again, having the same exact issues.
Important to note that I have other machines connected either directly or via Wi-Fi to the router and they are all working fine (two win7 machines and 1 raspberry pi).
Another strange behavior is that I can ftp or ssh to remote machines but cannot send files via ftp (times out) even if I set passive mode ON and when using ssh I can do just about anything but I cannot paste text into the remote machine, for example if I nano
a file on the remote machine and try to paste anything from my clipboard it freezes.
What I've tried so far:
- Disable IPv6 on the networking admin (and on firefox disabling ipv6 on the about:config page)
- Changing the port and the network cable
- I went to the store and bought a new standalone PCIe network adapter
- Connected my win7 laptop using the same cable and router port (sites that were not working on my Mint are working just fine on the win7 machine)
- Loaded Mint from a livecd, got the same result
- Tried changing the MTU (was 1500, tried 1492)
Some observations:
When I clear my browser cache and go to facebook.com for example, the homepage loads but I fail to load any profile/group page. If I refresh facebook.com homepage a couple of times it stops and fails to load until I clear my browser cache. I changed the chrome cache folder permissions to
0777
but that did not help.When I run
netstat -n
I see A LOT of connections that are in 'FIN_WAIT' mode (I'm guessing that's when I try to refresh pages that are not working and timing out), I have no idea what it means or if it helps anyone figure out what's wrong.The sites that are not loading correctly are always that same, they don't vary or anything and they fail to load exactly the same way on all three browsers that I've tried.
When I Googled 'Ubuntu some sites not loading' I see a huge amount of complaints just like mine, but none of them that I could find actually says what the problem is or how they fixed it.
Technical stuff:
- netstat -n
- ps aux
- netstat -nr
ubuntu networking linux-mint
add a comment |
I have a REALLY weird problem with either my network or my OS.
Last week I've suddenly had difficulties loading some websites or even more odd some parts of different websites. For example, I could load gmail.com, login and view the list of emails in my inbox but when I clicked one of them it would just time out. Another example is http://www.ynet.co.il, I can view the home page but going into any one of the articles fails (times out).
I've tried Chrome, Firefox and Opera, all fail the same way.
If I take a URL of a page I cannot load via the browser and try to wget
it though the console I get the file just fine.
I've formatted my machine (Used to run Ubuntu 13.04) and installed Mint Linux this time, it worked fine for a few days and now, again, having the same exact issues.
Important to note that I have other machines connected either directly or via Wi-Fi to the router and they are all working fine (two win7 machines and 1 raspberry pi).
Another strange behavior is that I can ftp or ssh to remote machines but cannot send files via ftp (times out) even if I set passive mode ON and when using ssh I can do just about anything but I cannot paste text into the remote machine, for example if I nano
a file on the remote machine and try to paste anything from my clipboard it freezes.
What I've tried so far:
- Disable IPv6 on the networking admin (and on firefox disabling ipv6 on the about:config page)
- Changing the port and the network cable
- I went to the store and bought a new standalone PCIe network adapter
- Connected my win7 laptop using the same cable and router port (sites that were not working on my Mint are working just fine on the win7 machine)
- Loaded Mint from a livecd, got the same result
- Tried changing the MTU (was 1500, tried 1492)
Some observations:
When I clear my browser cache and go to facebook.com for example, the homepage loads but I fail to load any profile/group page. If I refresh facebook.com homepage a couple of times it stops and fails to load until I clear my browser cache. I changed the chrome cache folder permissions to
0777
but that did not help.When I run
netstat -n
I see A LOT of connections that are in 'FIN_WAIT' mode (I'm guessing that's when I try to refresh pages that are not working and timing out), I have no idea what it means or if it helps anyone figure out what's wrong.The sites that are not loading correctly are always that same, they don't vary or anything and they fail to load exactly the same way on all three browsers that I've tried.
When I Googled 'Ubuntu some sites not loading' I see a huge amount of complaints just like mine, but none of them that I could find actually says what the problem is or how they fixed it.
Technical stuff:
- netstat -n
- ps aux
- netstat -nr
ubuntu networking linux-mint
"I've formatted my machine (Used to run Ubuntu 13.04) and installed Mint Linux this time, it worked fine for a few days and now, again, having the same exact issues." What have you changed or added since you installed the OS? The fact that wget works but browsers do not lends itself to a software conflict or plugin issue, not an underlying OS or network connectivity issue.
– acejavelin
May 28 '18 at 16:42
I am also wondering why you seemed to just "randomly" change your MTU size? It is not uncommon for DSL to need a smaller MTU size than 1500, although it is usually done at the router level, but have you tested it? It is pretty simple to do with ping.
– acejavelin
May 28 '18 at 16:45
add a comment |
I have a REALLY weird problem with either my network or my OS.
Last week I've suddenly had difficulties loading some websites or even more odd some parts of different websites. For example, I could load gmail.com, login and view the list of emails in my inbox but when I clicked one of them it would just time out. Another example is http://www.ynet.co.il, I can view the home page but going into any one of the articles fails (times out).
I've tried Chrome, Firefox and Opera, all fail the same way.
If I take a URL of a page I cannot load via the browser and try to wget
it though the console I get the file just fine.
I've formatted my machine (Used to run Ubuntu 13.04) and installed Mint Linux this time, it worked fine for a few days and now, again, having the same exact issues.
Important to note that I have other machines connected either directly or via Wi-Fi to the router and they are all working fine (two win7 machines and 1 raspberry pi).
Another strange behavior is that I can ftp or ssh to remote machines but cannot send files via ftp (times out) even if I set passive mode ON and when using ssh I can do just about anything but I cannot paste text into the remote machine, for example if I nano
a file on the remote machine and try to paste anything from my clipboard it freezes.
What I've tried so far:
- Disable IPv6 on the networking admin (and on firefox disabling ipv6 on the about:config page)
- Changing the port and the network cable
- I went to the store and bought a new standalone PCIe network adapter
- Connected my win7 laptop using the same cable and router port (sites that were not working on my Mint are working just fine on the win7 machine)
- Loaded Mint from a livecd, got the same result
- Tried changing the MTU (was 1500, tried 1492)
Some observations:
When I clear my browser cache and go to facebook.com for example, the homepage loads but I fail to load any profile/group page. If I refresh facebook.com homepage a couple of times it stops and fails to load until I clear my browser cache. I changed the chrome cache folder permissions to
0777
but that did not help.When I run
netstat -n
I see A LOT of connections that are in 'FIN_WAIT' mode (I'm guessing that's when I try to refresh pages that are not working and timing out), I have no idea what it means or if it helps anyone figure out what's wrong.The sites that are not loading correctly are always that same, they don't vary or anything and they fail to load exactly the same way on all three browsers that I've tried.
When I Googled 'Ubuntu some sites not loading' I see a huge amount of complaints just like mine, but none of them that I could find actually says what the problem is or how they fixed it.
Technical stuff:
- netstat -n
- ps aux
- netstat -nr
ubuntu networking linux-mint
I have a REALLY weird problem with either my network or my OS.
Last week I've suddenly had difficulties loading some websites or even more odd some parts of different websites. For example, I could load gmail.com, login and view the list of emails in my inbox but when I clicked one of them it would just time out. Another example is http://www.ynet.co.il, I can view the home page but going into any one of the articles fails (times out).
I've tried Chrome, Firefox and Opera, all fail the same way.
If I take a URL of a page I cannot load via the browser and try to wget
it though the console I get the file just fine.
I've formatted my machine (Used to run Ubuntu 13.04) and installed Mint Linux this time, it worked fine for a few days and now, again, having the same exact issues.
Important to note that I have other machines connected either directly or via Wi-Fi to the router and they are all working fine (two win7 machines and 1 raspberry pi).
Another strange behavior is that I can ftp or ssh to remote machines but cannot send files via ftp (times out) even if I set passive mode ON and when using ssh I can do just about anything but I cannot paste text into the remote machine, for example if I nano
a file on the remote machine and try to paste anything from my clipboard it freezes.
What I've tried so far:
- Disable IPv6 on the networking admin (and on firefox disabling ipv6 on the about:config page)
- Changing the port and the network cable
- I went to the store and bought a new standalone PCIe network adapter
- Connected my win7 laptop using the same cable and router port (sites that were not working on my Mint are working just fine on the win7 machine)
- Loaded Mint from a livecd, got the same result
- Tried changing the MTU (was 1500, tried 1492)
Some observations:
When I clear my browser cache and go to facebook.com for example, the homepage loads but I fail to load any profile/group page. If I refresh facebook.com homepage a couple of times it stops and fails to load until I clear my browser cache. I changed the chrome cache folder permissions to
0777
but that did not help.When I run
netstat -n
I see A LOT of connections that are in 'FIN_WAIT' mode (I'm guessing that's when I try to refresh pages that are not working and timing out), I have no idea what it means or if it helps anyone figure out what's wrong.The sites that are not loading correctly are always that same, they don't vary or anything and they fail to load exactly the same way on all three browsers that I've tried.
When I Googled 'Ubuntu some sites not loading' I see a huge amount of complaints just like mine, but none of them that I could find actually says what the problem is or how they fixed it.
Technical stuff:
- netstat -n
- ps aux
- netstat -nr
ubuntu networking linux-mint
ubuntu networking linux-mint
asked Oct 22 '13 at 20:52
Or WOr W
5828
5828
"I've formatted my machine (Used to run Ubuntu 13.04) and installed Mint Linux this time, it worked fine for a few days and now, again, having the same exact issues." What have you changed or added since you installed the OS? The fact that wget works but browsers do not lends itself to a software conflict or plugin issue, not an underlying OS or network connectivity issue.
– acejavelin
May 28 '18 at 16:42
I am also wondering why you seemed to just "randomly" change your MTU size? It is not uncommon for DSL to need a smaller MTU size than 1500, although it is usually done at the router level, but have you tested it? It is pretty simple to do with ping.
– acejavelin
May 28 '18 at 16:45
add a comment |
"I've formatted my machine (Used to run Ubuntu 13.04) and installed Mint Linux this time, it worked fine for a few days and now, again, having the same exact issues." What have you changed or added since you installed the OS? The fact that wget works but browsers do not lends itself to a software conflict or plugin issue, not an underlying OS or network connectivity issue.
– acejavelin
May 28 '18 at 16:42
I am also wondering why you seemed to just "randomly" change your MTU size? It is not uncommon for DSL to need a smaller MTU size than 1500, although it is usually done at the router level, but have you tested it? It is pretty simple to do with ping.
– acejavelin
May 28 '18 at 16:45
"I've formatted my machine (Used to run Ubuntu 13.04) and installed Mint Linux this time, it worked fine for a few days and now, again, having the same exact issues." What have you changed or added since you installed the OS? The fact that wget works but browsers do not lends itself to a software conflict or plugin issue, not an underlying OS or network connectivity issue.
– acejavelin
May 28 '18 at 16:42
"I've formatted my machine (Used to run Ubuntu 13.04) and installed Mint Linux this time, it worked fine for a few days and now, again, having the same exact issues." What have you changed or added since you installed the OS? The fact that wget works but browsers do not lends itself to a software conflict or plugin issue, not an underlying OS or network connectivity issue.
– acejavelin
May 28 '18 at 16:42
I am also wondering why you seemed to just "randomly" change your MTU size? It is not uncommon for DSL to need a smaller MTU size than 1500, although it is usually done at the router level, but have you tested it? It is pretty simple to do with ping.
– acejavelin
May 28 '18 at 16:45
I am also wondering why you seemed to just "randomly" change your MTU size? It is not uncommon for DSL to need a smaller MTU size than 1500, although it is usually done at the router level, but have you tested it? It is pretty simple to do with ping.
– acejavelin
May 28 '18 at 16:45
add a comment |
2 Answers
2
active
oldest
votes
I too have the same problem. First faced this problem with Linux Mint , so I tried Ubuntu & Fedora . Even with Ubuntu & Fedora I faced the same problem . But when I connectthe same internet connection with Windows 8 Laptop it works fine.
Here are few solutions which might be useful to you.
http://forums.linuxmint.com/viewtopic.php?f=150&t=148462
2
Can you summarize what is at the link within your answer in case the linked page goes dead?
– jonsca
Dec 6 '13 at 11:15
add a comment |
Turn off the firewall and the problem goes away. I suspect the Application Layer Gateway Settings need to be modified.
1
Could you please explain how turning off firewall helps and also what settings needs to be modified for application layer gateway ?
– C0deDaedalus
May 28 '18 at 15:54
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f663902%2fsome-sites-wont-load-on-ubuntu-mint%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
I too have the same problem. First faced this problem with Linux Mint , so I tried Ubuntu & Fedora . Even with Ubuntu & Fedora I faced the same problem . But when I connectthe same internet connection with Windows 8 Laptop it works fine.
Here are few solutions which might be useful to you.
http://forums.linuxmint.com/viewtopic.php?f=150&t=148462
2
Can you summarize what is at the link within your answer in case the linked page goes dead?
– jonsca
Dec 6 '13 at 11:15
add a comment |
I too have the same problem. First faced this problem with Linux Mint , so I tried Ubuntu & Fedora . Even with Ubuntu & Fedora I faced the same problem . But when I connectthe same internet connection with Windows 8 Laptop it works fine.
Here are few solutions which might be useful to you.
http://forums.linuxmint.com/viewtopic.php?f=150&t=148462
2
Can you summarize what is at the link within your answer in case the linked page goes dead?
– jonsca
Dec 6 '13 at 11:15
add a comment |
I too have the same problem. First faced this problem with Linux Mint , so I tried Ubuntu & Fedora . Even with Ubuntu & Fedora I faced the same problem . But when I connectthe same internet connection with Windows 8 Laptop it works fine.
Here are few solutions which might be useful to you.
http://forums.linuxmint.com/viewtopic.php?f=150&t=148462
I too have the same problem. First faced this problem with Linux Mint , so I tried Ubuntu & Fedora . Even with Ubuntu & Fedora I faced the same problem . But when I connectthe same internet connection with Windows 8 Laptop it works fine.
Here are few solutions which might be useful to you.
http://forums.linuxmint.com/viewtopic.php?f=150&t=148462
answered Dec 6 '13 at 10:46
user206753user206753
1
1
2
Can you summarize what is at the link within your answer in case the linked page goes dead?
– jonsca
Dec 6 '13 at 11:15
add a comment |
2
Can you summarize what is at the link within your answer in case the linked page goes dead?
– jonsca
Dec 6 '13 at 11:15
2
2
Can you summarize what is at the link within your answer in case the linked page goes dead?
– jonsca
Dec 6 '13 at 11:15
Can you summarize what is at the link within your answer in case the linked page goes dead?
– jonsca
Dec 6 '13 at 11:15
add a comment |
Turn off the firewall and the problem goes away. I suspect the Application Layer Gateway Settings need to be modified.
1
Could you please explain how turning off firewall helps and also what settings needs to be modified for application layer gateway ?
– C0deDaedalus
May 28 '18 at 15:54
add a comment |
Turn off the firewall and the problem goes away. I suspect the Application Layer Gateway Settings need to be modified.
1
Could you please explain how turning off firewall helps and also what settings needs to be modified for application layer gateway ?
– C0deDaedalus
May 28 '18 at 15:54
add a comment |
Turn off the firewall and the problem goes away. I suspect the Application Layer Gateway Settings need to be modified.
Turn off the firewall and the problem goes away. I suspect the Application Layer Gateway Settings need to be modified.
answered May 28 '18 at 15:20
Jerry WarringtonJerry Warrington
1
1
1
Could you please explain how turning off firewall helps and also what settings needs to be modified for application layer gateway ?
– C0deDaedalus
May 28 '18 at 15:54
add a comment |
1
Could you please explain how turning off firewall helps and also what settings needs to be modified for application layer gateway ?
– C0deDaedalus
May 28 '18 at 15:54
1
1
Could you please explain how turning off firewall helps and also what settings needs to be modified for application layer gateway ?
– C0deDaedalus
May 28 '18 at 15:54
Could you please explain how turning off firewall helps and also what settings needs to be modified for application layer gateway ?
– C0deDaedalus
May 28 '18 at 15:54
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f663902%2fsome-sites-wont-load-on-ubuntu-mint%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
"I've formatted my machine (Used to run Ubuntu 13.04) and installed Mint Linux this time, it worked fine for a few days and now, again, having the same exact issues." What have you changed or added since you installed the OS? The fact that wget works but browsers do not lends itself to a software conflict or plugin issue, not an underlying OS or network connectivity issue.
– acejavelin
May 28 '18 at 16:42
I am also wondering why you seemed to just "randomly" change your MTU size? It is not uncommon for DSL to need a smaller MTU size than 1500, although it is usually done at the router level, but have you tested it? It is pretty simple to do with ping.
– acejavelin
May 28 '18 at 16:45