Hello everyone.
I am very new to linux. I installed Kubuntu 8.04.01 on a new computer 5 days ago, and so far it has been running just fine. But today when I started it up suddenly there was no internet connection. In KNetwork manager it says active, but I cant get anything from the internet - no webpages, no chatclient, no nothing... I have an ethernet connection and when I plug it into my old computer, which is running windows XP there is no problem. I tried looking around on the forum but didn´t really find anything I could use. I tried some commands that I found and this is what I got:
I put the three commands I used in bold.
Can someone please help me?
Pia
I am very new to linux. I installed Kubuntu 8.04.01 on a new computer 5 days ago, and so far it has been running just fine. But today when I started it up suddenly there was no internet connection. In KNetwork manager it says active, but I cant get anything from the internet - no webpages, no chatclient, no nothing... I have an ethernet connection and when I plug it into my old computer, which is running windows XP there is no problem. I tried looking around on the forum but didn´t really find anything I could use. I tried some commands that I found and this is what I got:
pia@pia-desktop:~$ sudo dhclient eth0
[sudo] password for pia:
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:1e:8c:6a:ba:27
Sending on LPF/eth0/00:1e:8c:6a:ba:27
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPOFFER of 10.83.255.21 from 10.83.0.1
DHCPREQUEST of 10.83.255.21 on eth0 to 255.255.255.255 port 67
DHCPACK of 10.83.255.21 from 10.83.0.1
bound to 10.83.255.21 -- renewal in 48 seconds.
pia@pia-desktop:~$ sudo lshw -C network
pia@pia-desktop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1e:8c:6a:ba:27
inet addr:10.83.255.21 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::21e:8cff:fe6a:ba27/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9115 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:600044 (585.9 KB) TX bytes:2568 (2.5 KB)
Interrupt:21 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:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:920 (920.0 B) TX bytes:920 (920.0 B)
pia@pia-desktop:~$
[sudo] password for pia:
Internet Systems Consortium DHCP Client V3.0.6
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/eth0/00:1e:8c:6a:ba:27
Sending on LPF/eth0/00:1e:8c:6a:ba:27
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5
DHCPOFFER of 10.83.255.21 from 10.83.0.1
DHCPREQUEST of 10.83.255.21 on eth0 to 255.255.255.255 port 67
DHCPACK of 10.83.255.21 from 10.83.0.1
bound to 10.83.255.21 -- renewal in 48 seconds.
pia@pia-desktop:~$ sudo lshw -C network
pia@pia-desktop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1e:8c:6a:ba:27
inet addr:10.83.255.21 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::21e:8cff:fe6a:ba27/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9115 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:600044 (585.9 KB) TX bytes:2568 (2.5 KB)
Interrupt:21 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:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:920 (920.0 B) TX bytes:920 (920.0 B)
pia@pia-desktop:~$
Can someone please help me?
Pia
Comment