LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 06-13-2012, 02:02 AM   #1
jsaravana87
Member
 
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558
Blog Entries: 5

Rep: Reputation: Disabled
Ubuntu 10.04 Ethernet Connects To Network, But Not To Internet


Hi
One of my ubuntu server is connected to ethernet ,But it does int connect to internet.After Reboot it works and after sometime it cause both ethernet and internet to disable .Again reboot Problem getting resolving.Any help regarding these problem

Quote:
1.ifconfig commands show my ipaddress get enabled and it show etho connected ,But i could int ping internet

2.lspci -v show drivers enabled properly

3.Any other thing i have to look over to solve the issue
Quote:


ifconfig
eth0 Link encap:Ethernet HWaddr 00:e0:1c:3c:a1:11
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 Base address:0xe800

eth1 Link encap:Ethernet HWaddr 8c:89:a5:11:32:04
inet addr:10.200.0.1 Bcast:10.200.0.255 Mask:255.255.255.0
inet6 addr: fe80::8e89:a5ff:fe11:3204/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6941286 errors:14 dropped:0 overruns:0 frame:14
TX packets:6850937 errors:0 dropped:0 overruns:0 carrier:5
collisions:0 txqueuelen:1000
RX bytes:4634754494 (4.6 GB) TX bytes:4372948133 (4.3 GB)
Interrupt:28

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:7459320 errors:0 dropped:0 overruns:0 frame:0
TX packets:7459320 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:983949688 (983.9 MB) TX bytes:983949688 (983.9 MB)
root@x:~# lspci -v
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
Subsystem: Micro-Star International Co., Ltd. Device 7592
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information <?>
Kernel driver in use: agpgart-intel
Kernel modules: intel-agp

00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
Subsystem: Micro-Star International Co., Ltd. Device 7592
Flags: bus master, fast devsel, latency 0, IRQ 27
Memory at fe400000 (64-bit, non-prefetchable) [size=4M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
I/O ports at cc00 [size=8]
Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCIe advanced features <?>
Kernel driver in use: i915
Kernel modules: i915

00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
Subsystem: Micro-Star International Co., Ltd. Device 7592
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at fe9f8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel <?>
Capabilities: [130] Root Complex Link <?>
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 00001000-00001fff
Memory behind bridge: f0000000-f01fffff
Prefetchable memory behind bridge: 00000000f0200000-00000000f03fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
Capabilities: [90] Subsystem: Micro-Star International Co., Ltd. Device 7592
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel <?>
Capabilities: [180] Root Complex Link <?>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 01)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: fea00000-feafffff
Prefetchable memory behind bridge: 00000000f0400000-00000000f05fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
Capabilities: [90] Subsystem: Micro-Star International Co., Ltd. Device 7592
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel <?>
Capabilities: [180] Root Complex Link <?>
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 01)
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 00002000-00002fff
Memory behind bridge: f0600000-f07fffff
Prefetchable memory behind bridge: 00000000f0800000-00000000f09fffff
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+

Last edited by jsaravana87; 06-13-2012 at 02:03 AM.
 
Old 06-13-2012, 07:37 PM   #2
thehouseofho
LQ Newbie
 
Registered: Jun 2012
Distribution: Mostly Debian
Posts: 28

Rep: Reputation: Disabled
Your ifconfig shows that eth0 doesn't have an IP address. I would check your /etc/network/interfaces file.
 
Old 06-13-2012, 09:04 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
Gateway?
 
Old 06-14-2012, 06:14 AM   #4
fortran
Member
 
Registered: Nov 2011
Location: Cairo, Egypt
Distribution: CentOS, RHEL, Fedora
Posts: 300
Blog Entries: 2

Rep: Reputation: 51
System --> Preferences --> Network connections
Delete all connections and restart it.

Now type in terminal
$ ifconfig -a | grep 'eth'
Now it shows current activated ethernet connection name like eth0, eth1, eth2 or something like this.
Now type in terminal
$ ifconfig eth0 up
where eth0 is the current activate ethernet connection. put your ethernet connection name here.
Now try, it should work.
 
  


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
[SOLVED] Can't connect to internet on ubuntu 11.10 Beta 1 (not even using ethernet) noncomputergeek Linux - Newbie 7 09-22-2011 07:27 PM
OpenSUSE connects to wireless network, but not internet. skykooler SUSE / openSUSE 5 03-21-2010 09:58 AM
Ethernet connects at 10Mbps only instead of 1 Gbps ks8 Linux - Newbie 14 08-23-2009 01:33 AM
D-Link WDA 2320 connects to network but not the internet, using sidux. solfly Linux - Wireless Networking 4 07-27-2008 05:54 PM
Internet in Ubuntu (dapper drake) only connects to certain sites gnanda66541 Linux - Newbie 10 04-16-2007 12:23 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 12:09 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