LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-10-2014, 09:02 AM   #1
stingo380
LQ Newbie
 
Registered: Jan 2014
Posts: 6

Rep: Reputation: Disabled
Some Websites Are Not Loading.


Hi

Am using Chromium on Mint and cannot get some websites to load eg Hotmail (in any of its forms eg www.hotmail.com, www.live.com or www.outlook.com and the mint forum.

Any ideas would be greatly appreciated by this newbie.

Thank you.
 
Old 06-10-2014, 09:35 AM   #2
eklavya
Member
 
Registered: Mar 2013
Posts: 636

Rep: Reputation: 142Reputation: 142
Are you under any proxy server?
Does your internet connection show continuous flow of data?
Have you tried without using www?
Can you open https sites like gmail & facebook?
What is the output of following commands?
Code:
ping hotmail.com
ping live.com
ping outlook.com

Last edited by eklavya; 06-10-2014 at 09:37 AM.
 
Old 06-10-2014, 10:08 AM   #3
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
My guess would be DNS. Can you ping the sites by name?

$ ping -c 2 hotmail.com

You can lookup the dns on sites like network-tools.com and add entries in /etc/hosts to do the dns lookup locally. Not a long term solution, but it can help rule out the culprits.

On dialup long ago, I had to fiddle with the MTU size for some sites. Some required a full 1500 (default) others only worked with 576 (dialup size). Crazy times and only seemed to affect poorly configured servers.
 
Old 06-10-2014, 10:31 AM   #4
stingo380
LQ Newbie
 
Registered: Jan 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
This is the output from ping hotmail.com
PING hotmail.com (65.55.77.28) 56(84) bytes of data.
--- hotmail.com ping statistics ---
31 packets transmitted, 0 received, 100% packet loss, time 30239ms

Sites like Facebook and Google are no problem.
I am using a 3g data plan from a local provider.
 
Old 06-10-2014, 04:43 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
I'd suspect IPv6.
 
Old 06-10-2014, 05:57 PM   #6
stingo380
LQ Newbie
 
Registered: Jan 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Please excuse my ignorance, but what is IPv6?
 
Old 06-10-2014, 08:05 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
IPv6 is a relatively new way of doling out ip addresses because it is possible that IPv4 (xxx.xxx.xxx.xxx) addresses will run out.
http://www.linux.com/learn/tutorials...urse-for-linux

I have not had any direct experience with it, but I have read here of issues such as yours being resolved by turning of IPv6 in the network configuration; again, though, I have no personal experience, so take that with a grain or two of salt. Here's an article from the Ubuntu wiki (your user agent icon says you are using Ubuntu) that might help:

https://wiki.ubuntu.com/IPv6
 
Old 06-10-2014, 08:27 PM   #8
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Opps, I need to read.

If you don't get reply from nslookup or dig for www.hotmail.com then you need to diag your dns servers or hosts file or proxy.pac or proxy server.

Always use www.somesite.com instead of somesite.com.

Ping is a poor test. Use nslookup and or dig instead to find IP resolution.

Last edited by jefro; 06-10-2014 at 08:29 PM.
 
Old 06-10-2014, 09:43 PM   #9
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
Chrome has had a problem for awhile. Sites you try to load from a link from another site don't load normally. You can get them to load by clicking on the maximize/restore button. Maximize it if it's not already mazimmized, or unmax it if it is. You can then put it back to where it was. It's a pain, and seems to have been fixed in the latest dev channel builds. Not sure about beta or stable.
 
Old 06-11-2014, 06:29 AM   #10
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
www.site.TLD and site.TLD should be swappable. Granted that some sites misconfigure things so only one or the other works. But many browsers will prefix www. on the name and try again if it doesn't work the other way. And postfix .com in a few cases as well.

Your ping resolved the IP address so DNS is working, but you had 100% packet loss. A site doesn't have to respond to icmp packets. Although most of the big company ones do. And I can ping that one with the same IP you resolved. You got an IP for the site, so the DNS part is working. There could be some routing issue, or some firewall rules that are preventing things from working as expected. Perhaps traceroute or other things might help identify the issue.
 
Old 06-11-2014, 08:48 AM   #11
stingo380
LQ Newbie
 
Registered: Jan 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for all the replies, people.

The problem is now intermittent and easily solved by rebooting my 3G gizmo until Hotmail finally shows its face. Knowing very little about IP, DNS etc but enough to know about having to have a unique addresses, I suspect that all your suggestions about IP address allocations and things way over my head, are correct.

I'll live with having to reboot the 3G gizmo.
 
Old 06-11-2014, 05:17 PM   #12
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Sometimes I just get typing and not reading. Shadow_7 has been reading this better than I have.

Usually it is an IPv6 issue.

This is a newbie dangerous way to see if chrome is using ipv6. chrome://net-internals/#dns

Disable it and see if it fixes the hotmail deal.

Last edited by jefro; 06-11-2014 at 05:18 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can ping websites, can visit websites with ip address, cannot visit with Web address TheGeneralsLounge Linux - Networking 2 03-29-2007 02:07 AM
port 80 is stopping me from loading most websites xxvm1 Mandriva 4 09-15-2004 03:00 PM
Websites that sell websites..? mScDeX General 2 12-29-2003 03:01 PM
Finding Module Dependencies...(Still loading...still loading..still loading..HANG!!!) Aeudian Linux - General 3 08-11-2003 03:31 PM
Finding Module Dependencies.....(still loading....Still loading....still loading) Aeudian Linux - Newbie 1 07-28-2003 02:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration