LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 02-11-2013, 10:06 AM   #1
Leijssen
LQ Newbie
 
Registered: Feb 2013
Location: Europe
Distribution: CentOS 6.4
Posts: 7

Rep: Reputation: Disabled
openSUSE cannot connect to the internet


Hello,

My laptop running openSUSE 12.2 i586 cannot load webpages, nor can it ping to google with wireless connection. However NetworkManager is up and configured, and before these connection problems occured, every webpage loaded fine.

I tested this using my home network and two public ones. Networkmanager tells I am connected to the internet, but it can't load any webpage

My ifconfig:
Code:
#at public library
THINKPAD:~ # ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:0A:E4:C5:67:C7  
          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:16                                                                                                                                                      
                                                                                                                                                                            
eth1      Link encap:Ethernet  HWaddr 00:13:CE:FC:F8:E2                                                                                                                     
          inet addr:10.11.131.105  Bcast:10.11.131.255  Mask:255.255.255.0                                                                                                  
          inet6 addr: fe80::213:ceff:fefc:f8e2/64 Scope:Link                                                                                                                
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1                                                                                                                
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0                                                                                                                
          TX packets:67 errors:0 dropped:0 overruns:0 carrier:0                                                                                                            
          collisions:0 txqueuelen:1000                                                                                                                                      
          RX bytes:644 (644.0 b)  TX bytes:13217 (12.9 Kb)                                                                                                                  
          Interrupt:21 Base address:0xe000 Memory:b4001000-b4001fff                                                                                                         
                                                                                                                                                                            
irda0     Link encap:IrLAP  HWaddr 00:00:00:00                                                                                                                              
          NOARP  MTU:2048  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:8                                                                                                                                         
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)                                                                                                                            
                                                                                                                                                                            
lo        Link encap:Local Loopback                                                                                                                                         
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:68 errors:0 dropped:0 overruns:0 frame:0
          TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:3960 (3.8 Kb)  TX bytes:3960 (
(My first post, me noobsta)

Last edited by Leijssen; 02-11-2013 at 10:26 AM.
 
Old 02-11-2013, 10:45 AM   #2
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
You mention wireless, although there is no wireless listed (eg, wlan0), so what are you expecting to connect you to the internet, wireless or wired?

Additionally, of the two wired connections that are listed, eth1 looks to be closer to connected than eth0 (it has an ipv4 address assigned); given that it is conventional to use eth0 before eth1, just check that you aren't making incorrect assumptions about which is which somewhere. And eth1 has an ipv6 address listed; probably best to switch this off, unless you know that you can go all ipv6, as having both often leads to confusion (and by confusion, I mean something like failure to look up DNS and/or poor performance doing so, due to waiting for timeouts). I believe somewhere in Yast there is a 'turn ipv6 off' setting.

Quote:
Networkmanager tells I am connected to the internet...
Really, it doesn't. NM only knows whether you are connected to some other IP device and whether that has handed out a network address, and not whether that device has any connection to the internet. If the other device has handed out sensible looking addresses you won't be any the wiser until you try to use that remote device to connect, and then there are several errors that can occur.

When you say:

Quote:
...nor can it ping to google with wireless connection...
I don't know what you did. Did you

Code:
ping www.google.com
or something more like

Code:
ping 173.194.67.147
The second could work even if DNS is not working, and the first couldn't (dig for more information).
 
Old 02-11-2013, 11:39 AM   #3
Leijssen
LQ Newbie
 
Registered: Feb 2013
Location: Europe
Distribution: CentOS 6.4
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by salasi View Post
You mention wireless, although there is no wireless listed (eg, wlan0), so what are you expectingto connect you to the internet, wireless or wired?
Interface eth0 is wired for me, and eth1 wireless.
Quote:
I don't know what you did. Did you

Code:
ping www.google.com
or something more like

Code:
ping 173.194.67.147
The second could work even if DNS is not working, and the first couldn't (dig for more information).
I pinged google by IP adress.

Some more detail: this problem occurred since I replaced the hard drive to one with Arch on it to recover some files. After that I placed back the system recognized one. I didn't made any changed to the system configuration.

Last edited by Leijssen; 02-11-2013 at 11:43 AM.
 
  


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't connect to internet with opensuse 12.1 JSKT Linux - Newbie 7 12-18-2011 02:56 PM
Cannot connect to internet with OpenSuse 11.2 CT_0000 SUSE / openSUSE 5 05-17-2010 07:31 PM
Can't connect to the internet on Opensuse 11.2 Raziel616 SUSE / openSUSE 3 01-16-2010 05:41 AM
openSuSE won't connect to the internet lady_chance Linux - Networking 19 07-23-2007 08:29 PM
Can't connect to internet with Opensuse 10.2 bastjan Linux - Laptop and Netbook 2 05-24-2007 12:36 PM

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

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