LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 09-04-2009, 09:18 AM   #1
change_my_way2010
LQ Newbie
 
Registered: Jan 2008
Posts: 10

Rep: Reputation: 0
Question Ubuntu 9.04 Wired Network disconnected( don't know why)


Hi everybody!
I've just install Ubuntu 9.04 on my computer, in the first time everything was OK but recently after I suspend computer, I can't connect to the internet.
When I log on to Window 7 RC i have no problem with the connection, but in Ubuntu sometime the Wired connection disconnected (I don't know why).
AND NOW after I config some files (in /etc/network/interfaces..etc..) i completely cannot connect to the internet.

Here are some information from the terminal that i can provide.
I hope everyone will help me! Thanks a lot!

PS: Now when i go to System/Administrator/Network Tools/Ping and type google.com into the Network Address i get the error:The Address 'google.com' cannot be found. Please enter a valid network address and try again.

.................................................................................................... .....
tam@ubuntu:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:19:d1:88:c9:16
inet6 addr: fe80::219:d1ff:fe88:c916/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:5256 (5.2 KB)

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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)

tam@ubuntu:~$





.......................................................

tam@ubuntu:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:19:d1:88:c9:16
inet6 addr: fe80::219:d1ff:fe88:c916/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:5256 (5.2 KB)

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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)

pan0 Link encap:Ethernet HWaddr b2:c9:ae:53:d9:f1
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:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)




..............................................................................


tam@ubuntu:~$ lshw
WARNING: you should run this program as super-user.
ubuntu

*-network DISABLED
description: Ethernet interface
physical id: 1
logical name: pan0
serial: b2:c9:ae:53:d9:f1
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A multicast=yes




.................................................................................................... ....



tam@ubuntu:~$ sudo dhclient eth0
[sudo] password for tam:
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:19:d1:88:c9:16
Sending on LPF/eth0/00:19:d1:88:c9:16
Sending on Socket/fallback
DHCPREQUEST of 10.0.0.10 on eth0 to 255.255.255.255 port 67
DHCPREQUEST of 10.0.0.10 on eth0 to 255.255.255.255 port 67
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 1
No DHCPOFFERS received.
Trying recorded lease 10.0.0.10
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.

--- 10.0.0.2 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms

No working leases in persistent database - sleeping.



.................................................................................................... ..........

tam@ubuntu:~$ sudo nano /etc/network/interfaces

auto lo
iface lo inet loopback



.................................................................................................... ............

Connection Information // When I've not added the connection "hoangtam" and delete Wired connection 1 I can see this Information(now i can't)

Wired connection1(default)
Interface: Ethernet(eth0)
Hardware Address:00:191:88:C9:16
Driver: e100
Speed: 100Mb/s
Security: None
IP Adress: 10.0.0.10
Broadcast Address: 10.255.255.255
Subnet Mask: 255.0.0.0
Default Route: 10.0.0.2
Primary DNS: 10.0.0.2

.................................................................................................... ...................

tam@ubuntu:~$ sudo /etc/init.d/networking restart
* Reconfiguring network interfaces... [ OK ]

.................................................................................................... .....................

Last edited by change_my_way2010; 09-04-2009 at 11:31 AM.
 
Old 09-04-2009, 09:41 PM   #2
change_my_way2010
LQ Newbie
 
Registered: Jan 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Anyone help? I feel very bad, I need to learn programing C language in Ubuntu, and I need google. Please help me.
 
  


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
ubuntu wired network can't browse internet sites? uiuiui172 Linux - Networking 12 08-21-2009 11:46 PM
bridging a wireless and wired network causes wired to stop working royce2020 Linux - Networking 0 04-21-2009 04:48 PM
Setting up wired network on ubuntu not working Hughbert Linux - Networking 20 07-08-2008 04:23 PM
Wired network problem in Ubuntu (gusty) maverick_awp Linux - Networking 2 07-07-2008 08:47 AM
xubuntu wired network laptop not seeing my ubuntu box larryfroot Linux - Networking 0 03-17-2008 04:20 PM

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

All times are GMT -5. The time now is 07:47 PM.

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