Centos 6 - No network connectivity

Issues related to configuring your network
Post Reply
scott2500uk
Posts: 1
Joined: 2011/09/19 14:47:20

Centos 6 - No network connectivity

Post by scott2500uk » 2011/09/19 15:05:35

Installed Centos 6 and I cannot get Centos to see my network adapter.

Here is my getinfo.sh dump: http://pastebin.centos.org/37890

lscpi can see the correct adapter. Do I need to install the driver for this adapter or enable something?

User avatar
AlanBartlett
Forum Moderator
Posts: 9345
Joined: 2007/10/22 11:30:09
Location: ~/Earth/UK/England/Suffolk
Contact:

Centos 6 - No network connectivity

Post by AlanBartlett » 2011/09/19 22:12:30

Welcome to the [i]CentOS[/i] fora and congratulations on being one of the few who has obviously done the background reading [i]before[/i] posting.

[quote]
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
. . .
01:00.0 0200: 10ec:8168 (rev 06)
[/quote]
In theory, that device should operate correctly with the "one size fits all" [b]r8169[/b] driver that is present in the distribution.

How have you attempted to configure the system?

Please list the files present in your [b]/etc/sysconfig/networking/{devices,profiles}/[/b] directories.

kmuzheri
Posts: 15
Joined: 2011/08/29 10:52:14

Re: Centos 6 - No network connectivity

Post by kmuzheri » 2011/09/20 12:16:37

Hie.
You do not mention whether you are using GUI or not. In any case, I have faced a similar challenged and I solved it using the ifconfig command; Simply

ifconfig eth0 up

In your case, I saw the dump, and I think CentOS is seeing your NIC but somehow its down. If you are using GUI, go to NETWORK icon, left click it, then click on SYSTEM ETH0.

I hope I understood your question correctly, post more details if I didnt get it right.

Hope it helps

Post Reply