Internet connected but no internet

Asked by Chris9385

The internet icon say I am connected but when I open FireFox up it will not goto any websites. It just "loads" for about 5 minutes then nothing ever comes up. Here are a few things I was told to try before such as ping www.google.com and my iwconfig and iwconfig

chris@chris-laptop:~$ ping 200.44.32.12
PING 200.44.32.12 (200.44.32.12) 56(84) bytes of data.
^C
--- 200.44.32.12 ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5014ms
chris@chris-laptop:~$ ping www.yahoo.com
^C

chris@chris-laptop:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wmaster0 no wireless extensions.
wlan0 IEEE 802.11abgn ESSID:"TitsMcGee"
          Mode:Managed Frequency:2.412 GHz Access Point: 00:1D:7E:0B:15:31
          Bit Rate=60 Mb/s Tx-Power=14 dBm
          Retry min limit:7 RTS thr:off Fragment thr=2352 B
          Power Management:off
          Link Quality=97/100 Signal level:-53 dBm Noise level=-92 dBm
          Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
          Tx excessive retries:0 Invalid misc:0 Missed beacon:0
pan0 no wireless extensions.

chris@chris-laptop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1a:80:ec:b0:e5
          UP BROADCAST MULTICAST MTU:1500 Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
          Interrupt:220 Base address:0xe000
lo Link encap:Local Loopback
          inet addr:127.0.0.1 Mask:255.0.0.0
          UP LOOPBACK RUNNING MTU:16436 Metric:1
          RX packets:256 errors:0 dropped:0 overruns:0 frame:0
          TX packets:256 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:16311 (16.3 KB) TX bytes:16311 (16.3 KB)
wlan0 Link encap:Ethernet HWaddr 00:1f:3b:c7:d9:55
          inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:7 errors:0 dropped:0 overruns:0 frame:0
          TX packets:41 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1665 (1.6 KB) TX bytes:5215 (5.2 KB)
wmaster0 Link encap:UNSPEC HWaddr 00-1F-3B-C7-D9-55-00-00-00-00-00-00-00-00-00-00
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
bs66 (bugsquad66) said :
#1

does it work if you connect using a cable instead of wifi?

can you ping your router/gateway? (run "route -n" and check the "gateway" column)

can you ping other computers withing your network (192.168.0.*)

what wifi router/gateway do you use?

also check:
http://www.ubuntugeek.com/how-to-troubleshoot-wireless-network-connection-in-ubuntu.html
http://www.ubuntugeek.com/ubuntu-network-troubleshooting-tips.html

Revision history for this message
Chris9385 (liv2fsh3) said :
#2

im not able to ping anything no matter who itry

i have a linksys router

i tried on of your links and when i did a command in the terminal it brought up a page in whch i type in the WPA(!) info that it asked me but then i did not know what to do with it???

Revision history for this message
peter b (b1pete) said :
#3

pls do

sudo iwlist wlan0 scan

and

sudo ifup wlan0

and post output here.

your interface is wlan0 and it sees

ESSID:"TitsMcGee"

does your router have a key or mac filters on? if yes log into the router pls remove temporarily any keys abd MAC filters and try again - you should be able to connect.

peter b

Revision history for this message
bs66 (bugsquad66) said :
#4

does it work if you connect using a cable to the linksys instead of wifi?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#5

If you can open the page http://82.105.36.210/ and not http://www.elart.it is a DNS issue... so please try:

Migth be related to this bug https://bugs.edge.launchpad.net/ubuntu/+source/network-manager/+bug/279262

As a workaround please try to set OpenDns dns server https://www.opendns.com/smb/start/
into your resolv.conf and lock it:

Open a Terminal from the menu Applications → Accessories → Terminal and type:
(when the system ask you a password give your user password, you will not see nothing when you type it, then press enter)

sudo gedit /etc/resolv.conf

add this rows as first DNS server (you can also put your provider DNS instead of OpenDNS servers)

nameserver 208.67.222.222
nameserver 208.67.220.220

save and exit

Then to avoid other modification from other program, lock your resolv.conf, still sing terminal type:

sudo chattr +i /etc/resolv.conf

Then try... if still this doesn't works please rebbot your pc, and try again.

Hope this helps

Revision history for this message
Kristi Cady (cadymom7) said :
#6

I am new to Ubuntu and really like the format and setup However, I have been extremely disappointed by the problem of it not connecting to my internet. Just like above, my icon says I have a great internet connection but it won't connect. Some days it will work well, but only for part of a day. We have wifi in the house with several people accessing it with laptops and one pc. I live in Southeast Asia, so I guess it could be the server is just not working well with Ubuntu. We recently went to the U.S. and didn't have a problem. However, I am getting to the point where I am about to go back to Microsoft. None of the ideas you had above worked. If Ubuntu ever works the bugs out of this problem, I would certainly be glad to know, but I can't keep trying to figure this out myself. I need to be able to consistently use the internet not once in a while during the day.

Kristi

Revision history for this message
Jeruvy (jeruvy) said :
#7

@Kristi. This is a 2 year old forgotten post, probably because the OP fixed the problem and forgot about it. If you have a problem or questions, then please create a NEW question with your issue so you can get the most people looking at it.

Internet access for Ubuntu is expected and works in many cases with a few driver/kernel exceptions that we see a lot of questions and bugs about, or configuration issues such as this one. But your post lacks any detail that could provide me with a clue to your issue. I really don't need to know about your travel history, only what works and what doesn't work. As for going back to Microsoft you certainly have the freedom to choose what you prefer. However you network sounds like a configuration issue if your hardware is giving you a go.

So to get the answers you need to solve your problem start fresh.

Can you help with this problem?

Provide an answer of your own, or ask Chris9385 for more information if necessary.

To post a message you must log in.