Re: [CentOS] ethernet configuration

2011-01-26 Thread Ritika Garg
'/sbin/ifconfig -a' returns:

lo  Link encap:Local Loopback
 inet addr:127.0.0.1 Mask:255.0.0.0
 UP LOOPBACK RUNNING MTU :16436 Metric:1
 RX packets:1489 errors:0 dropped:0 overruns:0 frame:0
 TX packets:1489 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:0
 RX bytes:2499880 (2.3 MiB) TX bytes:2499880 (2.3 MiB)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ethernet configuration

2011-01-26 Thread compdoc
'/sbin/ifconfig -a' returns:

 

lo  Link encap:Local Loopback

 

 

Your system is not seeing your network cards. It is only seeing your
loopback device.

 

I opened system-administration-network-edit-hardware device, and deleted
the mac address from the box, and pressed Probe.

 

In less than 1 second it gave the correct mac address in the box. 

 

Probe is not the reason your system has no network. What else did you
change?

 

 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ethernet configuration

2011-01-24 Thread Nelson
It would be ok if you post the output of your ifconfig. I tried your command
and it was working on mine

On Mon, Jan 24, 2011 at 1:39 PM, Ritika Garg ritikagar...@gmail.com wrote:

 I gave '/sbin/ifconfig | grep HWaddr' to get the MAC address but its not
 returning anything.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ethernet configuration

2011-01-24 Thread Nico Kadel-Garcia
On Mon, Jan 24, 2011 at 12:39 AM, Ritika Garg ritikagar...@gmail.com wrote:
 I gave '/sbin/ifconfig | grep HWaddr' to get the MAC address but its not
 returning anything.

That will only show active network ports. Try /sbin/ifconfig -a.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ethernet configuration

2011-01-23 Thread Ritika Garg
I gave '/sbin/ifconfig | grep HWaddr' to get the MAC address but its not
returning anything.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ethernet configuration

2011-01-23 Thread Mark
On Sun, Jan 23, 2011 at 9:39 PM, Ritika Garg ritikagar...@gmail.com wrote:
 I gave '/sbin/ifconfig | grep HWaddr' to get the MAC address but its not
 returning anything.


Have you just tried running ifconfig?  You may need to specify about
which interface you are inquiring, or use '-a' to get them all.  Try
ifconfig -a | more to see what I mean, contrasted to just ifconfig.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ethernet configuration

2011-01-22 Thread Nico Kadel-Garcia
On Sat, Jan 22, 2011 at 1:29 AM, Ritika Garg ritikagar...@gmail.com wrote:
 I pressed the tab probe by mistake near bind to MAC address in
 system-administration-network-edit-hardware device. After this the MAC
 address disappeared. Internet is not working. Shall I write the MAC address
 and activate again?

That will *probably* work. But NetworkManager and its utilities are
*NOT* your friend.

Learn to directly edit /etc/sysconfig/network-scripts/ifcfg-* files.
You will find features that NetworkManager does not support, at least
in RHEL 5, such as setting the SEARCH= option for DHCP
configurations or pair-bonding or setting up network bridges for KVM
use. And you can handle backups much more consistently.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] ethernet configuration

2011-01-21 Thread Ritika Garg
I pressed the tab probe by mistake near bind to MAC address in
system-administration-network-edit-hardware device. After this the MAC
address disappeared. Internet is not working. Shall I write the MAC address
and activate again?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos