LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-07-2014, 10:10 AM   #1
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285
Blog Entries: 1

Rep: Reputation: 37
debian does not open up all websites


Well, this is a similar problem which I had few years back. There are some websites which does not seem to open.

Code:
http://www.freshersworld.com/
http://ssconline.nic.in/
are some of them. Initially I thought it was again that tcp window scaling problem. So I followed the steps mentioned in the previously discussed topic
Code:
http://www.linuxquestions.org/questions/linux-general-1/website-won%27t-load-on-linux-704467/#post3446978
Last time the problem was resolved using the steps mentioned in that post. But this time the problem seems to persist. I still can't open up the pages.

Is there any solution to the problem???
How do I troubleshoot this???
 
Old 02-07-2014, 10:24 AM   #2
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
It would seem to be a browser problem. Debian does not open web pages, your browser does. What browser are you using? Have you tried changing the browser settings? Both websites open for me, although the second one does give a warning that Netscape is not supported, and you should use IE or Opera. That said, I can still use the links there.
 
Old 02-07-2014, 10:25 AM   #3
Soadyheid
Senior Member
 
Registered: Aug 2010
Location: Near Edinburgh, Scotland
Distribution: Cinnamon Mint 20.1 (Laptop) and 20.2 (Desktop)
Posts: 1,673

Rep: Reputation: 487Reputation: 487Reputation: 487Reputation: 487Reputation: 487
Debian is a Linux Distribution, it doesn't open URLs. What Browser are you using? Firefox, Chrome, Mozilla, Konqueror?

Do you get the same response from different browsers?

Maybe I've misunderstood your problem.

Play Bonny!

 
Old 02-07-2014, 10:25 AM   #4
Isaac Velando
LQ Newbie
 
Registered: Feb 2014
Location: Texas
Distribution: Arch, Ubuntu Server, CentOS
Posts: 29

Rep: Reputation: 21
While this isn't exactly my area of expertise and I may be quite off target, I'm curious as to whether it's a DNS issue; can you try navigating your browser directly to their IP addresses? I believe they are:

http://www.freshersworld.com/ -> http://54.209.13.212/
http://ssconline.nic.in/ -> http://164.100.72.40/

In the event this is successful you could change your DNS servers to something like Google's public DNS servers 8.8.8.8 and 8.8.4.4
 
Old 02-07-2014, 12:23 PM   #5
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I'm using Debian and here are my results of opening your problem websites.
I am using Iceweasel v. 24.2
http://www.freshersworld.com/ opens correctly with no problems.
http://ssconline.nic.in/ Will not openDoes not support any browser except IE or Opera.
I tried http://ssconline.nic.in/ using Opera v. 12.16 and it opened with no problems.
As suggested above this has nothing to do with Debian and everything to do with garbage websites limiting the browsers they support.
jdk
 
Old 02-07-2014, 09:06 PM   #6
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,342
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
Both websites open just fine Opera 12.10 on Debian Sid. My results in Iceweasel 24.2.0 were similar to jdkaye's, except that I was able to navigate http://ssconline.nic.in/, but, every time I opened a page, I got the "use IE or Opera" warning.
 
Old 02-08-2014, 07:12 AM   #7
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285

Original Poster
Blog Entries: 1

Rep: Reputation: 37
Well, I use firefox nightly edition. However I tried using google chrome and iceweasel. All report the same problem. I'll try changing the dns and post the output.
Thanks to all.
 
Old 02-08-2014, 07:29 AM   #8
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285

Original Poster
Blog Entries: 1

Rep: Reputation: 37
Well, the dns does not seem to create any problems. As stated by Issac Velando I tried providing the ip address instead. Its the same problem again. I tried pinging to the destination.

Code:
lobkush@Debian:~$ ping -c 5 www.freshersworld.com
PING freshersworld.com (54.209.13.212) 56(84) bytes of data.

--- freshersworld.com ping statistics ---
5 packets transmitted, 0 received, 100% packet loss, time 4032ms
I, however tried changing the dns and its still stuck in the same issue. What can I do next???

Please help!!!
 
Old 02-08-2014, 09:40 AM   #9
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Very strange. I pinged www.fresherworld.com and got a different ip number.
Code:
~$ ping www.fresherworld.com
PING www.fresherworld.com (95.211.117.206) 56(84) bytes of data.
64 bytes from hosted-by.leaseweb.com (95.211.117.206): icmp_seq=1 ttl=52 time=23.8 ms
64 bytes from hosted-by.leaseweb.com (95.211.117.206): icmp_seq=2 ttl=52 time=24.0 ms
jdk
 
Old 02-08-2014, 10:26 AM   #10
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
I also get 95.211.117.206, and can successfully ping. However when I go to www.freshersworld.com in a browser, I get a placeholder site. It appears that this domain name is not in use by an active site. I don't think this is what I got earlier, but I can't recall exactly. Pinging the IP address you provided does not work, so 54.209.13.212 is not correct. I can't ping that one either. The ssconline.nic.in website does work, though. It's sadly outdated, requiring IE or Netscape, which hasn't existed in many years, but it does display.
 
Old 02-08-2014, 11:25 AM   #11
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Both display perfectly in my Opera (version 12).
 
Old 02-08-2014, 12:47 PM   #12
lemon09
Member
 
Registered: Jun 2009
Location: kolkata,India
Distribution: Mandriva,openSuse,Mint,Debian
Posts: 285

Original Poster
Blog Entries: 1

Rep: Reputation: 37
To both of you -- jdkaye and sgosnell... The name of the site is
Code:
www.freshersworld.com
and not
Code:
www.fresherworld.com
The later one is a placeholder one.
 
Old 02-08-2014, 01:06 PM   #13
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
I ran into this the other day while checking out the latest knoppix in VM it was weird one browser that would do them all was chromium .
and not icewiesel that comes with it. so I pulled the latest live Debian; believe Debian 7 and ran that in VM and the same thing except no chromium.
so I did a complete install to one of my partitions same problem.
Not sure why. I played with the settings. I am sure there is a simple explanation

but what I notices was if it was a http://www it worked fine but if it was just http://blah/blah it didn't.
so that tells me where to look in the settings. but hey I don't have time for that. This is the Distro maintainers job do handle default stuff.

That is only my opinion. And the difference between a well thought out release.
 
Old 02-08-2014, 01:34 PM   #14
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
The first thought is DNS. Using googles 8.8.8.8 or other not from your ISP options seems better in my experience.

I've had past issues with MTU size and some sites. I'm not sure why, but dropping down to 576 instead of the default 1500 makes some sites play better. Perhaps it's a latency issue, or just a poorly configured web server on the far end. And sometimes the inverse holds true, only works at 1500 MTU, and not at 576. Even though an MTU of 1492 might be optimal for your ISP for "most" things on an average broadband style connection.

On another note, some youtube videos play fine in chromium and not at all in iceweasel (firefox). While most videos seem okay. I don't know why it just is. The first six hours after a my drunk kitchen video hits the site, chromium plays the youtube video fine, firefox doesn't. But sometime after that period, it plays fine in firefox too.

Of course make sure that you're up to date on things. Adobe's flash player has a recent update 1/29/2014. Oracles java is up to version 7u51 around 1/14/2014. And other quirks like lots of openjdk updates which might overwrite your oracle install methods regularly for debian sid.
 
Old 02-08-2014, 09:03 PM   #15
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,342
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
Have you tried clearing your browser cache?
 
  


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
Random websites open on their own while browsing Aquarius_Girl Linux - Security 15 03-05-2011 11:16 PM
[SOLVED] unable to open websites ultimate_linux Ubuntu 3 08-31-2010 02:20 AM
[SOLVED] pppoe connects but cannot open websites ic_torres Slackware 13 10-04-2009 06:32 AM
evolution won't open websites Brian O'Keefe Linux - Software 0 12-25-2004 01:44 PM
how to stop certain websites to open from FireFox ? indian Linux - General 2 10-18-2004 12:02 AM

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

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

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