On 19/09/03 12:16 +0530, Philip S Tellis wrote:
On Wed, 17 Sep 2003, Srinivas wrote:
How I will set the hardware address of my interface card. Using "ifconfig" how I will do that. Anyone help me..
You cannot change the hardware address of your interface card through software. It is hardwired into your card's ROM.
man ifconfig is your friend. To make the change permanent on RH systems and derivatives, MACADDR=aa:bb:cc:dd:ee:ff in the appropriate ifcfg-eth* file.
Devdas Bhagat