WiFi connection but no Internet since upgrades

Hi All,

I’ve had trouble-free wireless and internet until SUSE updates a few weeks ago. After that, although I could connect to the router, I’ve had no internet connection.

I initially rebooted the router, turned off the firewall etc but to no avail. Since then I’ve managed to connect to a different wireless network at a friends house and get connection with no problem.

Last night I re-configured my router, new SSID, now using WPA instead of the original WEP but still the same outcome.

I can successfully ping both IP addresses and names beyond my gateway. I’m running out of ideas and wonder if anyone can help.

ifconfig

eth0      Link encap:Ethernet  HWaddr 00:22:19:D8:50:34  
          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:17 

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:3884 (3.7 Kb)  TX bytes:3884 (3.7 Kb)

wlan0     Link encap:Ethernet  HWaddr 00:16:EA:ED:2E:D4  
          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)

wmaster0  Link encap:UNSPEC  HWaddr 00-16-EA-ED-2E-D4-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)
 

route -n

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo

resolv.conf

### /etc/resolv.conf file autogenerated by netconfig!
#
# Before you change this file manually, consider to define the
# static DNS configuration using the following variables in the
# /etc/sysconfig/network/config file:
#     NETCONFIG_DNS_STATIC_SEARCHLIST
#     NETCONFIG_DNS_STATIC_SERVERS
#     NETCONFIG_DNS_FORWARDER
# or disable DNS configuration updates via netconfig by setting:
#     NETCONFIG_DNS_POLICY=''
#
# See also the netconfig(8) manual page and other documentation.
#
# Note: Manual change of this file disables netconfig too, but
# may get lost when this file contains comments or empty lines
# only, the netconfig settings are same with settings in this
# file and in case of a "netconfig update -f" call.
#
### Please remove (at least) this line when you modify the file!
nameserver 192.168.1.1

Many thanks.

11.1/KDE4.1
Router: D-link ADSL2+

Give more information, please.

Getting Your Wireless to Work - openSUSE Forums

I would advise you to test the script i mentioned in the third post.

If the suggestions of the script don’t help you, upload the script to a nopaste-service and link it here.

Erm, this should be “upload the output-file of the script” of course.

Thanks for your post Akoellh,

I ran collectNWData.sh which highlighted a couple of potential issues, one of which was having IPV6 enabled. This was also mentioned in Iwfinger’s troubleshooting guide. A simple disable via Yast -> Network Settings -> Global Options did the trick.

Thanks for you help, much appreciated.