LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-28-2015, 10:54 AM   #1
trailblazrr
LQ Newbie
 
Registered: Feb 2015
Distribution: Ubuntu
Posts: 11

Rep: Reputation: Disabled
Question Strong Internet Connection but Page Won't Load


Hi all - Hope everything is going well!

All of a sudden: Strong Wifi connectivity but no pages will load!

I would try pinging but apparently I don't know the proper syntax for Ubuntu 14.04.

I also tried restarting the modem and router.

Any suggestions??? Thanx4Help..
 
Old 05-28-2015, 11:55 AM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
Do other network or wifi devices work? Can you access the router's Web configuration page? A strong wireless signal is good but does not indicate your broadband service is working. Check the status lights on the modem and router to make sure everything is working. If you can log into router it should have a status page that shows if it is connected to the Internet.
 
Old 05-28-2015, 03:33 PM   #3
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Post the output of:
Code:
ping -c3 8.8.8.8
ping -c3 google.com
 
Old 05-29-2015, 03:22 AM   #4
trailblazrr
LQ Newbie
 
Registered: Feb 2015
Distribution: Ubuntu
Posts: 11

Original Poster
Rep: Reputation: Disabled
Reply to Head on a Stick

trailblazrr@PCR:~$ ping -c3 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=53 time=25.1 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=53 time=23.5 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=53 time=23.8 ms

--- 8.8.8.8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 23.588/24.186/25.167/0.721 ms
trailblazrr@PCR:~$ ping -c3 google.com
ping: unknown host google.com
trailblazrr@PCR:~$ ping -c3 http://www.google.com
ping: unknown host http://www.google.com
 
Old 05-29-2015, 03:40 AM   #5
trailblazrr
LQ Newbie
 
Registered: Feb 2015
Distribution: Ubuntu
Posts: 11

Original Poster
Rep: Reputation: Disabled
Reply to michaelk

Well I believe the router is malfunctioning in some way because the indicator is showing red mostly instead of green,

so I have my computer connected directly to the modem via wire and mostly everything is working like that

but still sometimes pages will not load and I will have to wait a few minutes or perform seemingly insignificant clicks on the screen to get it to perform again.

So no wifi right now unless I can troubleshoot both problems. Guess there's a problem with the router and the modem??
 
Old 05-29-2015, 03:49 AM   #6
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Try this:
Code:
sudo su
cat > /etc/resolv.conf << "EOF"
nameserver 8.8.8.8
nameserver 8.8.4.4
EOF
chattr +i /etc/resolv.conf
exit
I think your router's DNS is faulty; the above commands set your system to use Google's DNS.
 
Old 05-30-2015, 07:09 AM   #7
trailblazrr
LQ Newbie
 
Registered: Feb 2015
Distribution: Ubuntu
Posts: 11

Original Poster
Rep: Reputation: Disabled
trailblazrr@PCR:~$ sudo su
[sudo] password for trailblazrr:
root@PCR:/home/trailblazrr# cat > /etc/resolv.conf << "EOF"
> nameserver 8.8.8.8
> nameserver 8.8.4.4
> EOF
root@PCR:/home/trailblazrr# chattr +i /etc/resolv.conf
chattr: Operation not supported while reading flags on /etc/resolv.conf
root@PCR:/home/trailblazrr# exit
exit
trailblazrr@PCR:~$
 
Old 05-30-2015, 08:48 AM   #8
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
OK, to stop NetworkManager over-writing resolv.conf, edit the file at /etc/NetworkManager/NetworkManager.conf and add this line to the [main] section:
Code:
dns=none
/etc/resolv.conf might be a broken symlink that you will need to remove after doing that. Then, just create a new /etc/resolv.conf file using the heredocument method above (without trying `chattr +i`) or simply use any text editor (as root); the file should contain these two lines:
Code:
nameserver 8.8.8.8
nameserver 8.8.4.4
As I said, these are Google's DNS servers; if you prefer a more anonymous solution try one of these:
https://wiki.archlinux.org/index.php...ve_DNS_servers
 
Old 05-30-2015, 09:04 AM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
What type of broadband are you using i.e cable, DSL etc.

No DNS could be a symptom versus the problem. Knowing what lights are green vs red might help diagnose the problem. Sometimes working sometimes not could be a caused by a bad MODEM or low signal strength.
 
Old 05-30-2015, 04:02 PM   #10
dt64
Member
 
Registered: Sep 2012
Distribution: RHEL5/6, CentOS5/6
Posts: 218

Rep: Reputation: 38
check your router's DNS configuration. If you don't have a static IP but DHCP from your broadband provider there should be at least one server entry (sometimes two) for DNS server. Check if you can ping it from your machine. If this works, see if it actually is a DNS server, e.g. by using
Code:
nslookup google.com <IP address of DNS server>
 
  


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
login page won't load for a website.(KDE 3.5 Xubuntu) tombo465 Linux - Newbie 6 12-04-2008 03:21 AM
Clients won't load any page on the first attempt landuchi Linux - Networking 2 08-01-2008 09:32 AM
iceweasel won't load a perl web page rdskaroff Debian 1 02-17-2007 02:59 PM
Internet pages won't load marita Linux - Wireless Networking 5 09-07-2006 01:21 AM
page won't load (apache2+php on TSL 2.1) restless Linux - Software 1 08-13-2004 09:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:42 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