Internet/Network not working on Open Suse 11.2 KDE

Hi
Just recently installed Opensuse 11.2 in a KDE environment. The problem I am facing is that when I connect it to my network either via wired or wirless neither getting internet or access to the network although the network manager shows the connection as active
I am using a Dlink Di-524 Wireless Router at home
The Wirless router for the computer is Broadcom BCM 4312
Was able to install the drivers for this from the packman repository

Also when I connect my laptop directly to the internet connection via wired it is working fine. However if i connect it to my wireless router either over wifi or thru wired it just shows connected but i can neither access internet or other computers on the network.
Have checked the wireless router other computers (windows and ubuntu are being able to access the internet via it)
Results of my ifconfig-a command when i am connected over my wirless connection

eth0 Link encap:Ethernet HWaddr 00:21:9B:E5:6B:55
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:22:5F:6D:8B:80
inet addr:192.168.0.150 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::222:5fff:fe6d:8b80/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:105 errors:0 dropped:0 overruns:0 frame:226
TX packets:112 errors:6 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9500 (9.2 Kb) TX bytes:13988 (13.6 Kb)
Interrupt:17 Base address:0xc000

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:74 errors:0 dropped:0 overruns:0 frame:0
TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5068 (4.9 Kb) TX bytes:5068 (4.9 Kb)

pan0 Link encap:Ethernet HWaddr 0E:7D:E7:A8:4E:02
inet6 addr: fe80::c7d:e7ff:fea8:4e02/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:468 (468.0 b)

Thanks for your help

Your DNS entries may not have been updated.

/sbin/route
cat /etc/resolv.conf

I suggest you try after updating the machine with the latest updates since you can connect via wired connection.

If you type into the configuration for the wireless connection the following information, it often, ver often solves this sort of problem:

  • the IP address of the “gateway” (e.g. of the router)
  • the IP addresses of Name Servers (e.g. provided by your ISP or google provides 8.8.8.8, 8.8.4.4)

Hi
It worked out by changing the nameservers in the resolv.conf file
Thanks for your help
:slight_smile: