internet stopped working all of a sudden

Hi guys

I’ve had Opensuse 11.1 installed for quite some time now, all has been well, now all of a sudden my internet has stopped working…

Im using wired adsl2 router/modem via ethernet. I’ve never had internet stop working on opensuse before… strange…

but i know its not the hardware… because i reboot into mandriva and internet works straight away, but when i boot into opensuse, Nothing… not even the ethernet light at the back of the pc turns on…

so something is not loading on boot… im not as familiar with yast as i am with mandriva’s control centre, but i went into network settings in yast and made sure eth1 was set, with connect on reboot for my network card and dhcp ticked, but still not working… so im stumped…

any help appreciated…
thanx

If I were sitting in front of your computer the first thing I would do: become root and then:

ifconfig -a

and

route -n

to see what the configuration is.

hi. thanx. here it is:

linux-u35y:/home/kaddy # ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:1B:FC:8D:34:87
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:22 Base address:0x6000

eth1 Link encap:Ethernet HWaddr 00:1B:FC:8D:4C:03
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
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:217 Base address:0x4000

eth2 Link encap:Ethernet HWaddr 00:00:1C:D8:64:3C
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

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

linux-u35y:/home/kaddy # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth1
linux-u35y:/home/kaddy #

any ideas?
i’ll check 2moro arvo… but for now, bed time :wink:

no ideas anyone? :open_mouth:

it would be alot easier if Yast had something similar to mandriva’s control centre… which is "creat a new connection’ then it allows you to set it all up from scratch…

But its a bit weird in yast, theres only DSL settings, which isn’t the right tool for the job for me as all those settings are configured by my router/modem…(eg adsl username/password/country settings etc etc)

and theres only network settings which i’ve set up correct and my internet is still not working… :X

its almost as if the correct driver/kernel module isn’t getting loaded on boot even though it looks to me as if I have it set up correct… arghhhh.:’(

Modules are loaded, otherwise devices would not appear. As you can see, the eth1 devices gets an IP as well: 192.168.0.2
I assume the router’s inside IP is 192.168.0.1, configure that as a gateway address in Yast - Network Devices - Networksettings/devices.

The problem might also be in IPv6. It can be enabled/disabled in the same part of Yast. Disable it. It will tell you it needs a reboot to be enabled. Get back with results please.

Good luck

What you have here is same as my working system.

arghhh! :frowning: Lol

I really don’t want to do a reinstall and have to upgrade to kde 4.3.1 from 4.1 and redo all my settings for everything for such minor problem that i can’t figure out :frowning: :’

looks like its heading that way… unless i get lazy and install the latest kde maintained live cd :open_mouth:

Like the others mention, it looks like eth1 interface is configured and connected ok. Could this just be a nameserver issue? For example, maybe you can ping your router ok, but just not resolve an address?

cat /etc/resolv.conf |grep name

its almost as if the correct driver/kernel module isn’t getting loaded on boot even though it looks to me as if I have it set up correct… arghhhh.

It is interesting that you have 3 ethernet devices present. While I am not sure that anything is amiss here, maybe give us the output of these commands anyway…

/sbin/lspci -k |grep Net -A 2

/sbin/lspci -nn |grep Net